tripleo-quickstart/config/environments/default_libvirt.yml

18 lines
556 B
YAML

environment_type: libvirt
# This allows one to browse to the tripleo-ui on the undercloud
# This is only required in libvirt based deployments
enable_port_forward_for_tripleo_ui: true
# Setup for SSL access to the tripleo-ui.
# Please consult the tripleo-quickstart documentation prior to enabling this option
tripleo_ui_secure_access: true
# Note this needs to be false for freeIPA
# https://bugs.launchpad.net/tripleo/+bug/1709333
nameserver_from_virthost: >-
{% if overcloud_cloud_domain is defined -%}
false
{%- else -%}
true
{%- endif -%}