Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/2025 01 24 update quickstart docs #8693

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions docs/lsm/quickstart/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This guide assumes that you already finished the :ref:`quickstart <quickstart>`,

**System requirements:**

* Python version 3.9 needs to be installed on your machine.
* Python version 3.12 needs to be installed on your machine.
* Minimal 8GB of RAM.

**Setup procedure:**
Expand Down Expand Up @@ -253,7 +253,7 @@ The following command executes a script to copy the required resources to a spec

.. code-block::

$ docker exec -ti -w /code clab-srlinux-inmanta-server /code/setup.sh
$ docker exec -ti -w /code clab-srlinux-inmanta-server /code/setup.sh <environment uuid>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this code setup still work with the new disk layout?


Afterwards, open the web-console, in this example it is on http://172.30.0.3:8888/console/.

Expand Down
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Go to the `SR Linux` folder and then `containerlab` to spin-up the containers:

cd examples/Networking/SR\ Linux/containerlab
sudo docker pull ghcr.io/nokia/srlinux:latest
sudo docker pull ghcr.io/inmanta/orchestrator:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know about this one. I'm not sufficiently familiar with the containers to review this part.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image looks good, but I am not sure why we are pulling it here, containerlab will do it too

sudo clab deploy -t topology.yml

`Containerlab` will spin-up:
Expand Down