Add seed-hypervisor host

Used for testing seed VM provisioning.

Change-Id: I2c96a91b9c55480301d543850d58982d74f2ebfb
This commit is contained in:
Mark Goddard 2017-12-05 15:44:41 +00:00
parent 0d1538156b
commit 252bceaf96
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
---
aio_interface: braio
aio_bridge_ports: []

View File

@ -3,8 +3,7 @@
localhost ansible_connection=local
[seed-hypervisor]
# Add a seed hypervisor node here if required. This host will run a seed node
# Virtual Machine.
seed-hypervisor
[seed]
seed

View File

@ -1,4 +1,5 @@
---
aio_ips:
controller0: 192.168.33.3
seed-hypervisor: 192.168.33.4
seed: 192.168.33.5