forked from aristanetworks/avd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,296 changed files
with
104,125 additions
and
32,257 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Arista Secret Scanner allow list | ||
|
||
version: v1.0 | ||
allowed_secrets: | ||
- secret_pattern: "http://arista:[email protected]:3128" | ||
category: FALSE_POSITIVE | ||
reason: Used as example in documentation | ||
- secret_pattern: "http://arista:[email protected]:3128" | ||
category: FALSE_POSITIVE | ||
reason: Used as example in documentation |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
# Maintain dependencies for Python | ||
# Need one per directory until the following issue is fixed - Beta in April 2024 | ||
# https://github.com/dependabot/dependabot-core/issues/2178 | ||
# This first entry for pip should cover python-avd | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
reviewers: | ||
- "aristanetworks/avd-maintainers" | ||
pull-request-branch-name: | ||
separator: "/" | ||
commit-message: | ||
prefix: "Bump(requirements): " | ||
# Allow up to 10 open pull requests for pip dependencies | ||
open-pull-requests-limit: 10 | ||
# This next entry intends to ignore requirements-minimum.txt | ||
# Need to check if it works or not. | ||
- package-ecosystem: "pip" | ||
directory: "/ansible_collections/arista/avd/requirements-minimum.txt" | ||
schedule: | ||
interval: "monthly" | ||
# Allow up to 0 open pull requests for pip dependencies | ||
open-pull-requests-limit: 0 | ||
ignore: | ||
- dependency-name: "*" | ||
# This second entry for pip covers the requirements file in the ansible collection | ||
- package-ecosystem: "pip" | ||
directory: "/ansible_collections/arista/avd/" | ||
schedule: | ||
interval: "daily" | ||
reviewers: | ||
- "aristanetworks/avd-maintainers" | ||
pull-request-branch-name: | ||
separator: "/" | ||
commit-message: | ||
prefix: "Bump(requirements): " | ||
# Allow up to 10 open pull requests for pip dependencies | ||
open-pull-requests-limit: 10 | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
reviewers: | ||
- "aristanetworks/avd-maintainers" | ||
commit-message: | ||
prefix: "CI: " | ||
open-pull-requests-limit: 10 |
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,10 @@ | ||
nd | ||
iif | ||
supress | ||
inout | ||
claus | ||
clos | ||
beed | ||
defauls | ||
toi | ||
pathc |
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,27 @@ | ||
# Codespell ignore file documentation | ||
|
||
Ignored words are stored in the `.github/ignore-codespell-words` file. This file | ||
intends to clarify why the words are ignored and if any action is pending | ||
|
||
- nd | ||
Acronym for Neighbor Discovery | ||
- iif | ||
Used as test data | ||
- supress | ||
This word is in the schema - probably wrongly spelled. It was introduced in | ||
https://github.com/aristanetworks/avd/pull/3360 in AVD 3.6.0 | ||
TODO - raise an issue to fix it. | ||
- inout | ||
Key name `route_map_inout` in `eos_cli_config_gen` schema | ||
- claus | ||
Maintainer name in some places in the code | ||
- clos | ||
Used to design CLOS topology in documentation | ||
- beed | ||
Used as example data | ||
- defauls | ||
Used as test data | ||
- TOI | ||
Acronym Transfer of Information | ||
- pathc | ||
Used as test data |
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,86 +1,130 @@ | ||
"role: build_output_folders": | ||
- ansible_collections/arista/avd/roles/build_output_folders/* | ||
- ansible_collections/arista/avd/roles/build_output_folders/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/build_output_folders/* | ||
- ansible_collections/arista/avd/roles/build_output_folders/**/* | ||
|
||
"role: cvp_configlet_upload": | ||
- ansible_collections/arista/avd/roles/cvp_configlet_upload/* | ||
- ansible_collections/arista/avd/roles/cvp_configlet_upload/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/cvp_configlet_upload/* | ||
- ansible_collections/arista/avd/roles/cvp_configlet_upload/**/* | ||
|
||
"role: eos_cli_config_gen": | ||
- ansible_collections/arista/avd/roles/eos_cli_config_gen/* | ||
- ansible_collections/arista/avd/roles/eos_cli_config_gen/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_cli_config_gen/* | ||
- ansible_collections/arista/avd/roles/eos_cli_config_gen/**/* | ||
|
||
"role: eos_config_deploy_cvp": | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_cvp/* | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_cvp/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_cvp/* | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_cvp/**/* | ||
|
||
"role: eos_config_deploy_eapi": | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_eapi/* | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_eapi/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_eapi/* | ||
- ansible_collections/arista/avd/roles/eos_config_deploy_eapi/**/* | ||
|
||
"role: eos_designs": | ||
- ansible_collections/arista/avd/roles/eos_designs/* | ||
- ansible_collections/arista/avd/roles/eos_designs/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_designs/* | ||
- ansible_collections/arista/avd/roles/eos_designs/**/* | ||
|
||
"role: eos_validate_state": | ||
- ansible_collections/arista/avd/roles/eos_validate_state/* | ||
- ansible_collections/arista/avd/roles/eos_validate_state/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_validate_state/* | ||
- ansible_collections/arista/avd/roles/eos_validate_state/**/* | ||
|
||
"role: eos_snapshot": | ||
- ansible_collections/arista/avd/roles/eos_snapshot/* | ||
- ansible_collections/arista/avd/roles/eos_snapshot/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/eos_snapshot/* | ||
- ansible_collections/arista/avd/roles/eos_snapshot/**/* | ||
|
||
"role: dhcp_provisioner": | ||
- ansible_collections/arista/avd/roles/dhcp_provisioner/* | ||
- ansible_collections/arista/avd/roles/dhcp_provisioner/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/roles/dhcp_provisioner/* | ||
- ansible_collections/arista/avd/roles/dhcp_provisioner/**/* | ||
|
||
"filter: natural_sort": | ||
- ansible_collections/arista/avd/plugins/filter/natural_sort.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/filter/natural_sort.py | ||
|
||
"filter: is_in_filter": | ||
- ansible_collections/arista/avd/plugins/filter/is_in_filter.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/filter/is_in_filter.py | ||
|
||
"filter: list_compress": | ||
- ansible_collections/arista/avd/plugins/filter/list_compress.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/filter/list_compress.py | ||
|
||
"filter: defined": | ||
- ansible_collections/arista/avd/plugins/filter/defined.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/filter/defined.py | ||
|
||
"module: configlet_build_config": | ||
- ansible_collections/arista/avd/plugins/modules/configlet_build_config.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/modules/configlet_build_config.py | ||
|
||
"module: inventory_to_container": | ||
- ansible_collections/arista/avd/plugins/modules/inventory_to_container.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/modules/inventory_to_container.py | ||
|
||
"type: Python filters": | ||
- ansible_collections/arista/avd/plugins/filter/*.py | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/filter/*.py | ||
|
||
"type: Ansible roles": | ||
- ansible_collections/arista/avd/plugins/roles/**/*.yml | ||
- ansible_collections/arista/avd/plugins/roles/**/*.j2 | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/plugins/roles/**/*.yml | ||
- ansible_collections/arista/avd/plugins/roles/**/*.j2 | ||
|
||
"state: Documentation role Updated": | ||
- 'ansible_collections/arista/avd/roles/**/*.md' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'ansible_collections/arista/avd/roles/**/*.md' | ||
|
||
"type: documentation": | ||
- README.md | ||
- contributing.md | ||
- ansible_collections/arista/avd/*.md | ||
- ansible_collections/arista/avd/docs/* | ||
- ansible_collections/arista/avd/docs/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- README.md | ||
- contributing.md | ||
- ansible_collections/arista/avd/*.md | ||
- ansible_collections/arista/avd/docs/* | ||
- ansible_collections/arista/avd/docs/**/* | ||
|
||
"type: code quality": | ||
- .github/labeler.yml | ||
- .github/* | ||
- .github/**/* | ||
- development/docker-compose.yml | ||
- development/Makefile | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/labeler.yml | ||
- .github/* | ||
- .github/**/* | ||
- development/docker-compose.yml | ||
- development/Makefile | ||
|
||
"type: dependencies": | ||
- development/requirements-dev.txt | ||
- development/requirements.txt | ||
- ansible_collections/arista/avd/docs/requirements.txt | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- development/requirements-dev.txt | ||
- development/requirements.txt | ||
- ansible_collections/arista/avd/docs/requirements.txt | ||
|
||
"state: CI Updated": | ||
- ansible_collections/arista/avd/molecule/* | ||
- ansible_collections/arista/avd/molecule/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ansible_collections/arista/avd/molecule/* | ||
- ansible_collections/arista/avd/molecule/**/* |
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,5 @@ | ||
# Installing PyAVD from source. | ||
# The package path below is relative to the repo root and will only work if the pip install is executed from there. | ||
./python-avd | ||
# The -r path is relative to this file. | ||
-r ../ansible_collections/arista/avd/requirements.txt |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.