-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VHD-143] CLI Commands to add or remove tags in a template.
- 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]>
- Loading branch information
1 parent
10bfaa8
commit 8b82464
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters