Bug 1035984 - Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page.
Summary: Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's m...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Ravi Sankar
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-29 06:16 UTC by Liang Xia
Modified: 2015-05-15 00:23 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:51:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Liang Xia 2013-11-29 06:16:31 UTC
Description of problem:
Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page.

Version-Release number of selected component (if applicable):
devenv_4083

How reproducible:
always

Steps to Reproduce:
1.SSH into instance.
2.Check man page of oo-admin-ctl-user.
3.

Actual results:
Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page.

Expected results:
Options setmaxdomains/allowplanupgrade should be there.

Additional info:
SYNOPSIS
       oo-admin-ctl-user [-h|--help] [-l|--login login_name]
       [--setmaxgears max_gears] [--setconsumedgears consumed_gears]
       [--setmaxuntrackedstorage max_untracked_storage]
       [--setmaxtrackedstorage max_tracked_storage]
       [--listsubaccounts] [--addsubaccount subaccount_login]
       [--removesubaccount subaccount_login] [--allowsubaccounts true|false]
       [--addgearsize gear_size] [--removegearsize gear_size]
       [--inheritgearsizes true|false] [--allowha true|false]
       [--allowprivatesslcertificates true|false]
OPTIONS
       -h|--help
              Display a simple help dialog.
       -l|--login login_name
              Login with OpenShift access. Required.
       --setmaxgears max_gears
              Set the maximum number of gears a user is allowed to consume.
       --setconsumedgears consumed_gears
              Set the number of gears a user has consumed. Use with caution.
       --setmaxuntrackedstorage max_untracked_storage Set the maximum amount of untracked additional file-system storage.
       --setmaxtrackedstorage max_tracked_storage Set the maximum amount of tracked additional file-system storage.
       --listsubaccounts
              List the subaccounts that have been created under this parent account.  (login)
       --addsubaccount subaccount_login
              The subaccount account name to add to the login parent account.
       --removesubaccount subaccount_login
              The subaccount account name to remove from the login parent account.
       --allowsubaccounts true|false
              Add or Remove the capability to manage/maintain subaccounts.
       --addgearsize gear_size
              Add gear_size to the capability for this login user account.
       --removegearsize gear_size
              Remove gear_size from the capability for this login user account.
       --inheritgearsizes true|false
              Allow or Diasllow inheritance of login user gearsizes capability to subaccounts.
       --allowha true|false
              Add or Remove High Availability capability for this login user account.
       --allowprivatesslcertificates true|false
              Add / Remove the capability to add private SSL certificates.

Comment 1 Ravi Sankar 2013-12-02 21:08:58 UTC
Fixed in https://github.com/openshift/origin-server/pull/4275

Comment 2 openshift-github-bot 2013-12-03 00:21:00 UTC
Commits pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/40e5e414c41b5eca4de82582ed31acd936141985
Bug 1035984 - Updated oo-admin-ctl-user man pages with setmaxdomains/allowplanupgrade options

https://github.com/openshift/origin-server/commit/ea8179fb5eabfac36df6467b89773bdd3aa32dec
Merge pull request #4275 from pravisankar/dev/ravi/bug1035984

Merged by openshift-bot

Comment 3 Liang Xia 2013-12-03 06:33:05 UTC
Verified on devenv_4088. setmaxdomains/allowplanupgrade options have been added into synopsis and options in man page.

SYNOPSIS
       oo-admin-ctl-user [-h|--help] [-l|--login login_name]
       [--setmaxgears max_gears] [--setconsumedgears consumed_gears]
       [--setmaxdomains max_domains]
       [--setmaxuntrackedstorage max_untracked_storage]
       [--setmaxtrackedstorage max_tracked_storage]
       [--listsubaccounts] [--addsubaccount subaccount_login]
       [--removesubaccount subaccount_login] [--allowsubaccounts true|false]
       [--addgearsize gear_size] [--removegearsize gear_size]
       [--inheritgearsizes true|false] [--allowha true|false]
       [--allowprivatesslcertificates true|false] [--allowplanupgrade true|false]
OPTIONS
       -h|--help
              Display a simple help dialog.
       -l|--login login_name
              Login with OpenShift access. Required.
       --setmaxgears max_gears
              Set the maximum number of gears a user is allowed to consume.
       --setmaxdomains max_domains
              Set the maximum number of domains a user is allowed to consume.
       --setconsumedgears consumed_gears
              Set the number of gears a user has consumed. Use with caution.
       --setmaxuntrackedstorage max_untracked_storage Set the maximum amount of untracked additional file-system storage.
       --setmaxtrackedstorage max_tracked_storage Set the maximum amount of tracked additional file-system storage.
       --listsubaccounts
              List the subaccounts that have been created under this parent account.  (login)
       --addsubaccount subaccount_login
              The subaccount account name to add to the login parent account.
       --removesubaccount subaccount_login
              The subaccount account name to remove from the login parent account.
       --allowsubaccounts true|false
              Add or Remove the capability to manage/maintain subaccounts.
       --addgearsize gear_size
              Add gear_size to the capability for this login user account.
       --removegearsize gear_size
              Remove gear_size from the capability for this login user account.
       --inheritgearsizes true|false
              Allow or Diasllow inheritance of login user gearsizes capability to subaccounts.
       --allowha true|false
              Add or Remove High Availability capability for this login user account.
       --allowprivatesslcertificates true|false
              Add / Remove the capability to add private SSL certificates.
       --allowplanupgrade true|false
              Add / Remove the capability to upgrade plan for this login user account.


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