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

Add vyos_bgp_address_family resource module. #132

Merged
merged 8 commits into from
Mar 27, 2021

Conversation

GomathiselviS
Copy link
Contributor

@GomathiselviS GomathiselviS commented Mar 5, 2021

SUMMARY

Depends-On: #140

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

Signed-off-by: GomathiselviS <gomathiselvi@gmail.com>
@GomathiselviS
Copy link
Contributor Author

recheck

@rohitthakur2590 rohitthakur2590 added this to the March'21 milestone Mar 10, 2021
@GomathiselviS
Copy link
Contributor Author

recheck

@@ -174,7 +174,7 @@ def __init__(self, **kwargs):
},
"disable_connected_check": {"type": "bool"},
"address": {"type": "str"},
"password": {"type": "str"},
"password": {"type": "str", "no_log": True},
Copy link
Contributor

Choose a reason for hiding this comment

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

We should have a discussion regarding this. Setting no_log: True on keys, would break a significant feature of resource modules - round trip.

@@ -76,7 +76,7 @@ def __init__(self, **kwargs):
"type": "dict",
"options": {
"key_id": {"type": "int"},
"key": {"type": "str"},
"key": {"type": "str", "no_log": True},
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above. In fact, for older modules, this might be a breaking change for existing users.

@GomathiselviS
Copy link
Contributor Author

recheck

@GomathiselviS GomathiselviS added the gate Gate PR in Zuul CI label Mar 25, 2021
@GomathiselviS
Copy link
Contributor Author

recheck

3 similar comments
@GomathiselviS
Copy link
Contributor Author

recheck

@GomathiselviS
Copy link
Contributor Author

recheck

@GomathiselviS
Copy link
Contributor Author

recheck

@ansible-zuul ansible-zuul bot merged commit 4f83f5c into vyos:main Mar 27, 2021
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
Development

Successfully merging this pull request may close these issues.

3 participants