-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtigstack.yml
executable file
·57 lines (56 loc) · 1.33 KB
/
tigstack.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
name: tigstack
topology:
nodes:
ceos1:
kind: ceos
image: ceos:4.31.0F
ports:
- 4001:6030
- 4444:443
- 888:80
- 6040:6040
startup-config: configs/ceos1.conf
mgmt_ipv4: 172.20.20.2
publish:
- tcp/4001
ceos2:
kind: ceos
image: ceos:4.31.0F
ports:
- 4002:6030
- 4445:443
- 889:80
- 6041:6040
startup-config: configs/ceos2.conf
mgmt_ipv4: 172.20.20.3
publish:
- tcp/4002
influxdb:
kind: linux
image: influxdb:1.8.10
ports:
- 8086:8086
mgmt_ipv4: 172.20.20.4
env:
INFLUXDB_DATA_ENGINE: tsm1
INFLUXDB_REPORTING_DISABLED: "false"
INFLUXDB_USER: admin
INFLUXDB_USER_PASSWORD: admin
INFLUXDB_DB: arista
grafana:
kind: linux
image: grafana/grafana:7.0.3
mgmt_ipv4: 172.20.20.5
binds:
- grafana/datasources/datasource.yaml:/etc/grafana/provisioning/datasources/datasource.yaml:ro
- grafana/dashboards/:/etc/grafana/provisioning/dashboards/admin
ports:
- 3000:3000
telegraf:
kind: linux
image: telegraf:latest
mgmt_ipv4: 172.20.20.6
binds:
- telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
links:
- endpoints: ["ceos1:eth1", "ceos2:eth1"]