[pve-devel] [PATCH common/qemu-server/container] fix #1934: add tags to guests

Dominik Csapak d.csapak at proxmox.com
Tue Sep 10 14:57:12 CEST 2019


this series lets users add tags to guest configs
these do not have any concrete meaning but are intended to be used
by management software such as config management systems

in the future we could:
* show them in the gui
* add a seperate api call to get/set/remove tags individually
* filter the gui by tag
* add them to storages/realms/...

depending on what users need and is reasonable to implement

this series is partly a replacement for my older patchseries,
which used the tags for qemus fw_cfg (this will be its own config)

pve-common:

Dominik Csapak (1):
  JSONSchema: add pve-tag format

 src/PVE/JSONSchema.pm | 11 +++++++++++
 1 file changed, 11 insertions(+)

qemu-server:

Dominik Csapak (1):
  add 'tags' option

 PVE/API2/Qemu.pm  | 1 +
 PVE/QemuServer.pm | 6 ++++++
 2 files changed, 7 insertions(+)

pve-container:

Dominik Csapak (1):
  add 'tags' option

 src/PVE/LXC/Config.pm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.20.1





More information about the pve-devel mailing list