Skip to content
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): Extend CLI model for ip_security #3312

Merged
merged 12 commits into from
Nov 10, 2023

Conversation

gusmb
Copy link
Contributor

@gusmb gusmb commented Oct 31, 2023

Change Summary

Adds CLI support for the following:

  • IKE policies
    • IKE lifetime
    • encryption
    • DH group

See related issue

Related Issue(s)

Fixes #3310

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Extend Jinja2 template for ip_security to support extra CLI options for IKE profiles

How to test

See molecule tests

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@gusmb gusmb requested review from a team as code owners October 31, 2023 11:33
@github-actions github-actions bot added role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated labels Oct 31, 2023
@gusmb
Copy link
Contributor Author

gusmb commented Oct 31, 2023

I haven't figured out how to show the added CLI options on the documentation table. I was hoping that the table would automatically include them when I ran the pre-commit to build the AVD schemas, but it doesn't seem to be the case

@ClausHolbechArista
Copy link
Contributor

Remember to stage your files when running pre-commit. Or run with pre-commit run schemas --all.

@gusmb
Copy link
Contributor Author

gusmb commented Oct 31, 2023

Remember to stage your files when running pre-commit. Or run with pre-commit run schemas --all.

Pls ignore this, I need to remember to stage the docs J2 template :)

@sugetha24 sugetha24 force-pushed the issue3310-ip-security branch from c552e70 to b089573 Compare November 9, 2023 22:29
Copy link
Contributor

@gmuloc gmuloc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmuloc gmuloc requested a review from a team November 10, 2023 12:51
@gmuloc gmuloc merged commit 9e8a1fd into aristanetworks:devel Nov 10, 2023
38 checks passed
jonxstill pushed a commit to jonxstill/ansible-avd that referenced this pull request Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Feat(eos_cli_config_gen) role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend CLI model for ip_security
3 participants