libvirt standalone deployment

A few minor updates to enble standalone
libvirt deployments in ci.centos and libvirt

Change-Id: Icda42876aea880e619ad997650b61987cda2e334
This commit is contained in:
Wes Hayutin 2018-08-10 16:23:09 -04:00 committed by wes hayutin
parent e6421b8848
commit 0d0ff7a444
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