SF initial configurator | a26c41e | 2022-10-06 13:33:13 +0300 | [diff] [blame] | 1 | Prepare remote workspaces |
| 2 | |
| 3 | This role can be used instead of the `prepare-workspace` role when the |
| 4 | synchronize module doesn't work with kubectl connection. It copies the |
| 5 | prepared source repos to the pods' cwd using the `oc rsync` command. |
| 6 | |
| 7 | This role is intended to run once before any other role in a Zuul job. |
| 8 | This role requires the origin-clients to be installed. |
| 9 | |
| 10 | **Role Variables** |
| 11 | |
| 12 | .. zuul:rolevar:: openshift_pods |
| 13 | :default: {{ zuul.resources }} |
| 14 | |
| 15 | The dictionary of pod name, pod information to copy the sources to. |