-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from nokia/update-netcommon
Bump netcommon and docs cleanup
- Loading branch information
Showing
6 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# SR Linux Ansible Collection | ||
|
||
> **Warning** | ||
> This is a work in progress. The collection is not yet published to Ansible Galaxy. | ||
Ansible Collection to manage Nokia SR Linux devices. Documentation is provided at <https://learn.srlinux.dev/ansible/collection/> | ||
|
||
## Dev setup | ||
|
||
Start with cloning the repo: | ||
|
||
```bash | ||
git clone [email protected]:srl-labs/srl-ansible-collection.git | ||
cd srl-ansible-collection | ||
git clone [email protected]:nokia/srlinux-ansible-collection.git | ||
cd srlinux-ansible-collection | ||
``` | ||
|
||
Deploy the lab to support the tests: | ||
|
@@ -24,7 +23,7 @@ Run the automated suite of tests to make sure nothing is missing. This will also | |
./run.sh test | ||
``` | ||
|
||
To validate that the code passes ansible's sanity check, run: | ||
To validate that the code passes Ansible's sanity check, run: | ||
|
||
```bash | ||
./run.sh sanity-test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
requires_ansible: ">=2.11" | ||
plugin_routing: | ||
modules: | ||
srl_config: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters