Skip to content

Commit c6a0047

Browse files
removed references to priv-gnmic
1 parent fdf6057 commit c6a0047

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

examples/deployments/3.pipelines/1.gnmic-nats-gnmic-prometheus/containerlab/lab31.clab.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ topology:
2222

2323
gnmic-collector:
2424
kind: linux
25-
# image: ghcr.io/openconfig/gnmic:latest
26-
image: priv-gnmic
25+
image: ghcr.io/openconfig/gnmic:latest
2726
binds:
2827
- ./gnmic-collector.yaml:/app/gnmic.yaml:ro
2928
- /var/run/docker.sock:/var/run/docker.sock

examples/deployments/3.pipelines/3a.gnmic-cluster-nats-gnmic-prometheus/containerlab/lab33a.clab.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ topology:
2323

2424
gnmic-collector1:
2525
kind: linux
26-
# image: ghcr.io/openconfig/gnmic:latest
27-
image: priv-gnmic
26+
image: ghcr.io/openconfig/gnmic:latest
2827
binds:
2928
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
3029
- /var/run/docker.sock:/var/run/docker.sock
@@ -38,8 +37,7 @@ topology:
3837

3938
gnmic-collector2:
4039
kind: linux
41-
# image: ghcr.io/openconfig/gnmic:latest
42-
image: priv-gnmic
40+
image: ghcr.io/openconfig/gnmic:latest
4341
binds:
4442
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
4543
- /var/run/docker.sock:/var/run/docker.sock
@@ -53,8 +51,7 @@ topology:
5351

5452
gnmic-collector3:
5553
kind: linux
56-
# image: ghcr.io/openconfig/gnmic:latest
57-
image: priv-gnmic
54+
image: ghcr.io/openconfig/gnmic:latest
5855
binds:
5956
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
6057
- /var/run/docker.sock:/var/run/docker.sock
@@ -69,7 +66,6 @@ topology:
6966
gnmic-relay:
7067
kind: linux
7168
image: ghcr.io/openconfig/gnmic:latest
72-
# image: priv-gnmic
7369
binds:
7470
- ./gnmic-relay.yaml:/app/gnmic-config.yaml:ro
7571
- /var/run/docker.sock:/var/run/docker.sock

examples/deployments/3.pipelines/3b.gnmic-cluster-nats-gnmic-cluster-prometheus/containerlab/lab33b.clab.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ topology:
2323

2424
gnmic-collector1:
2525
kind: linux
26-
# image: ghcr.io/openconfig/gnmic:latest
27-
image: priv-gnmic
26+
image: ghcr.io/openconfig/gnmic:latest
2827
binds:
2928
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
3029
- /var/run/docker.sock:/var/run/docker.sock
@@ -38,8 +37,7 @@ topology:
3837

3938
gnmic-collector2:
4039
kind: linux
41-
# image: ghcr.io/openconfig/gnmic:latest
42-
image: priv-gnmic
40+
image: ghcr.io/openconfig/gnmic:latest
4341
binds:
4442
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
4543
- /var/run/docker.sock:/var/run/docker.sock
@@ -53,8 +51,7 @@ topology:
5351

5452
gnmic-collector3:
5553
kind: linux
56-
# image: ghcr.io/openconfig/gnmic:latest
57-
image: priv-gnmic
54+
image: ghcr.io/openconfig/gnmic:latest
5855
binds:
5956
- ./gnmic.yaml:/app/gnmic-config.yaml:ro
6057
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)