Bug 649668 - RFE: specify pulp server address in pulp-admin
Summary: RFE: specify pulp server address in pulp-admin
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: 563609 verified-to-close
TreeView+ depends on / blocked
 
Reported: 2010-11-04 08:50 UTC by Daniel Mach
Modified: 2011-08-16 14:03 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 14:03:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Mach 2010-11-04 08:50:01 UTC
pulp-admin must support management of multiple servers, therefore --server option is needed to provide a server address.

Comment 2 Jay Dobies 2010-11-11 17:23:56 UTC
Fixed in 0.83.

Comment 3 Preethi Thomas 2010-11-17 21:27:31 UTC
[root@preethi ~]# pulp-admin --help
Usage: pulp-admin <options> <command>
Supported Commands:
	auth           stores pulp authentication credentials
	consumer       consumer specific actions to pulp server
	consumergroup  consumer group specific actions to pulp server
	distribution   distribution specific actions to pulp server
	errata         errata specific actions to pulp server
	package        package specific actions to pulp server
	packagegroup   package group specific actions to pulp server
	repo           repository specific actions to pulp server
	search         search actions to pulp server
	user           user specific actions to pulp server

Options:
  -h, --help            show this help message and exit

  Pulp User Account Credentials:
    -u USERNAME, --username=USERNAME
                        account username
    -p PASSWORD, --password=PASSWORD
                        account password
    -s SERVER, --server=SERVER
                        pulp server host
[root@preethi ~]# pulp-client --help
Usage: pulp-client <options> <command>
Supported Commands:
	consumer       consumer specific actions to pulp server
	errata         errata specific actions to pulp server
	repo           repository specific actions to pulp server

Options:
  -h, --help            show this help message and exit

  Pulp User Account Credentials:
    -u USERNAME, --username=USERNAME
                        account username
    -p PASSWORD, --password=PASSWORD
                        account password
    -s SERVER, --server=SERVER
                        pulp server host

Comment 4 Preethi Thomas 2011-08-16 14:03:13 UTC
Closing with Community Release 15

pulp-0.0.223-4.


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