-
Notifications
You must be signed in to change notification settings - Fork 219
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
Refactor(eos_cli_config_gen): Wildcard dict to list for ip_extcommunity_lists #1602
Refactor(eos_cli_config_gen): Wildcard dict to list for ip_extcommunity_lists #1602
Conversation
57cff11
to
9913c6f
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
…ty_lists after convertDict filter code change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ansible_collections/arista/avd/roles/eos_cli_config_gen/README_v4.0.md
Outdated
Show resolved
Hide resolved
...s/arista/avd/roles/eos_cli_config_gen/templates/documentation/ip-extended-community-lists.j2
Outdated
Show resolved
Hide resolved
...collections/arista/avd/roles/eos_cli_config_gen/templates/eos/ip-extended-community-lists.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"Wildcard Keyed Dict" to "List of Dicts" Data model migration
Data model key
ip_extcommunity_lists
Checklist
Contributor Checklist
README_v4.0.md
with new data modelhost_vars
under molecule scenarioeos_cli_config_gen_v4.0
with new data modeltemplates/eos/< template >.j2
andtemplates/documentation/< template >.j2
:arista.avd.convert_dicts('<primary key>')
filter for loops previously using wildcard keysarista.avd.natural_sort('<primary key>')
to sort on the primary key (if applicable)cd ansible_collections/arista/avd/molecule ; make cli-4.0-schema
Reviewer Checklist
Reviewer 1: Claus
host_vars
undereos_cli_config_gen_v4.0
has been updated to the new data modelReviewer 2: Tony
host_vars
undereos_cli_config_gen_v4.0
has been updated to the new data model