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

Conversation

Hugo-Inmanta
Copy link
Contributor

Description

  • Short description here *

closes Add ticket reference here

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Type annotations are present
  • Code is clear and sufficiently documented
  • No (preventable) type errors (check using make mypy or make mypy-diff)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
  • If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see test-fixes for more info)

@@ -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

@Hugo-Inmanta Hugo-Inmanta requested review from bartv and edvgui and removed request for bartv February 3, 2025 11:32
@@ -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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants