Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
61c24f81
Commit
61c24f81
authored
2 years ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
reset clab changes
parent
25175940
No related branches found
No related tags found
3 merge requests
!406
Draft: Add backup script
,
!404
Enable export and import of SDN configuration
,
!377
Add Linux support to venv-manager
Pipeline
#116063
passed
2 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gosdn.clab.yaml
+83
-84
83 additions, 84 deletions
gosdn.clab.yaml
with
83 additions
and
84 deletions
gosdn.clab.yaml
+
83
−
84
View file @
61c24f81
...
@@ -20,98 +20,97 @@ topology:
...
@@ -20,98 +20,97 @@ topology:
mgmt_ipv4
:
172.100.0.12
mgmt_ipv4
:
172.100.0.12
group
:
spine
group
:
spine
ubuntu
1
:
centos
1
:
kind
:
linux
kind
:
linux
image
:
registry.code.fbi.h-da.de/danet/containers/ubuntu:22.04
image
:
centos:8
mgmt_ipv4
:
172.100.0.3
mgmt_ipv4
:
172.100.0.3
group
:
server
group
:
server
#centos2:
centos2
:
# 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
:
kind
:
linux
image
:
gosdn
ports
:
-
55055:55055
-
8080:8080
-
40000:40000
cmd
:
--config /gosdn/configs/containerlab-gosdn.toml
mgmt_ipv4
:
172.100.0.5
gnmi-target
:
kind
:
linux
image
:
gnmi-target
ports
:
-
7030:7030
mgmt_ipv4
:
172.100.0.6
csbi-orchestrator
:
kind
:
linux
image
:
orchestrator
ports
:
-
55056:55056
-
9338:9338
binds
:
-
/var/run/docker.sock:/var/run/docker.sock
-
./csbi/.csbi.yaml:/etc/.csbi.yml
cmd
:
--log-level trace --config /etc/.csbi.yml
mgmt_ipv4
:
172.100.0.7
#gosdn:
grafana
:
# kind: linux
kind
:
linux
# image: gosdn
image
:
grafana/grafana:8.1.2
# ports:
binds
:
# - 55055:55055
-
./csbi/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
# - 8080:8080
ports
:
# - 40000:40000
-
3000:3000
# cmd:
mgmt_ipv4
:
172.100.0.8
# --config /gosdn/configs/containerlab-gosdn.toml
# mgmt_ipv4: 172.100.0.5
#gnmi-target:
prometheus
:
# kind: linux
kind
:
linux
# image: gnmi-target
image
:
prom/prometheus:v2.29.1
# ports:
ports
:
# - 7030:7030
-
9000:9090
# mgmt_ipv4: 172.100.0.6
binds
:
#
-
./csbi/prometheus:/etc/prometheus
#csbi-orchestrator:
cmd
:
--web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
# kind: linux
mgmt_ipv4
:
172.100.0.9
# image: orchestrator
# ports:
# - 55056:55056
# - 9338:9338
# binds:
# - /var/run/docker.sock:/var/run/docker.sock
# - ./csbi/.csbi.yaml:/etc/.csbi.yml
# cmd: --log-level trace --config /etc/.csbi.yml
# mgmt_ipv4: 172.100.0.7
#grafana:
mongodb
:
# kind: linux
kind
:
linux
# image: grafana/grafana:8.1.2
image
:
mongo:5
# binds:
ports
:
# - ./csbi/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
-
27017:27017
# ports:
env
:
# - 3000:3000
MONGO_INITDB_ROOT_USERNAME
:
root
# mgmt_ipv4: 172.100.0.8
MONGO_INITDB_ROOT_PASSWORD
:
example
mgmt_ipv4
:
172.100.0.13
#prometheus:
mongodb-express
:
# kind: linux
kind
:
linux
# image: prom/prometheus:v2.29.1
image
:
mongo-express:0.54.0
# ports:
ports
:
# - 9000:9090
-
8081:8081
# binds:
env
:
# - ./csbi/prometheus:/etc/prometheus
ME_CONFIG_MONGODB_ADMINUSERNAME
:
root
# cmd: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
ME_CONFIG_MONGODB_ADMINPASSWORD
:
example
# mgmt_ipv4: 172.100.0.9
ME_CONFIG_MONGODB_SERVER
:
mongodb
#
mgmt_ipv4
:
172.100.0.14
#mongodb:
# kind: linux
rabbitmq
:
# image: mongo:5
kind
:
linux
# ports:
image
:
rabbitmq:3-management
# - 27017:27017
ports
:
# env:
-
127.0.0.1:5672:5672
# MONGO_INITDB_ROOT_USERNAME: root
-
127.0.0.1:15672:15672
# MONGO_INITDB_ROOT_PASSWORD: example
mgmt_ipv4
:
172.100.0.15
# mgmt_ipv4: 172.100.0.13
#
#mongodb-express:
# kind: linux
# image: mongo-express:0.54.0
# ports:
# - 8081:8081
# env:
# ME_CONFIG_MONGODB_ADMINUSERNAME: root
# ME_CONFIG_MONGODB_ADMINPASSWORD: example
# ME_CONFIG_MONGODB_SERVER: mongodb
# mgmt_ipv4: 172.100.0.14
#
#rabbitmq:
# kind: linux
# image: rabbitmq:3-management
# ports:
# - 127.0.0.1:5672:5672
# - 127.0.0.1:15672:15672
# mgmt_ipv4: 172.100.0.15
links
:
links
:
-
endpoints
:
[
"
ceos0:eth1"
,
"
ceos1a:eth1"
]
-
endpoints
:
[
"
ceos0:eth1"
,
"
ceos1a:eth1"
]
-
endpoints
:
[
"
ceos0:eth2"
,
"
ubuntu1:eth1"
]
-
endpoints
:
[
"
ceos0:eth2"
,
"
centos1:eth1"
]
-
endpoints
:
[
"
ceos1a:eth2"
,
"
ubuntu1:eth2"
]
-
endpoints
:
[
"
ceos1a:eth2"
,
"
centos2:eth1"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment