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

eos_ospfv3 resource module #109

Merged
merged 10 commits into from
Sep 29, 2020

Conversation

GomathiselviS
Copy link
Contributor

@GomathiselviS GomathiselviS commented Aug 25, 2020

SUMMARY

Closes #69

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

@GomathiselviS GomathiselviS marked this pull request as draft August 25, 2020 18:27
Signed-off-by: GomathiselviS <[email protected]>

ospfv3_facts

eos_ospfv3 config

merged

ospfv3 replaced state

eos_ospfv3 config
@GomathiselviS GomathiselviS changed the title eos_ospfv3 resource module [WIP] eos_ospfv3 resource module Sep 1, 2020
@GomathiselviS GomathiselviS marked this pull request as ready for review September 1, 2020 20:58
@GomathiselviS GomathiselviS changed the title [WIP] eos_ospfv3 resource module eos_ospfv3 resource module Sep 9, 2020
@GomathiselviS GomathiselviS added gate Gate PR in Zuul CI and removed gate Gate PR in Zuul CI labels Sep 21, 2020
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
Copy link
Contributor

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

"""
module = AnsibleModule(
argument_spec=Ospfv3Args.argument_spec,
mutually_exclusive=[],
Copy link
Contributor

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
Copy link
Contributor

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:
Copy link
Contributor

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.

@NilashishC
Copy link
Contributor

Not a blocker but coverage for rm_templates/ospfv3 is at 40%, it'd be nice to increase that in the future.

@GomathiselviS
Copy link
Contributor Author

Not a blocker but coverage for rm_templates/ospfv3 is at 40%, it'd be nice to increase that in the future.

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.

@GomathiselviS GomathiselviS added the gate Gate PR in Zuul CI label Sep 29, 2020
@GomathiselviS GomathiselviS reopened this Sep 29, 2020
@ansible-zuul ansible-zuul bot merged commit 3865cf7 into ansible-collections:main Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Gate PR in Zuul CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eos_ospfv3 resource module
3 participants