forked from aristanetworks/avd
-
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.
Refactor(eos_designs,eos_cli_config_gen): Default validation_mode to …
…error and remove conversion_mode (aristanetworks#4327) Co-authored-by: Mahesh Kumar <[email protected]>
- Loading branch information
1 parent
a5ccf94
commit d0d44d6
Showing
54 changed files
with
120 additions
and
539 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 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
3 changes: 0 additions & 3 deletions
3
...tions/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/group_vars/all.yml
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,6 +1,3 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
is_for_test: true | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "info" |
2 changes: 1 addition & 1 deletion
2
...s/arista/avd/molecule/eos_cli_config_gen_negative_unit_tests/inventory/group_vars/all.yml
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,5 +1,5 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
|
||
# Only warning for validation (default) to trigger the errors | ||
# Only warning for validation to trigger the errors | ||
avd_data_validation_mode: "warning" |
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
3 changes: 0 additions & 3 deletions
3
ansible_collections/arista/avd/molecule/eos_designs-l2ls/inventory/group_vars/all.yml
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,5 +1,2 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "error" |
3 changes: 0 additions & 3 deletions
3
...collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/inventory/group_vars/all.yml
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,4 +1 @@ | ||
--- | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "error" |
3 changes: 0 additions & 3 deletions
3
...ollections/arista/avd/molecule/eos_designs-twodc-5stage-clos/inventory/group_vars/all.yml
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,5 +1,2 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "error" |
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
3 changes: 0 additions & 3 deletions
3
...lections/arista/avd/molecule/eos_designs_negative_unit_tests/inventory/group_vars/all.yml
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,5 +1,2 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "error" |
3 changes: 0 additions & 3 deletions
3
ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/all.yml
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,5 +1,2 @@ | ||
--- | ||
root_dir: '{{ playbook_dir }}' | ||
|
||
avd_data_validation_mode: "error" | ||
avd_data_conversion_mode: "error" |
Oops, something went wrong.