-
Notifications
You must be signed in to change notification settings - Fork 72
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
eos_ospfv3 resource module #109
eos_ospfv3 resource module #109
Conversation
Signed-off-by: GomathiselviS <[email protected]> ospfv3_facts eos_ospfv3 config merged ospfv3 replaced state eos_ospfv3 config
12394fb
to
8a23ceb
Compare
plugins/modules/eos_ospfv3.py
Outdated
short_description: Manages OSPFv3 resource module | ||
description: This module configures and manages the attributes of ospfv3 on Arista | ||
EOS platforms. | ||
version_added: 1.0.0 |
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.
Need to confirm whether this should be 1.2.0
plugins/modules/eos_ospfv3.py
Outdated
""" | ||
module = AnsibleModule( | ||
argument_spec=Ospfv3Args.argument_spec, | ||
mutually_exclusive=[], |
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.
How we are taking care of provided empty config.
@@ -0,0 +1,11 @@ | |||
router ospfv3 |
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.
Should this be indented?
@@ -0,0 +1,3 @@ | |||
--- | |||
major_changes: |
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.
Should this be a minor change? I'm not sure if major_changes
would entail a major version bump.
Not a blocker but coverage for rm_templates/ospfv3 is at 40%, it'd be nice to increase that in the future. |
ya , I will work on it. |
SUMMARY
Closes #69
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION