fs010: use --config-download from tripleoclient

See https://review.openstack.org/#/c/514701/ for the context.
This is a new iteration of testing config-download.

Change-Id: I18815c9920454290d965ef632a29ee13c718cd0d
Implements: ansible-config-download-ci
Depends-On: If23e223b4a0387efcc745d02154c6bdd2dee23fc
Depends-On: Iff7a1b211a545f1227b9e13e304b858128fb855b
Depends-On: I20d4107eed4c92b891e3b2dc749b8aeedfe4ef75
This commit is contained in:
Emilien Macchi 2017-10-24 09:15:34 -07:00
parent fd8e7b22b6
commit 77f747af7a
1 changed files with 7 additions and 12 deletions

View File

@ -33,20 +33,15 @@ overcloud_roles:
- StorageMgmt
- Tenant
step_tripleo_config_download: >-
{% if release not in ['newton','ocata','pike'] -%}
true
{%- else -%}
false
{%- endif -%}
deploy_steps_ansible: >-
{% if release not in ['newton','ocata','pike'] -%}
true
{%- else -%}
false
{%- endif -%}
step_tripleo_config_download: false
deploy_steps_ansible: false
deploy_steps_ansible_workflow: true
config_download_args: >-
{% if release not in ['newton','ocata','pike'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
-e {{ working_dir }}/config-download.yaml
--config-download
--deployed-server
--disable-validations
--verbose
{%- endif -%}