File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ QUADS automates the future scheduling, end-to-end provisioning and delivery of b
3434 * [ How Provisioning Works] ( #how-provisioning-works )
3535 * [ QUADS Move Host Command] ( #quads-move-host-command )
3636 * [ QUADS Reporting] ( #quads-reporting )
37+ * [ Future Assignment Reporting] ( #future-assignment-reporting )
3738 * [ Server Availability Overview Report] ( #server-availability-overview-report )
3839 * [ Scheduled Assignments Report] ( #scheduled-assignments-report )
3940 * [ Common Administration Tasks] ( #common-administration-tasks )
@@ -500,6 +501,21 @@ quads-cli --move-hosts --move-command quads/tools/move_and_rebuild_hosts.py
500501
501502## QUADS Reporting
502503
504+ ### Future Assignment Reporting
505+
506+ As of QUADS ` 1.1.6 ` we now have the ` --report-detailed ` command which will list all upcoming future assignments that are scheduled.
507+
508+ ```
509+ quads-cli --report-detailed
510+ ```
511+ Owner | Ticket| Cloud| Description| Systems| Scheduled| Duration|
512+ tcruise | 1034| cloud20| Openshift| 6| 2022-02-06| 14|
513+ cwalken | 1031| cloud19| Openstack| 6| 2022-02-06| 14|
514+ bhicks | 1029| cloud18| Openstack-B| 4| 2022-02-06| 14|
515+ nreeves | 1028| cloud11| Openshift-P| 2| 2022-02-06| 14|
516+ gcarlin | 1026| cloud08| Ceph| 4| 2022-02-06| 14|
517+ ```
518+
503519### Server Availability Overview Report
504520
505521Generate a report with a list of server types with total count of systems and their current and future availability plus an average build time delta overall
You can’t perform that action at this time.
0 commit comments