Merge "Add config-download back into queens CI"

This commit is contained in:
Zuul 2018-05-22 04:06:07 +00:00 committed by Gerrit Code Review
commit e5e612c806
5 changed files with 26 additions and 0 deletions

View File

@ -135,3 +135,9 @@ deploy_steps_ansible_workflow: >-
{%- else -%}
false
{%- endif -%}
config_download_args: >-
{% if release in ['queens'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--verbose
{%- endif -%}

View File

@ -62,6 +62,11 @@ deploy_steps_ansible_workflow: >-
false
{%- endif -%}
config_download_args: >-
{% if release in ['queens'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--deployed-server
{%- endif %}
{% if release not in ['newton','ocata','pike'] -%}
-e {{ working_dir }}/config-download.yaml
--disable-validations

View File

@ -24,6 +24,11 @@ container_args: >-
-e {{ overcloud_templates_path }}/environments/kubernetes.yaml
config_download_args: >-
{% if release in ['queens'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--deployed-server
{%- endif %}
-e {{ working_dir }}/config-download.yaml
--disable-validations
--verbose

View File

@ -39,6 +39,11 @@ deploy_steps_ansible_workflow: >-
false
{%- endif -%}
config_download_args: >-
{% if release in ['queens'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--deployed-server
{%- endif %}
{% if release not in ['newton','ocata','pike'] -%}
-e {{ working_dir }}/config-download.yaml
--disable-validations

View File

@ -54,6 +54,11 @@ overcloud_roles:
deploy_steps_ansible_workflow: true
config_download_args: >-
{% if release in ['queens'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--deployed-server
{%- endif %}
{% if release not in ['newton','ocata','pike'] -%}
-e {{ working_dir }}/config-download.yaml
--disable-validations