Skip to content

Commit d73d109

Browse files
committed
doc: Document new --report-detailed command.
This documents the --report-detailed command which displays a summary of any future scheduled assignments. Change-Id: I9a02bcedfb26668898ddafa071f14c7b4ed77596
1 parent 73414de commit d73d109

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
505521
Generate 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

0 commit comments

Comments
 (0)