Skip to content
Snippets Groups Projects
Commit a9c223b6 authored by Andre Sterba's avatar Andre Sterba
Browse files

Feedback for getting started (again)

See merge request !473
parent 5e6005c6
No related branches found
No related tags found
1 merge request!473Feedback for getting started (again)
Pipeline #150922 failed
...@@ -74,7 +74,7 @@ Any network element directly configured by `goSDN` ...@@ -74,7 +74,7 @@ Any network element directly configured by `goSDN`
make build make build
# build the Dockerfiles for goSDN, cSBI orchestrator, gosdnc (CLI). # build the Dockerfiles for goSDN, cSBI orchestrator, gosdnc (CLI).
make container make containerize-all
``` ```
Now you can start `goSDN` locally by moving to the `artifacts` folder and Now you can start `goSDN` locally by moving to the `artifacts` folder and
......
...@@ -13,11 +13,11 @@ topology: ...@@ -13,11 +13,11 @@ topology:
nodes: nodes:
ceos0: ceos0:
kind: ceos kind: ceos
mgmt_ipv4: 172.100.0.11 mgmt-ipv4: 172.100.0.11
ceos1: ceos1:
kind: ceos kind: ceos
mgmt_ipv4: 172.100.0.12 mgmt-ipv4: 172.100.0.12
links: links:
- endpoints: ["ceos0:eth1","ceos1:eth1"] - endpoints: ["ceos0:eth1","ceos1:eth1"]
......
...@@ -13,25 +13,25 @@ topology: ...@@ -13,25 +13,25 @@ topology:
nodes: nodes:
ceos0: ceos0:
kind: ceos kind: ceos
mgmt_ipv4: 172.100.0.11 mgmt-ipv4: 172.100.0.11
group: spine group: spine
client0: client0:
kind: linux kind: linux
image: registry.code.fbi.h-da.de/danet/gnmi-target/ubuntu:develop image: registry.code.fbi.h-da.de/danet/gnmi-target/ubuntu:develop
mgmt_ipv4: 172.100.0.3 mgmt-ipv4: 172.100.0.3
group: server group: server
client1: client1:
kind: linux kind: linux
image: registry.code.fbi.h-da.de/danet/gnmi-target/ubuntu:develop image: registry.code.fbi.h-da.de/danet/gnmi-target/ubuntu:develop
mgmt_ipv4: 172.100.0.4 mgmt-ipv4: 172.100.0.4
group: server group: server
client2: client2:
kind: linux kind: linux
image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:develop image: registry.code.fbi.h-da.de/danet/gnmi-target/debian:develop
mgmt_ipv4: 172.100.0.5 mgmt-ipv4: 172.100.0.5
group: server group: server
links: links:
......
...@@ -12,24 +12,24 @@ topology: ...@@ -12,24 +12,24 @@ topology:
nodes: nodes:
ceos0: ceos0:
kind: ceos kind: ceos
mgmt_ipv4: 172.100.0.11 mgmt-ipv4: 172.100.0.11
group: spine group: spine
ceos1: ceos1:
kind: ceos kind: ceos
mgmt_ipv4: 172.100.0.12 mgmt-ipv4: 172.100.0.12
group: spine group: spine
centos0: centos0:
kind: linux kind: linux
image: centos:8 image: centos:8
mgmt_ipv4: 172.100.0.3 mgmt-ipv4: 172.100.0.3
group: server group: server
centos1: centos1:
kind: linux kind: linux
image: centos:8 image: centos:8
mgmt_ipv4: 172.100.0.4 mgmt-ipv4: 172.100.0.4
group: server group: server
gosdn: gosdn:
...@@ -41,7 +41,7 @@ topology: ...@@ -41,7 +41,7 @@ topology:
- 40000:40000 - 40000:40000
cmd: cmd:
--config /app/configs/containerlab-gosdn.toml --config /app/configs/containerlab-gosdn.toml
mgmt_ipv4: 172.100.0.5 mgmt-ipv4: 172.100.0.5
env: env:
GOSDN_ADMIN_PASSWORD: TestPassword GOSDN_ADMIN_PASSWORD: TestPassword
...@@ -50,12 +50,12 @@ topology: ...@@ -50,12 +50,12 @@ topology:
image: gnmi-target image: gnmi-target
ports: ports:
- 7030:7030 - 7030:7030
mgmt_ipv4: 172.100.0.6 mgmt-ipv4: 172.100.0.6
plugin-registry: plugin-registry:
kind: linux kind: linux
image: plugin-registry image: plugin-registry
mgmt_ipv4: 172.100.0.16 mgmt-ipv4: 172.100.0.16
#csbi-orchestrator: #csbi-orchestrator:
# kind: linux # kind: linux
...@@ -67,7 +67,7 @@ topology: ...@@ -67,7 +67,7 @@ topology:
# - /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
...@@ -76,7 +76,7 @@ topology: ...@@ -76,7 +76,7 @@ topology:
- ../../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
...@@ -86,7 +86,7 @@ topology: ...@@ -86,7 +86,7 @@ topology:
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
...@@ -96,7 +96,7 @@ topology: ...@@ -96,7 +96,7 @@ topology:
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
...@@ -107,7 +107,7 @@ topology: ...@@ -107,7 +107,7 @@ topology:
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
...@@ -115,7 +115,7 @@ topology: ...@@ -115,7 +115,7 @@ topology:
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","ceos1:eth1"] - endpoints: ["ceos0:eth1","ceos1:eth1"]
......
...@@ -7,11 +7,11 @@ mgmt: ...@@ -7,11 +7,11 @@ mgmt:
topology: topology:
nodes: nodes:
plugin-registry: plugin-registry:
kind: linux kind: linux
image: plugin-registry image: plugin-registry
mgmt_ipv4: 172.100.0.16 mgmt-ipv4: 172.100.0.16
gosdn: gosdn:
kind: linux kind: linux
...@@ -22,7 +22,7 @@ topology: ...@@ -22,7 +22,7 @@ topology:
- 40000:40000 - 40000:40000
cmd: cmd:
--config /app/configs/containerlab-gosdn.toml --config /app/configs/containerlab-gosdn.toml
mgmt_ipv4: 172.100.0.5 mgmt-ipv4: 172.100.0.5
env: env:
GOSDN_ADMIN_PASSWORD: TestPassword GOSDN_ADMIN_PASSWORD: TestPassword
...@@ -31,28 +31,28 @@ topology: ...@@ -31,28 +31,28 @@ topology:
image: gnmi-target image: gnmi-target
ports: ports:
- 7030:7030 - 7030:7030
mgmt_ipv4: 172.100.0.11 mgmt-ipv4: 172.100.0.11
startup-delay: 5 startup-delay: 5
gnmi-target-switch1: gnmi-target-switch1:
kind: linux kind: linux
image: gnmi-target image: gnmi-target
ports: ports:
- 7031:7030 - 7031:7030
mgmt_ipv4: 172.100.0.12 mgmt-ipv4: 172.100.0.12
startup-delay: 5 startup-delay: 5
centos0: centos0:
kind: linux kind: linux
image: centos:8 image: centos:8
mgmt_ipv4: 172.100.0.3 mgmt-ipv4: 172.100.0.3
group: server group: server
centos1: centos1:
kind: linux kind: linux
image: centos:8 image: centos:8
mgmt_ipv4: 172.100.0.4 mgmt-ipv4: 172.100.0.4
group: server group: server
mongodb: mongodb:
kind: linux kind: linux
...@@ -62,7 +62,7 @@ topology: ...@@ -62,7 +62,7 @@ topology:
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
...@@ -73,7 +73,7 @@ topology: ...@@ -73,7 +73,7 @@ topology:
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
...@@ -81,7 +81,7 @@ topology: ...@@ -81,7 +81,7 @@ topology:
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: ["gnmi-target-switch0:eth1","gnmi-target-switch1:eth1"] - endpoints: ["gnmi-target-switch0:eth1","gnmi-target-switch1:eth1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment