Add missing deploy_composable_scenario variable

The "deploy_composable_scenario: true" variable was missing from our
scenario based featuresets, which was masked by an override in our
upstream testing, but results in missing the scenario files when trying
to reproduce them with the featureset configs only.

Change-Id: I7e7c13b9151607233f1159ed91c455dcec37e230
This commit is contained in:
Attila Darazs 2017-06-27 13:09:46 +02:00
parent d683de2d08
commit 14e5779a53
9 changed files with 17 additions and 17 deletions

View File

@ -2,6 +2,6 @@ undercloud_generate_service_certificate: false
enable_opstools_repo: true
test_ping: true
deploy_composable_scenario: true
composable_scenario: scenario001-multinode.yaml
validate_template: scenario001-multinode.yaml

View File

@ -1,6 +1,6 @@
undercloud_generate_service_certificate: false
test_ping: true
deploy_composable_scenario: true
composable_scenario: scenario002-multinode.yaml
validate_template: scenario002-multinode.yaml

View File

@ -1,6 +1,6 @@
undercloud_generate_service_certificate: false
test_ping: true
deploy_composable_scenario: true
composable_scenario: scenario003-multinode.yaml
validate_template: scenario003-multinode.yaml

View File

@ -1,6 +1,6 @@
undercloud_generate_service_certificate: false
test_ping: true
deploy_composable_scenario: true
composable_scenario: scenario004-multinode.yaml
validate_template: scenario004-multinode.yaml

View File

@ -1,6 +1,6 @@
undercloud_generate_service_certificate: false
test_ping: true
deploy_composable_scenario: true
composable_scenario: scenario005-multinode.yaml
validate_template: scenario005-multinode.yaml

View File

@ -1,6 +1,5 @@
# Summary of the feature set.
# Deploy an Openstack environment with a non-containerized overcloud,
# and upgrade it to a containerized overcloud.
# Deploy an Openstack environment with a containerized overcloud
# using scenario001
undercloud_setup: true
network_isolation: false
@ -20,6 +19,7 @@ test_ping: false
run_tempest: false
step_introspect: false
deploy_composable_scenario: true
composable_scenario: scenario001-multinode-containers.yaml
# options below direct automatic doc generation by tripleo-collect-logs

View File

@ -1,6 +1,5 @@
# Summary of the feature set.
# Deploy an Openstack environment with a non-containerized overcloud,
# and upgrade it to a containerized overcloud.
# Deploy an Openstack environment with a containerized overcloud
# using scenario002
undercloud_setup: true
network_isolation: false
@ -20,6 +19,7 @@ test_ping: false
run_tempest: false
step_introspect: false
deploy_composable_scenario: true
composable_scenario: scenario002-multinode-containers.yaml
# options below direct automatic doc generation by tripleo-collect-logs

View File

@ -1,6 +1,5 @@
# Summary of the feature set.
# Deploy an Openstack environment with a non-containerized overcloud,
# and upgrade it to a containerized overcloud.
# Deploy an Openstack environment with a containerized overcloud
# using scenario003
undercloud_setup: true
network_isolation: false
@ -20,6 +19,7 @@ test_ping: false
run_tempest: false
step_introspect: false
deploy_composable_scenario: true
composable_scenario: scenario003-multinode-containers.yaml
# options below direct automatic doc generation by tripleo-collect-logs

View File

@ -1,6 +1,5 @@
# Summary of the feature set.
# Deploy an Openstack environment with a non-containerized overcloud,
# and upgrade it to a containerized overcloud.
# Deploy an Openstack environment with a containerized overcloud
# using scenario004
undercloud_setup: true
network_isolation: false
@ -20,6 +19,7 @@ test_ping: false
run_tempest: false
step_introspect: false
deploy_composable_scenario: true
composable_scenario: scenario004-multinode-containers.yaml
# options below direct automatic doc generation by tripleo-collect-logs