[Pulp-list] Local Pulp server for client app development?

Nick Coghlan ncoghlan at gmail.com
Thu Aug 27 02:57:21 UTC 2015


On 26 August 2015 at 16:56, Nick Coghlan <ncoghlan at gmail.com> wrote:
> Unfortunately, I still end up stuck waiting for mongodb. I even tried
> "sudo setenforce 0" and still get stuck there. I'll keep digging :)

Getting a lot closer now. Another key piece of the puzzle was finding
this bug regarding issues with container linking in Fedora's docker
1.7.1 RPM: https://bugzilla.redhat.com/show_bug.cgi?id=1244124

Updating to the docker 1.8.1 RPM in Fedora 22's testing repo resolved that.

The customised version of the launch script I'm now using is
https://github.com/ncoghlan/repofunnel/blob/master/_localdev/start_pulp.sh
(that has the changes to sprinkle ":Z" on all the mount commands, as
well as attempting to make the script still runnable when the
containers all exist, but aren't currently running)

The last remaining issue appears to be the "beat" container failing to
launch, getting a permission denied error when it tries to write out
"/var/lib/pulp/celery/celerybeat.pid". I haven't started digging into
that one yet.

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia




More information about the Pulp-list mailing list