tripleo-quickstart/config/general_config/featureset026.yml

42 lines
1.1 KiB
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
container_args: >-
-e {{ overcloud_templates_path }}/environments/docker.yaml
-e {{ overcloud_templates_path }}/environments/docker-network.yaml
-e {{ working_dir }}/containers-default-parameters.yaml
-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
composable_roles: true
overcloud_roles:
- name: Controller
CountDefault: 1
tags:
- primary
- controller
networks:
- External
- InternalApi
- Storage
- StorageMgmt
- Tenant