Skip to content

Commit

Permalink
SR Linux Get started guide Part 1 (#170)
Browse files Browse the repository at this point in the history
Getting started part 1
  • Loading branch information
hellt authored Sep 26, 2024
1 parent 98acdb8 commit 2aa749e
Show file tree
Hide file tree
Showing 21 changed files with 1,994 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
MKDOCS_MATERIAL_VER: 9.5.19-insiders-4.53.8-hellt
MKDOCS_MATERIAL_VER: 9.5.35-insiders-4.53.13-hellt

jobs:
docs-test:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ site/
tmp
.*clab.y*ml
.*clab.y*ml.bak
.cache
.cache
srlinux-getting-started
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MKDOCS_VER = 9.5.19
MKDOCS_VER = 9.5.35
# insiders version/tag https://github.com/srl-labs/mkdocs-material-insiders/pkgs/container/mkdocs-material-insiders
MKDOCS_INS_VER = 9.5.19-insiders-4.53.8-hellt
MKDOCS_INS_VER = 9.5.35-insiders-4.53.13-hellt

.PHONY: docs
docs:
Expand Down
2 changes: 1 addition & 1 deletion docs/alwayson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Always-ON SR Linux Instance

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/hellt/drawio-js@main/embed2.js" async></script>
It is extremely easy and hassle free to run SR Linux, thanks to the [public container image](get-started.md#getting-the-image) and topology builder tool - [containerlab](https://containerlab.srlinux.dev).
It is extremely easy and hassle free to run SR Linux, thanks to the [public container image](get-started/lab.md#sr-linux-container-image-and-containerlab) and topology builder tool - [containerlab](https://containerlab.srlinux.dev).

But wouldn't it be nice to have an SR Linux instance running in the cloud open for everyone to tinker with? We think it would, so we created an **Always-ON SR Linux** instance that we invite you to try out.

Expand Down
10 changes: 10 additions & 0 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ authors:
name: Tobias Weber
description: Solution Architect
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/ae1e237ce86e1e2c1b6496b86d4aa812/lnknprof.jfif

aninda:
name: Aninda Chatterjee
description: Solutions Engineer
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/53648a5d466c526062c1780790c17989/aninda.webp

vivek:
name: Vivek Venugopal
description: Solutions Engineer
avatar: https://gitlab.com/rdodin/pics/-/wikis/uploads/e0006374c840dca1a8d9fa165ac1499f/vivek.webp
6 changes: 3 additions & 3 deletions docs/blog/posts/2023/srlgpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Additionally, in today's release we only support using OpenAI's LLM and you must

### Installing SR Linux GPT NDK Application

[[[% import 'macros.html' as macros %]]]
[[[ macros.srl_version('23.7.1') ]]]
[[[ macros.clab_version('0.48.2') ]]]
-{{% import 'macros.html' as macros %}}-
-{{ macros.srl_version('23.7.1') }}-
-{{ macros.clab_version('0.48.2') }}-

OK, so to demonstrate SR Linux GPT app we will use Containerlab (min version 0.47.1) and spin up a very simple single node SR Linux topology:

Expand Down
869 changes: 869 additions & 0 deletions docs/blog/posts/2024/navigating-srl.md

Large diffs are not rendered by default.

208 changes: 0 additions & 208 deletions docs/get-started.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/get-started/bgp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This section is under construction...
Loading

0 comments on commit 2aa749e

Please sign in to comment.