Skip to content

Commit

Permalink
Merge pull request #1461 from kkayhan/patch-1
Browse files Browse the repository at this point in the history
updated the SRL password in the config.sh
  • Loading branch information
hellt committed Jul 7, 2023
2 parents 84e5cb6 + af47d72 commit 582f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab-examples/templated01/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gomplate -f topology_config.gotmpl -d templated01.clab_vars.yaml >vars.yaml
# build targets string
targets=$(docker ps -f label=clab-node-kind=srl -f label=containerlab=templated01 --format {{.Names}} | paste -s -d, -)
# base gnmic command
gnmic_cmd="gnmic --log -a ${targets} --skip-verify -u admin -p admin"
gnmic_cmd="gnmic --log -a ${targets} --skip-verify -u admin -p NokiaSrl1!"

curl -sLO https://raw.githubusercontent.com/karimra/gnmic/main/examples/set-request-templates/Nokia/SRL/1.interfaces/interfaces_template.gotmpl
curl -sLO https://raw.githubusercontent.com/karimra/gnmic/main/examples/set-request-templates/Nokia/SRL/1.interfaces/subinterfaces_template.gotmpl
Expand Down

0 comments on commit 582f76a

Please sign in to comment.