Bug 696300 - Cannot register CDS instances
Summary: Cannot register CDS instances
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Pulp
Classification: Retired
Component: nodes
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Jeff Ortel
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-13 19:30 UTC by Jay Dobies
Modified: 2011-04-13 19:45 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-13 19:45:38 UTC


Attachments (Terms of Use)

Description Jay Dobies 2011-04-13 19:30:10 UTC
Using pulp 0.163 and gofer 0.32.

The pulp-admin cds register call just hangs. The agent.log on the CDS is as follows:


2011-04-13 15:30:28,865 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/gofer/agent.conf
2011-04-13 15:30:28,886 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/gofer/plugins/builtin.conf
2011-04-13 15:30:28,898 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/gofer/plugins/cdsplugin.conf
2011-04-13 15:30:28,904 [INFO][MainThread] __import() @ config.py:420 - processing: @import:/etc/pulp/cds.conf:server:host(host)
2011-04-13 15:30:28,904 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/pulp/cds.conf
2011-04-13 15:30:28,907 [INFO][MainThread] __import() @ config.py:420 - processing: @import:/etc/pulp/cds.conf:messaging:scheme(scheme),port(port),cacert(cacert),clientcert(clientcert)
2011-04-13 15:30:28,912 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/pulp/cds.conf
2011-04-13 15:30:28,914 [INFO][MainThread] __import() @ config.py:420 - processing: @import:/etc/pulp/cds.conf:cds
2011-04-13 15:30:28,915 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/pulp/cds.conf
2011-04-13 15:30:28,917 [INFO][MainThread] __import() @ config.py:420 - processing: @import:/etc/pulp/cds.conf:heartbeat
2011-04-13 15:30:28,921 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/pulp/cds.conf
2011-04-13 15:30:28,924 [INFO][MainThread] __repl() @ config.py:438 - line "uuid = cds-%{hostname}" s/%{hostname}/venom.marvel.u/
2011-04-13 15:30:28,924 [INFO][MainThread] __repl() @ config.py:438 - line "url = $(scheme)://$(host):$(port)" s/$(host)/guardian/
2011-04-13 15:30:28,924 [INFO][MainThread] __repl() @ config.py:438 - line "url = $(scheme)://guardian:$(port)" s/$(port)/5672/
2011-04-13 15:30:28,925 [INFO][MainThread] __repl() @ config.py:438 - line "url = $(scheme)://guardian:5672" s/$(scheme)/tcp/
2011-04-13 15:30:28,925 [INFO][MainThread] __repl() @ config.py:438 - line "cacert = $(cacert)" s/$(cacert)//
2011-04-13 15:30:28,925 [INFO][MainThread] __repl() @ config.py:438 - line "clientcert = $(clientcert)" s/$(clientcert)//
2011-04-13 15:30:28,925 [INFO][MainThread] __import() @ config.py:420 - processing: @import:/etc/pulp/repo_auth.conf:repos
2011-04-13 15:30:28,927 [INFO][MainThread] __init__() @ config.py:372 - reading: /etc/pulp/repo_auth.conf
2011-04-13 15:30:28,944 [INFO][MainThread] __import() @ plugin.py:360 - plugin "builtin", imported as: "builtin"
2011-04-13 15:30:29,244 [INFO][MainThread] __import() @ plugin.py:360 - plugin "cdsplugin", imported as: "cdsplugin"
2011-04-13 15:30:29,270 [INFO][Actions] hello() @ builtin.py:39 - Hello:
[main]
enabled=1

[messaging]
url=
uuid=admin.u


2011-04-13 15:30:29,275 [INFO][MainThread] __init__() @ main.py:130 - agent started.
2011-04-13 15:30:29,276 [INFO][cdsplugin-monitor] getbroker() @ plugin.py:185 - broker (qpid) configured: {guardian:5672}:
transport=TCP
host=guardian
port=5672
cacert=
clientcert=
2011-04-13 15:30:29,280 [INFO][cdsplugin-monitor] connect() @ broker.py:86 - connecting:
{guardian:5672}:
transport=TCP
host=guardian
port=5672
cacert=
clientcert=
2011-04-13 15:30:29,326 [INFO][cdsplugin-monitor] connect() @ broker.py:89 - {guardian:5672} connected to AMQP
2011-04-13 15:30:29,327 [INFO][cdsplugin-monitor] open() @ consumer.py:133 - {cds-venom.marvel.u} opening cds-venom.marvel.u;{create:always,node:{type:queue,durable:True},link:{durable:True,x-subscribe:{exclusive:True}}}
2011-04-13 15:30:29,362 [INFO][cdsplugin-monitor] update() @ main.py:101 - uuid="cds-venom.marvel.u", attached
2011-04-13 15:30:29,363 [INFO][pending:cds-venom.marvel.u] run() @ store.py:235 - {pending:cds-venom.marvel.u} started

Comment 1 Jay Dobies 2011-04-13 19:45:38 UTC
I'm gonna close this as not a bug. I restarted my desktop and the guest and I can register again.


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