|
155 | 155 | dest: '{{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/hooks/{{ item.dest }}' |
156 | 156 | state: link |
157 | 157 | loop: |
158 | | - - { src: growroot.yml, dest: overcloud-host-configure/pre.d/5-growroot.yml } |
159 | | - - { src: fix-hostname.yml, dest: overcloud-host-configure/pre.d/10-fix-hostname.yml } |
160 | | - - { src: fix-networking.yml, dest: overcloud-host-configure/pre.d/15-fix-networking.yml } |
161 | | - - { src: configure-vxlan.yml, dest: overcloud-host-configure/pre.d/20-configure-vxlan.yml } |
162 | | - - { src: growroot.yml, dest: seed-host-configure/pre.d/5-growroot.yml } |
163 | | - - { src: fix-networking.yml, dest: seed-host-configure/pre.d/15-fix-networking.yml } |
164 | | - - { src: configure-vxlan.yml, dest: seed-host-configure/pre.d/20-configure-vxlan.yml } |
165 | | - - { src: growroot.yml, dest: infra-vm-host-configure/pre.d/5-growroot.yml } |
166 | | - - { src: fix-networking.yml, dest: infra-vm-host-configure/pre.d/15-fix-networking.yml } |
167 | | - - { src: configure-vxlan.yml, dest: infra-vm-host-configure/pre.d/20-configure-vxlan.yml } |
| 158 | + - { src: tools/growroot.yml, dest: overcloud-host-configure/pre.d/5-growroot.yml } |
| 159 | + - { src: fixes/fix-hostname.yml, dest: overcloud-host-configure/pre.d/10-fix-hostname.yml } |
| 160 | + - { src: fixes/fix-networking.yml, dest: overcloud-host-configure/pre.d/15-fix-networking.yml } |
| 161 | + - { src: tools/configure-vxlan.yml, dest: overcloud-host-configure/pre.d/20-configure-vxlan.yml } |
| 162 | + - { src: tools/growroot.yml, dest: seed-host-configure/pre.d/5-growroot.yml } |
| 163 | + - { src: fixes/fix-networking.yml, dest: seed-host-configure/pre.d/15-fix-networking.yml } |
| 164 | + - { src: tools/configure-vxlan.yml, dest: seed-host-configure/pre.d/20-configure-vxlan.yml } |
| 165 | + - { src: tools/growroot.yml, dest: infra-vm-host-configure/pre.d/5-growroot.yml } |
| 166 | + - { src: fixes/fix-networking.yml, dest: infra-vm-host-configure/pre.d/15-fix-networking.yml } |
| 167 | + - { src: tools/configure-vxlan.yml, dest: infra-vm-host-configure/pre.d/20-configure-vxlan.yml } |
168 | 168 |
|
169 | 169 | - name: Ensure Admin Overcloud Network file is present |
170 | 170 | ansible.builtin.copy: |
|
0 commit comments