Merge "overcloud/deploy: use overcloud_container_cli to find out which env to load"
This commit is contained in:
commit
def233448d
@ -195,8 +195,8 @@
|
||||
{% else %}
|
||||
-e {{ working_dir }}/containers-prepare-parameter.yaml
|
||||
{% endif %}
|
||||
{% if release not in ['pike', 'queens', 'rocky'] and overcloud_container_cli == 'podman' %}
|
||||
-e {{ overcloud_templates_path }}/environments/podman.yaml
|
||||
{% if release not in ['pike', 'queens', 'rocky'] %}
|
||||
-e {{ overcloud_templates_path }}/environments/{{ overcloud_container_cli | default('docker') }}.yaml
|
||||
{% endif %}
|
||||
when:
|
||||
- containerized_overcloud|bool
|
||||
|
Loading…
Reference in New Issue
Block a user