Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karimra/clab-nanog83-advanced
https://github.com/karimra/clab-nanog83-advanced
ci-cd clab-topo gnmi gnmic telemetry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/karimra/clab-nanog83-advanced
- Owner: karimra
- Created: 2021-10-06T20:06:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T21:05:25.000Z (about 3 years ago)
- Last Synced: 2024-07-30T17:36:34.310Z (5 months ago)
- Topics: ci-cd, clab-topo, gnmi, gnmic, telemetry
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clab-nanog83-advanced
This repo contains the [Containerlab](https://containerlab.srlinux.dev/) advanced example presented at NANOG83.
Here you can find the files needed to deploy the below topology
![nanog83-Page-1](https://user-images.githubusercontent.com/12892894/138223207-b4ad2ffd-57b7-48d1-8dbe-f5d16f11d151.png)
## Prerequisites
- Install [Docker](https://docs.docker.com/engine/install/)
- Install [Containerlab](https://containerlab.srlinux.dev/install/)
- Install [gNMIc](https://gnmic.kmrd.dev/install/)## Deploy on local machine
Run:
```bash
bash run.sh
```## Deploy via Github Actions
The repo includes a github [workflow](https://github.com/karimra/clab-nanog83-advanced/blob/main/.github/workflows/wf.yaml) that deploys the lab on a self-hosted runner.
![lab-gh-actions](https://user-images.githubusercontent.com/12892894/138225607-35f3bad3-5e05-4f37-a74f-f0840029cf0c.png)