Activate config-download for ovb-ha

Migrates the ovb-ha job to use the config-download deploy mechanism.

Change-Id: I88cd74a592940b6fda5ffcf8dcc891b8da92cc59
This commit is contained in:
James Slagle 2017-12-04 17:04:27 -05:00
parent 85229566c3
commit 29fd7a25e6
1 changed files with 13 additions and 0 deletions

View File

@ -94,3 +94,16 @@ run_tempest: >-
test_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
deploy_steps_ansible_workflow: >-
{% if release not in ['newton','ocata','pike'] -%}
true
{%- else -%}
false
{%- endif -%}
config_download_args: >-
{% if release not in ['newton','ocata','pike'] -%}
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml
--config-download
--verbose
{%- endif -%}