tripleo-quickstart/config/general_config/minimal_no_netiso.yml
Juan Antonio Osorio Robles 20470164fa Use SSL for the undercloud in ha and other minimal configs
Change-Id: Ibb6e3a8a74ec1c0977850fcfdd93e0eaa147556a
2016-10-12 12:58:24 +03:00

19 lines
494 B
YAML

# We set introspection to true and use only the minimal amount of nodes
# for this job, but test all defaults otherwise
step_introspect: true
# Define a single controller node and a single compute node.
overcloud_nodes:
- name: control_0
flavor: control
- name: compute_0
flavor: compute
network_isolation: false
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: True