Fix kolla gates
multinode gate change introduced bug that breaks kolla deploy gates. This is fix. Change-Id: Ibc5fe3adb3555e177d3a6a64250cbc9bf50430d1
This commit is contained in:
parent
9f9353cb66
commit
8bd6dd9be5
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
- name: copy default ansible kolla-ansible inventory
|
- name: copy default ansible kolla-ansible inventory
|
||||||
template:
|
template:
|
||||||
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/inventory.j2"
|
src: "{{ kolla_ansible_full_src_dir }}/tests/templates/inventory.j2"
|
||||||
dest: "{{ kolla_inventory_path }}"
|
dest: "{{ kolla_inventory_path }}"
|
||||||
delegate_to: "primary"
|
delegate_to: "primary"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user