tripleo-quickstart/config/general_config/featureset026.yml

25 lines
675 B
YAML

deploy_composable_scenario: true
composable_scenario: scenario006-multinode.yaml
network_isolation: false
enable_pacemaker: false
overcloud_ipv6: false
containerized_overcloud: true
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: false
# This enables the deployment of the overcloud with SSL.
ssl_overcloud: false
extra_args: >-
--ntp-server pool.ntp.org
-e {{ overcloud_templates_path }}/environments/kubernetes.yaml
# If `run_tempest` is `true`, run tempests tests, otherwise do not
# run them.
tempest_config: false
test_ping: false
run_tempest: false