Merge "libvirt standalone deployment"

This commit is contained in:
Zuul 2018-08-14 02:43:25 +00:00 committed by Gerrit Code Review
commit 5d1b169c59
6 changed files with 23 additions and 0 deletions

View File

@ -31,3 +31,7 @@ non_root_user_setup: true
package_installs: true
hostname_correction: true
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2

View File

@ -36,3 +36,7 @@ non_root_user_setup: true
package_installs: true
hostname_correction: true
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2

View File

@ -20,3 +20,7 @@ nameserver_from_virthost: >-
test_ping: true
tempest_config: false
run_tempest: false
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2

View File

@ -16,3 +16,7 @@ nameserver_from_virthost: >-
{%- else -%}
true
{%- endif -%}
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2

View File

@ -28,3 +28,7 @@ nameserver_from_virthost: >-
{%- else -%}
true
{%- endif -%}
# standalone interface
standalone_interface: eth1
standalone_ip: 192.168.24.2

View File

@ -235,3 +235,6 @@ update_images: false
# If running in chroot-like environments (containers)
chrooted: false
# moved from tqe
undercloud_generate_service_certificate: true