osmo config tag#

Update tags for a config revision. Tags can be used for organizing configs by category and filtering output of osmo config history. Tags do not affect the configuration itself.

usage: osmo config tag [-h] config_type [--set SET [SET ...]] [--delete DELETE [DELETE ...]]

Positional Arguments#

config_type#

Config to update tags for in format <CONFIG_TYPE>[:<revision>]

Named Arguments#

--set, -s#

Tags to add to the config history entry

--delete, -d#

Tags to remove from the config history entry

Available config types (CONFIG_TYPE): BACKEND, BACKEND_TEST, GROUP_TEMPLATE, POD_TEMPLATE, POOL, RESOURCE_VALIDATION, ROLE, SERVICE, WORKFLOW

Examples#

View current tags for a revision:

osmo config history BACKEND -r 5

Update tags by adding and removing:

osmo config tag BACKEND:5 --set foo --delete test-4 test-3

Verify the updated tags:

osmo config history BACKEND -r 5

Update tags for current revision:

osmo config tag BACKEND --set current-tag