[root@pulp-nightly ~]# ls ~/.pulp/ upload [root@pulp-nightly ~]# pulp-admin cds register --hostname pulp-cds-f14.usersys.redhat.com --name "QE F14 CDS" Error attempting to register CDS [pulp-cds-f14.usersys.redhat.com] Check that the CDS packages have been installed on the CDS and have been started [root@pulp-nightly ~]# pulp-admin -u admin -p admin cds register --hostname pulp-cds-f14.usersys.redhat.com --name "QE F14 CDS" Successfully registered CDS [pulp-cds-f14.usersys.redhat.com] [root@pulp-nightly ~]# Ironically enough, unregistering cds return the expected error message when auth credential is not provided.
commit ad0d311484d9c2175aa031239e3a9320686fe99b Author: Jay Dobies <jason.dobies> Date: Mon Oct 24 15:55:15 2011 -0400 712523 - Split missing auth into its own exception (previously it was bundled in with server-side errors). Changed the CDS register code to only catch server exceptions and let the auth ones bubble up. src/pulp/client/admin/plugins/cds.py src/pulp/client/api/server.py src/pulp/client/pluginlib/command.py
build 0.242-2
verified [root@preethi ~]# rpm -q pulp pulp-0.0.255-1.fc15.noarch [root@preethi ~]# pulp-admin cds register --hostname f16-cds.usersys.redhat.com --name "QE F16 CDS" error: error: operation failed: No valid authorization credentials found, please see: pulp-admin --help [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin -u admin -p admin cds register --hostname f16-cds.usersys.redhat.com --name "QE F16 CDS" Successfully registered CDS [f16-cds.usersys.redhat.com] [root@preethi ~]# pulp-admin cds unregister --hostname f16-cds.usersys.redhat.com error: error: operation failed: No valid authorization credentials found, please see: pulp-admin --help [root@preethi ~]# pulp-admin -u admin -p admin cds unregister --hostname f16-cds.usersys.redhat.com Successfully unregistered CDS [f16-cds.usersys.redhat.com]
Pulp v1.0 is released Closed Current Release.
Pulp v1.0 is released.