tripleo-quickstart/config/general_config/featureset060.yml
Derek Higgins ef7964c018 Turn off ansible lint after deployment.
This has also been truned off in other jobs(e.g. featureset052.yml)
as it isn't working. Also turn this off here until it can be addressed.

Change-Id: I73bec0a54dc3ccbd090f64e955a9941e4e78f0cb
2019-06-25 08:31:03 +01:00

47 lines
1.3 KiB
YAML

##################################################
# 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
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 -%}