Skip to content

Commit c9a026a

Browse files
committed
Fix Ansible playbook paths
See stackhpc/stackhpc-kayobe-config#1744 for more details.
1 parent ab96985 commit c9a026a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ansible/deploy-openstack-config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,16 @@
155155
dest: '{{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/hooks/{{ item.dest }}'
156156
state: link
157157
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 }
168168

169169
- name: Ensure Admin Overcloud Network file is present
170170
ansible.builtin.copy:

0 commit comments

Comments
 (0)