blob: f5d882ef4cb7ff5af6df3a745aaf1e64b2b3b738 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[deployment]
opnfv ansible_ssh_host=192.168.122.2
[controller]
controller00 ansible_ssh_host=192.168.122.3
controller01 ansible_ssh_host=192.168.122.4
controller02 ansible_ssh_host=192.168.122.5
[compute]
compute00 ansible_ssh_host=192.168.122.6
compute01 ansible_ssh_host=192.168.122.7
[openstack:children]
controller
compute
|