Skip to content
Snippets Groups Projects
Commit 46ad7d9b authored by Felix Ohms's avatar Felix Ohms
Browse files

wip

parent fb197187
No related branches found
No related tags found
No related merge requests found
Pipeline #84342 passed with warnings
...@@ -53,7 +53,6 @@ containerlab:deploy:integration: ...@@ -53,7 +53,6 @@ containerlab:deploy:integration:
extends: .containerlab_deploy extends: .containerlab_deploy
needs: ["containerlab:template:integration", "build-docker"] needs: ["containerlab:template:integration", "build-docker"]
script: script:
- cat ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml
- sudo containerlab deploy --topo ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml --reconfigure - sudo containerlab deploy --topo ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml --reconfigure
- | - |
echo -e "\ echo -e "\
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
variables: variables:
GOSDN_LOG: "nolog" GOSDN_LOG: "nolog"
GOSDN_TEST_API_ENDPOINT: "141.100.70.178:${GOSDN_GRPC_PORT}" GOSDN_TEST_API_ENDPOINT: "141.100.70.178:${GOSDN_GRPC_PORT}"
GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_PORT}" GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_1_PORT}"
GOSDN_TEST_USER: "admin" GOSDN_TEST_USER: "admin"
GOSDN_TEST_PASSWORD: "admin" GOSDN_TEST_PASSWORD: "admin"
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment