Skip to content
Snippets Groups Projects
Commit d81c7566 authored by Neil Schark's avatar Neil Schark
Browse files

wip remove later

parent 50854602
Branches
No related tags found
2 merge requests!406Draft: Add backup script,!404Enable export and import of SDN configuration
Pipeline #124005 failed
This commit is part of merge request !404. Comments created here will be created in the context of that merge request.
...@@ -32,84 +32,84 @@ topology: ...@@ -32,84 +32,84 @@ topology:
mgmt_ipv4: 172.100.0.4 mgmt_ipv4: 172.100.0.4
group: server group: server
gosdn: #gosdn:
kind: linux # kind: linux
image: gosdn # image: gosdn
ports: # ports:
- 55055:55055 # - 55055:55055
- 8080:8080 # - 8080:8080
- 40000:40000 # - 40000:40000
cmd: # cmd:
--config /gosdn/configs/containerlab-gosdn.toml # --config /gosdn/configs/containerlab-gosdn.toml
mgmt_ipv4: 172.100.0.5 # mgmt_ipv4: 172.100.0.5
#
gnmi-target: #gnmi-target:
kind: linux # kind: linux
image: gnmi-target # image: gnmi-target
ports: # ports:
- 7030:7030 # - 7030:7030
mgmt_ipv4: 172.100.0.6 # mgmt_ipv4: 172.100.0.6
#
csbi-orchestrator: #csbi-orchestrator:
kind: linux # kind: linux
image: orchestrator # image: orchestrator
ports: # ports:
- 55056:55056 # - 55056:55056
- 9338:9338 # - 9338:9338
binds: # binds:
- /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
- ./csbi/.csbi.yaml:/etc/.csbi.yml # - ./csbi/.csbi.yaml:/etc/.csbi.yml
cmd: --log-level trace --config /etc/.csbi.yml # cmd: --log-level trace --config /etc/.csbi.yml
mgmt_ipv4: 172.100.0.7 # mgmt_ipv4: 172.100.0.7
#
grafana: #grafana:
kind: linux # kind: linux
image: grafana/grafana:8.1.2 # image: grafana/grafana:8.1.2
binds: # binds:
- ./csbi/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources # - ./csbi/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
ports: # ports:
- 3000:3000 # - 3000:3000
mgmt_ipv4: 172.100.0.8 # mgmt_ipv4: 172.100.0.8
#
prometheus: #prometheus:
kind: linux # kind: linux
image: prom/prometheus:v2.29.1 # image: prom/prometheus:v2.29.1
ports: # ports:
- 9000:9090 # - 9000:9090
binds: # binds:
- ./csbi/prometheus:/etc/prometheus # - ./csbi/prometheus:/etc/prometheus
cmd: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml # cmd: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
mgmt_ipv4: 172.100.0.9 # mgmt_ipv4: 172.100.0.9
#
mongodb: #mongodb:
kind: linux # kind: linux
image: mongo:5 # image: mongo:5
ports: # ports:
- 27017:27017 # - 27017:27017
env: # env:
MONGO_INITDB_ROOT_USERNAME: root # MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example # MONGO_INITDB_ROOT_PASSWORD: example
mgmt_ipv4: 172.100.0.13 # mgmt_ipv4: 172.100.0.13
#
mongodb-express: #mongodb-express:
kind: linux # kind: linux
image: mongo-express:0.54.0 # image: mongo-express:0.54.0
ports: # ports:
- 8081:8081 # - 8081:8081
env: # env:
ME_CONFIG_MONGODB_ADMINUSERNAME: root # ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example # ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_SERVER: mongodb # ME_CONFIG_MONGODB_SERVER: mongodb
mgmt_ipv4: 172.100.0.14 # mgmt_ipv4: 172.100.0.14
#
rabbitmq: #rabbitmq:
kind: linux # kind: linux
image: rabbitmq:3-management # image: rabbitmq:3-management
ports: # ports:
- 127.0.0.1:5672:5672 # - 127.0.0.1:5672:5672
- 127.0.0.1:15672:15672 # - 127.0.0.1:15672:15672
mgmt_ipv4: 172.100.0.15 # mgmt_ipv4: 172.100.0.15
#
links: links:
- endpoints: ["ceos0:eth1","ceos1a:eth1"] - endpoints: ["ceos0:eth1","ceos1a:eth1"]
- endpoints: ["ceos0:eth2","centos1:eth1"] - endpoints: ["ceos0:eth2","centos1:eth1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment