tripleo-quickstart/config/environments/ci_centos_libvirt.yml

27 lines
718 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 -%}
test_ping: true
tempest_config: false
run_tempest: false
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2