-
Notifications
You must be signed in to change notification settings - Fork 1
/
inventory.ini
44 lines (40 loc) · 1.1 KB
/
inventory.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[docker-nodes]
swarm-manager ansible_ssh_private_key_file=~/.my_ssh_keys/gpc_sshkey
swarm-worker-01 ansible_ssh_private_key_file=~/.my_ssh_keys/gpc_sshkey
[swarm-managers]
swarm-manager
[swarm-workers]
swarm-worker-01
[docker:children]
docker-nodes
swarm-managers
swarm-workers
[docker:vars]
ansible_python_interpreter=/usr/bin/python3
StrictHostKeyChecking=no
network=milvus
subnet=10.0.2.0/24
gateway=10.0.2.1
iprange=10.0.2.0/24
etcd_ip=10.0.2.10
minio_ip=10.0.2.11
pulsar_ip=10.0.2.12
proxy_ip=10.0.2.20
querycoord_ip=10.0.2.21
datacoord_ip=10.0.2.22
rootcoord_ip=10.0.2.23
indexcoord_ip=10.0.2.24
querynode_ip=10.0.2.25
datanode_ip=10.0.2.26
indexnode_ip=10.0.2.27
ETCD_ENDPOINTS= milvus-etcd:2379
MINIO_ADDRESS=milvus-minio:9000
PULSAR_ADDRESS= pulsar://milvus-pulsar:6650
QUERY_COORD_ADDRESS= milvus-querycoord:19531
DATA_COORD_ADDRESS= milvus-datacoord:13333
ROOT_COORD_ADDRESS= milvus-rootcoord:53100
INDEX_COORD_ADDRESS= milvus-indexcoord:31000
QUERY_NODE_ADDRESS= milvus-querynode:21123
DATA_NODE_ADDRESS= milvus-datanode:21124
INDEX_NODE_ADDRESS= milvus-indexnode:21121
; PROXY_ADDRESS=milvus-proxy:19530