From c6a0047577ed4e6b93508fbaeaef55bbabb9a7de Mon Sep 17 00:00:00 2001 From: Dennis Fanshaw <64549250+hyposcaler-bot@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:36:53 +0000 Subject: [PATCH] removed references to priv-gnmic --- .../containerlab/lab31.clab.yaml | 3 +-- .../containerlab/lab33a.clab.yaml | 10 +++------- .../containerlab/lab33b.clab.yaml | 9 +++------ 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/examples/deployments/3.pipelines/1.gnmic-nats-gnmic-prometheus/containerlab/lab31.clab.yaml b/examples/deployments/3.pipelines/1.gnmic-nats-gnmic-prometheus/containerlab/lab31.clab.yaml index 697809d6..32daba53 100644 --- a/examples/deployments/3.pipelines/1.gnmic-nats-gnmic-prometheus/containerlab/lab31.clab.yaml +++ b/examples/deployments/3.pipelines/1.gnmic-nats-gnmic-prometheus/containerlab/lab31.clab.yaml @@ -22,8 +22,7 @@ topology: gnmic-collector: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic-collector.yaml:/app/gnmic.yaml:ro - /var/run/docker.sock:/var/run/docker.sock diff --git a/examples/deployments/3.pipelines/3a.gnmic-cluster-nats-gnmic-prometheus/containerlab/lab33a.clab.yaml b/examples/deployments/3.pipelines/3a.gnmic-cluster-nats-gnmic-prometheus/containerlab/lab33a.clab.yaml index c119c213..f3af1f7a 100644 --- a/examples/deployments/3.pipelines/3a.gnmic-cluster-nats-gnmic-prometheus/containerlab/lab33a.clab.yaml +++ b/examples/deployments/3.pipelines/3a.gnmic-cluster-nats-gnmic-prometheus/containerlab/lab33a.clab.yaml @@ -23,8 +23,7 @@ topology: gnmic-collector1: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock @@ -38,8 +37,7 @@ topology: gnmic-collector2: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock @@ -53,8 +51,7 @@ topology: gnmic-collector3: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock @@ -69,7 +66,6 @@ topology: gnmic-relay: kind: linux image: ghcr.io/openconfig/gnmic:latest - # image: priv-gnmic binds: - ./gnmic-relay.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock diff --git a/examples/deployments/3.pipelines/3b.gnmic-cluster-nats-gnmic-cluster-prometheus/containerlab/lab33b.clab.yaml b/examples/deployments/3.pipelines/3b.gnmic-cluster-nats-gnmic-cluster-prometheus/containerlab/lab33b.clab.yaml index a2748c71..de88dc22 100644 --- a/examples/deployments/3.pipelines/3b.gnmic-cluster-nats-gnmic-cluster-prometheus/containerlab/lab33b.clab.yaml +++ b/examples/deployments/3.pipelines/3b.gnmic-cluster-nats-gnmic-cluster-prometheus/containerlab/lab33b.clab.yaml @@ -23,8 +23,7 @@ topology: gnmic-collector1: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock @@ -38,8 +37,7 @@ topology: gnmic-collector2: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock @@ -53,8 +51,7 @@ topology: gnmic-collector3: kind: linux - # image: ghcr.io/openconfig/gnmic:latest - image: priv-gnmic + image: ghcr.io/openconfig/gnmic:latest binds: - ./gnmic.yaml:/app/gnmic-config.yaml:ro - /var/run/docker.sock:/var/run/docker.sock