-
Notifications
You must be signed in to change notification settings - Fork 212
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
Feat(eos_cli_config_gen): MAC address on management interfaces #2275
Conversation
I ran the molecule |
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.
Please update the eos_cli_config_gen
README for now (until we move to 4.0 we still need to keep it up to date). No need to update the README-v4.0.md file though
...rista/avd/roles/eos_cli_config_gen/schemas/schema_fragments/management_interfaces.schema.yml
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.
@ClausHolbechArista There is some fail in the CI on one of the new classes where it states hostname is missing: https://github.com/aristanetworks/ansible-avd/actions/runs/3464392573/jobs/5785924654#step:5:379
Not sure what is going on but worth investigating.
ansible_collections/arista/avd/roles/eos_cli_config_gen/schemas/eos_cli_config_gen.schema.yml
Outdated
Show resolved
Hide resolved
...ollections/arista/avd/molecule/eos_cli_config_gen/intended/configs/management-interfaces.cfg
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 once the README part is fixed.
ansible_collections/arista/avd/roles/eos_cli_config_gen/README.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/management-interfaces.j2
Outdated
Show resolved
Hide resolved
@carlbuchmann I will let you review the requested change and merge. |
…s/schema_fragments/management_interfaces.schema.yml Co-authored-by: Guillaume Mulocher <[email protected]>
Co-authored-by: Guillaume Mulocher <[email protected]>
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!
Change Summary
Adding support for Ma0 VIP for High Availability
Related Issue(s)
Fixes #2073
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Data Model:
intended config:
How to test
molecule converge --scenario-name eos_cli_config_gen -- --limit management-interfaces
Checklist
User Checklist
Repository Checklist