As an operations engineer, I want to know which VMs are on the VEEAM backup list, on which days of the week, and how many total GBs are getting backed up on each day of the week.
Acceptance criteria
Basic goal:
I can run a report showing
all VMs with a VEEAM backup tag
the total GB of backup for each backup tag
Stretch goal: I can add or change tags to manage the overall backup schedule and load.
Implementation notes, if any
The tags reflect the data center, the day of the week (3 letters), and the OS group (A for Linux, B for Windows). For example, LIB_NS_WED_A marks the Linux VMs in New South that get backed up on Wednesdays.
Closed by #5277 - we can now see all tags in the production environment, with all VMs, disks, and the total size of all disks for each tag. Let's write a new ticket for any refinement work.
User story
As an operations engineer, I want to know which VMs are on the VEEAM backup list, on which days of the week, and how many total GBs are getting backed up on each day of the week.
Acceptance criteria
Basic goal: I can run a report showing
Stretch goal: I can add or change tags to manage the overall backup schedule and load.
Implementation notes, if any
The tags reflect the data center, the day of the week (3 letters), and the OS group (A for Linux, B for Windows). For example,
LIB_NS_WED_A
marks the Linux VMs in New South that get backed up on Wednesdays.