Description of problem: When unregistered with pulp-admin, the: /etc/pki/consumer/cert.pem /etc/yum.repos.d/pulp.repo files are not being deleted.
The consumer was being deleted before invoking the agent RMI that notifies it that the consumer had been deleted (unregistered). Fixed.
build: 0.230-3
verified [root@preethi ~]# rpm -q pulp pulp-0.0.230-3.fc15.noarch pulp-admin: error: Option --id is required; please see --help [root@preethi ~]# pulp-admin consumer unregister --id=pulp-client Successfully unregistered consumer [pulp-client] [root@pulp-client ~]# ls -l /etc/yum.repos.d/ total 16 -rw-r--r--. 1 root root 531 Sep 8 11:13 fedora-pulp.repo -rw-r--r--. 1 root root 1145 Sep 8 11:10 fedora.repo -rw-r--r--. 1 root root 1106 Sep 8 11:11 fedora-updates.repo -rw-r--r--. 1 root root 197 Sep 15 10:45 pulp.repo [root@pulp-client ~]# ls -l /etc/yum.repos.d/ total 12 -rw-r--r--. 1 root root 531 Sep 8 11:13 fedora-pulp.repo -rw-r--r--. 1 root root 1145 Sep 8 11:10 fedora.repo -rw-r--r--. 1 root root 1106 Sep 8 11:11 fedora-updates.repo [root@pulp-client ~]# ls -l /etc/pki/consumer/ total 0
Pulp v1.0 is released Closed Current Release.