tripleo-quickstart/config/environments/default_libvirt.yml
Wes Hayutin 627b955b82 add basic/simple tests for the tripleo-ui
Starting simple with just a curl test.
We need to ensure the tripleo-ui is always
working after a deployment.

Related-Bug: #1722674
Depends-On: Ie320cf86a6d6d2bc810221e18f4be5e029c26df2
Change-Id: If1fb7d94cd28364c23efae4bb716e64ac6db93f4
2017-10-24 14:59:38 -04:00

19 lines
581 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
validate_ui_simple: 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 -%}