Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1175343

Summary: [RFE] rhc deployment-list should be more descriptive
Product: OpenShift Container Platform Reporter: Erik M Jacobs <ejacobs>
Component: ocAssignee: Miciah Dashiel Butler Masters <mmasters>
Status: CLOSED DEFERRED QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2.0CC: jokerman, libra-onpremise-devel, mmccomas, rthrashe
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-08 18:30:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Erik M Jacobs 2014-12-17 14:33:51 UTC
rhc deployment-list currently shows only the deployment ID/hash, which is not directly correlated with the git hash.

While it is possible to learn more information about the deployment by executing:

rhc show-deployment <deployment-id> -a <app>

It might behoove us to be a little more descriptive.

For example, perhaps displaying the git hash and/or the git commit message that corresponds to the deployment.

Current output looks like:

3:58 PM, deployment 9d8f96ac
4:04 PM, deployment cc200f43
4:07 PM, deployment a9b1f5bf

It might be nice to see something like:

3:58 PM, deployment 9d8f96ac : git xxxxxx - Some commit message #1
4:04 PM, deployment cc200f43 : git xxxxxx - Some commit message #2
4:07 PM, deployment a9b1f5bf : git xxxxxx - Some commit message #3

Comment 2 Rory Thrasher 2016-09-08 18:30:51 UTC
At this point in the release cycle, this feature is not important enough to be worked. Closing this.