remove deployed_server from common args

deployed_server is no longer common
through out the multinode featuresets.
deploy_steps_ansible_workflow is an
alternative now.

Related-Bug: #1748315
Change-Id: I28988d30338527669da25bc764143cf57a995af9
This commit is contained in:
Wes Hayutin 2018-02-08 18:48:35 -05:00 committed by John Trowbridge
parent 28fc11aaa4
commit bab0f87196
16 changed files with 20 additions and 1 deletions

View File

@ -6,7 +6,6 @@ step_overcloud_image: false
step_glance_upload: true
step_register: false
hypervisor_wait: false
deployed_server: true
network_isolation: false
package_installs: true
non_root_user_setup: true

View File

@ -31,6 +31,7 @@ run_tripleo_validations_negative_tests: True
# Exit tripleo-quickstart on validations failure
exit_on_validations_failure: False
deployed_server: true
composable_scenario: scenario001-multinode.yaml
composable_roles: true
overcloud_roles:

View File

@ -11,6 +11,7 @@ exit_on_validations_failure: False
# pacemaker settings are configured in the scenario template
# do not set `enable_pacemaker` in the featureset
deployed_server: true
composable_scenario: scenario002-multinode.yaml
validate_template: scenario002-multinode.yaml
composable_roles: true

View File

@ -11,6 +11,7 @@ exit_on_validations_failure: False
# pacemaker settings are configured in the scenario template
# do not set `enable_pacemaker` in the featureset
deployed_server: true
composable_scenario: scenario003-multinode.yaml
validate_template: scenario003-multinode.yaml
composable_roles: true

View File

@ -11,6 +11,7 @@ exit_on_validations_failure: False
# pacemaker settings are configured in the scenario template
# do not set `enable_pacemaker` in the featureset
deployed_server: true
composable_scenario: scenario004-multinode.yaml
validate_template: scenario004-multinode.yaml
composable_roles: true

View File

@ -4,6 +4,7 @@ test_ping: true
# pacemaker settings are configured in the scenario template
# do not set `enable_pacemaker` in the featureset
deployed_server: true
composable_scenario: scenario005-multinode.yaml
validate_template: scenario005-multinode.yaml
composable_roles: true

View File

@ -40,6 +40,12 @@ overcloud_roles:
- StorageMgmt
- Tenant
deployed_server: >-
{% if release in ['newton','ocata','pike'] -%}
true
{%- else -%}
false
{%- endif -%}
deploy_steps_ansible_workflow: >-
{% if release not in ['newton','ocata','pike'] -%}
true

View File

@ -33,6 +33,7 @@ step_introspect: false
composable_scenario: multinode.yaml
upgrade_composable_scenario: multinode-containers.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -38,6 +38,7 @@ step_introspect: false
composable_scenario: scenario001-multinode.yaml
upgrade_composable_scenario: scenario001-multinode-containers.yaml
validate_template: scenario001-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -36,6 +36,7 @@ step_introspect: false
composable_scenario: scenario002-multinode.yaml
upgrade_composable_scenario: scenario002-multinode-containers.yaml
validate_template: scenario002-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -36,6 +36,7 @@ step_introspect: false
composable_scenario: scenario003-multinode.yaml
upgrade_composable_scenario: scenario003-multinode-containers.yaml
validate_template: scenario003-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -36,6 +36,7 @@ step_introspect: false
composable_scenario: scenario004-multinode.yaml
upgrade_composable_scenario: scenario004-multinode-containers.yaml
validate_template: scenario004-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -19,6 +19,7 @@ step_introspect: false
composable_scenario: scenario001-multinode-containers.yaml
validate_template: scenario001-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -17,6 +17,7 @@ step_introspect: false
composable_scenario: scenario002-multinode-containers.yaml
validate_template: scenario002-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -17,6 +17,7 @@ step_introspect: false
composable_scenario: scenario003-multinode-containers.yaml
validate_template: scenario003-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true

View File

@ -17,6 +17,7 @@ step_introspect: false
composable_scenario: scenario004-multinode-containers.yaml
validate_template: scenario004-multinode.yaml
deployed_server: true
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true