summaryrefslogtreecommitdiffstats
path: root/xci/installer/kubespray/files/noha/inventory/inventory.cfg
blob: 73c1e0a160b8dde3417cca97b577668449460ffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[all]
opnfv ansible_host=192.168.122.2 ip=192.168.122.2
master1 ansible_host=192.168.122.3 ip=192.168.122.3
node1 ansible_host=192.168.122.4 ip=192.168.122.4
node2 ansible_host=192.168.122.5 ip=192.168.122.5

[kube-master]
master1

[kube-node]
node1
node2

[etcd]
master1

[k8s-cluster:children]
kube-node
kube-master

[calico-rr]

[vault]
master1