Merge "Fix conditionals in CI playbook"
This commit is contained in:
commit
db55408620
@ -102,15 +102,15 @@
|
||||
# nova-compute.conf
|
||||
- src: "tests/templates/nova-compute-overrides.j2"
|
||||
dest: /etc/kolla/config/nova/nova-compute.conf
|
||||
when: scenario != "bifrost"
|
||||
when: "{{ scenario != 'bifrost' }}"
|
||||
# ceph.conf
|
||||
- src: "tests/templates/ceph-overrides.j2"
|
||||
dest: /etc/kolla/config/ceph.conf
|
||||
when: "{{ 'ceph' in scenario }}"
|
||||
when: "{{ is_ceph }}"
|
||||
# bifrost/dib.yml
|
||||
- src: "tests/templates/bifrost-dib-overrides.j2"
|
||||
dest: /etc/kolla/config/bifrost/dib.yml
|
||||
when: scenario == "bifrost"
|
||||
when: "{{ scenario == 'bifrost' }}"
|
||||
- src: "tests/templates/ironic-overrides.j2"
|
||||
dest: /etc/kolla/config/ironic.conf
|
||||
when: "{{ scenario == 'ironic' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user