Add featureset for scenario012 standalone

Ironic test on standalone need an additional variable ironic_overcloud
to set up things ready for tempest tests.
Cloning featurset052 to featureset060 and adding ironic_overcloud

Change-Id: I8ae7f7c31eb8b462433540bdc6535bd0a76ea281
This commit is contained in:
Gabriele Cerami 2019-02-12 15:25:36 +00:00
parent b039c85e45
commit 404bbb069c
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
##################################################
# FEATURESET060 - TRIPLEO STANDALONE with IRONIC
##################################################
non_root_user_setup: true
ovb_setup_connectivity: false
package_installs: true
vxlan_networking: false
toci_vxlan_networking: false
enable_vbmc: false
deploy_supplemental_node: false
undercloud_setup: true
# role / scenario definition
# deployment role
standalone_role: Standalone.yaml
ironic_overcloud: true
# custom env files
standalone_custom_env_files:
- /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml
# validation
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
test_ping: false
standalone_ansible_lint: true
run_tempest: true
# Running only smoke tests and a few scenarios
test_white_regex: '\[.*\bsmoke\b.*\]'
# NOTE(aschultz): containers assume RC at the moment
tempest_undercloud: true
tempest_overcloud: false
tempest_workers: 2
tempest_os_cloud: standalone
tempest_whitelist:
- 'tempest.scenario.test_minimum_basic.TestMinimumBasicScenario'
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern'
standalone_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}