Skip to content
Snippets Groups Projects
Commit 51ff3598 authored by Malte Bauch's avatar Malte Bauch
Browse files

Update gosdn within containerlab to use a development-gosdn configuration


See merge request !276

Co-authored-by: default avatarMalte Bauch <malte.bauch@extern.h-da.de>
parent 8425282d
No related branches found
No related tags found
2 merge requests!276Update gosdn within containerlab to use a development-gosdn configuration,!264WIP: Develop
Pipeline #98927 passed
......@@ -17,5 +17,6 @@ report.xml
controller/gosdn
cli/gosdnc
# testing
# testing and configs
controller/configs/testing-gosdn.toml
controller/configs/development-gosdn.toml
......@@ -16,6 +16,6 @@ RUN make build
#COPY --from=builder /gosdn/artifacts/gosdn /
#ENTRYPOINT ["/gosdn"]
FROM builder as gosdn
COPY controller/configs/development-gosdn.toml.example /gosdn/configs/development-gosdn.toml
ENTRYPOINT ["/gosdn/artifacts/gosdn"]
......@@ -35,7 +35,9 @@ topology:
- 55055:55055
- 8080:8080
- 40000:40000
cmd: --csbi-orchestrator clab-gosdn_csbi_arista_base-csbi-orchestrator:55056
cmd:
--config /gosdn/configs/development-gosdn.toml
--csbi-orchestrator clab-gosdn_csbi_arista_base-csbi-orchestrator:55056
mgmt_ipv4: 172.100.0.5
gnmi-target:
kind: linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment