forked from ansible-collections/arista.eos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default values in module argspec and docs
This reverts commit bfe00bf. Revert "Revert "Change short desction (ansible-collections#123)"" This reverts commit 90c7d21. eos_interfaces: Fix issue with 'forced' speed configuration. (ansible-collections#120) eos_interfaces: Fix issue with 'forced' speed configuration. Reviewed-by: https://github.com/apps/ansible-zuul Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. (ansible-collections#102) Add documentation to use the l2_interfaces module for L2 configs, in l3_interfaces module. Reviewed-by: https://github.com/apps/ansible-zuul Remove local connection testing for integration jobs (ansible-collections#127) Remove local connection testing for integration jobs Reviewed-by: https://github.com/apps/ansible-zuul Drop ansible from requirement.txt (ansible-collections#128) Drop ansible from requirement.txt Reviewed-by: https://github.com/apps/ansible-zuul Add eos_ospf_interfaces resource module (ansible-collections#125) Add eos_ospf_interfaces resource module Reviewed-by: https://github.com/apps/ansible-zuul Release prep version 1.2.0 (ansible-collections#129) Release prep version 1.2.0 Reviewed-by: https://github.com/apps/ansible-zuul Add version key to galaxy.yaml (ansible-collections#132) Add version key to galaxy.yaml Reviewed-by: https://github.com/apps/ansible-zuul To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces (ansible-collections#140) To fix the bug where description was being parsed incorrectly as Interface in of eos_*_interfaces Reviewed-by: https://github.com/apps/ansible-zuul Fix list.copy() and idempotent issues (replaced and overridden) (ansible-collections#142) Fix list.copy() and idempotent issues (replaced and overridden) Reviewed-by: https://github.com/apps/ansible-zuul Update default values in module argspec and docs Signed-off-by: GomathiselviS <[email protected]> linters fix
- Loading branch information
1 parent
3b5eb15
commit d51b3ae
Showing
92 changed files
with
6,369 additions
and
136 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
bugfixes: | ||
- replace list.copy() with list[:] to support python 2.7 and fix idempotent issue with | ||
replaced and overridden (https://github.com/ansible-collections/arista.eos/pull/142). |
3 changes: 3 additions & 0 deletions
3
...fragments/fixes_eos_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- fixes eos interfaces rm where interface in description resulted in failure (https://github.com/ansible-collections/arista.eos/issues/86). |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- Add version key to galaxy.yaml to work around ansible-galaxy bug |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- update/remove default values in module docs.(https://github.com/ansible-collections/arista.eos/pull/152) |
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 |
---|---|---|
|
@@ -216,7 +216,7 @@ Parameters | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using Merged | ||
|
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
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
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 |
---|---|---|
|
@@ -231,7 +231,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
|
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 |
---|---|---|
|
@@ -231,7 +231,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
|
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 |
---|---|---|
|
@@ -159,7 +159,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
# | ||
|
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 |
---|---|---|
|
@@ -141,7 +141,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
|
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 |
---|---|---|
|
@@ -181,7 +181,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
|
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 |
---|---|---|
|
@@ -317,7 +317,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
# | ||
|
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 |
---|---|---|
|
@@ -163,7 +163,7 @@ Notes | |
Examples | ||
-------- | ||
|
||
.. code-block:: yaml+jinja | ||
.. code-block:: yaml | ||
# Using merged | ||
# | ||
|
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
Oops, something went wrong.