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

Shell template tagging commands #245

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BranislavMalo
Copy link
Collaborator

No description provided.

- Implement tag operation for adding or removing template tags to/from template config
- Internally we use bulk-edit rpc for both operation to comunicate with uniconfig.

- Bulk edit with operation "merge" (equivalent to patch method) for adding tags to nodes.
- Bulk edit with operation "replace" (equivalent to put method) for removing tags from nodes.

- Example of command:
- tag add template-topology template1 snmp agent merge-tag
- tag remove template-topology template1 networks replace-tag

Signed-off-by: Branislav Malo <[email protected]>
Signed-off-by: Branislav Malo <[email protected]>
@BranislavMalo BranislavMalo force-pushed the shell_template_tagging_commands branch from 8b82464 to 03e06e8 Compare August 2, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant