Bug 1018499 - "oo-admin-ctl-user" doesn't show plan information
Summary: "oo-admin-ctl-user" doesn't show plan information
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-12 16:30 UTC by Nam Duong
Modified: 2015-05-15 00:21 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 13:35:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nam Duong 2013-10-12 16:30:50 UTC
Description of problem:
The current output for "oo-admin-ctl-user" is:
                  consumed gears: 1
                       max gears: 16
    max tracked storage per gear: 0
  max untracked storage per gear: 5
            plan upgrade enabled: true
                      gear sizes: small, medium
            sub accounts allowed: false
private SSL certificates allowed: true

Please add "Plan:" so that Customer Enablement can check a user's plan and help to escalate an issue.

Comment 1 Ravi Sankar 2013-10-14 19:38:02 UTC
We already added user's plan info to the oo-admin-ctl-user script. This should be available after prod push.

Comment 2 Jianwei Hou 2013-10-15 06:32:47 UTC
Verified on devenv-stage_498
User's plan id is displayed as well

[root@ip-10-234-13-125 ~]# oo-admin-ctl-user -l jhou


User jhou:
                            plan: free
                  consumed gears: 0
                       max gears: 3
    max tracked storage per gear: 0
  max untracked storage per gear: 0
            plan upgrade enabled: true
                      gear sizes: small
            sub accounts allowed: false
                      HA allowed: false


[root@ip-10-234-13-125 ~]# oo-admin-ctl-user -l jhou


User jhou:
                            plan: silver
                  consumed gears: 0
                       max gears: 16
    max tracked storage per gear: 0
  max untracked storage per gear: 5
            plan upgrade enabled: true
                      gear sizes: small, medium
            sub accounts allowed: false
private SSL certificates allowed: true


Note You need to log in before you can comment on or make changes to this bug.