Merge remote-tracking branch 'origin/master' into merge-branch
[netvirt.git] / resources / puppet / hieradata / hosts.json
1 {
2   "hosts": {
3     "opendaylight": {
4       "name": "opendaylight",
5       "ipaddress": "192.168.50.1"
6     },
7     "mininet": {
8       "name": "mininet",
9       "ipaddress": "192.168.50.15"
10     },
11     "devstack-control": {
12       "name": "devstack-control",
13       "ipaddress": "192.168.50.20"
14     },
15     "devstack-compute": {
16       "name": "devstack-compute",
17       "ipaddress": "192.168.50.21"
18     }
19   }
20 }