[Pulp-list] Pulp 2.10.1 Beta 2 now available!

2016-10-24 Thread Sean Myers
Pulp 2.10.1 Beta 2 is now available in the beta repositories:

  https://repos.fedorapeople.org/repos/pulp/pulp/beta/2.10/

This release includes bug fixes to Pulp Platform, the RPM Plugin,
and the OSTree plugin.

Beta 2 includes a small number of minor improvements to Beta 1, including
tweaks to the SELinux policy and some spec file fixes that fix issues with these
releases and the "downstream" releases of pulp in Fedora 24 not playing nice 
with
each other (they do now). We also picked up a nice lazy streamer fix in #2344.

Only the Pulp Platform packages are different in Beta 2 (RPM and OSTree are
unchanged).

Upgrade testing to 2.10.1 is still ongoing; we'll be releasing 2.10.1 as either
generally available (GA) or a new beta depending on those test results. :)


Upgrading
=

The 2.10 beta repositories are included in the pulp repo files:
https://repos.fedorapeople.org/repos/pulp/pulp/fedora-pulp.repo for fedora 23 & 
24
https://repos.fedorapeople.org/repos/pulp/pulp/rhel-pulp.repo for RHEL 6 & 7

After enabling the pulp-2.10-beta repository, you'll want to follow the standard
upgrade path with migrations:

> $ sudo systemctl stop httpd pulp_workers pulp_resource_manager pulp_celerybeat
> $ sudo yum upgrade
> $ sudo -u apache pulp-manage-db
> $ sudo systemctl start httpd pulp_workers pulp_resource_manager 
> pulp_celerybeat


Issues Addressed


These issues are fixed in Pulp 2.10.1:

  OSTree Support
2237Published repositories are copied instead of linked
2213Proxy URL for remotes not properly constructed.

  Pulp
   2344 Streamer PulpHTTPAdapter does not configure the proxy pool 
manger with certificates resulting in 503s.
2328Repository syncs show all units updated even when there are no 
changes
2287Cannot get docker v2 repo tags list
2278Remove checksum_type from the srpm and drpm collections
2277Content published using move (instead of copy) causes 404 due 
to selinux denial.
2221rsync distributor doesn't remove files from remote when 
rsyncing empty repository with --delete
2049Django RemovedInDjango110Warning in logs for missing TEMPLATES 
setting
1766Pulp API is incompatible with Django 1.10
1392Misleading nodes quickstart howto

  RPM Support
2326Publishes fail
2257unit test failure: "AppRegistryNotReady: Apps aren't loaded 
yet."
2242Package signature ID checking is broken when syncing in packages
2227Only first pkglist is synced for erratum even if multiple are 
present
2190Unit is associated with the repo before it is copied to the 
final location

View this list in Redmine:
http://bit.ly/2eqCCZe



signature.asc
Description: OpenPGP digital signature
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Re: [Pulp-list] node sync stuck in waiting state forever

2016-10-24 Thread Jeff Ortel
Is goferd running on the child?

On 09/30/2016 05:07 AM, Stefan Roat wrote:
> Hi,
> 
> I have 2 pulp servers that I want to run in a parent-child node setup.
> I followed the instructions at
> https://docs.pulpproject.org/user-guide/nodes.html and this works out
> basically fine. I set up oauth, registered the child as consumer,
> activated the child node, enabled and published some repos on the parent
> and bound them to the child. However, the very last step on the parent
> gives me troubles:
> 
> pulp-admin node sync run --node-id 
> 
> This tasks stays at "Waiting to begin..." forever. I can cancel the task
> with pulp-admin and restart it, same result.
> 
> Both servers are CentOS 7, running pulp 2.10
> I can rule out SELinux issues since changing to permissive does not help
> Other tasks like repo feed sync or repo publish get picked up immediately.
> tcpdump shows me that there is no traffic flow between parent and child
> after issuing the node sync run.
> 
> the only output in journcalctl after issuing the node sync run is:
> 
> gofer.messaging.adapter.connect:INFO: connecting: qpid+tcp://localhost:5672
> gofer.messaging.adapter.qpid.connection:INFO: open: URL:
> tcp://localhost|SSL: ca: /etc/pki/qpid/ca/ca.crt|key: None|certificate:
> /etc/pki/qpid/client/client.pem|host-validation: False
> gofer.messaging.adapter.qpid.connection:INFO: opened:
> qpid+tcp://localhost:5672
> gofer.messaging.adapter.connect:INFO: connected: qpid+tcp://localhost:5672
> gofer.messaging.adapter.connect:INFO: connecting: qpid+tcp://localhost:5672
> gofer.messaging.adapter.connect:INFO: connected: qpid+tcp://localhost:5672
> gofer.messaging.adapter.qpid.connection:INFO: closed:
> qpid+tcp://localhost:5672
> 
> 
> Im running out of ideas on how to troubleshoot this. Any help is
> appreciated!
> 
> thanks,
> Stefan Roat
> 
> ___
> Pulp-list mailing list
> Pulp-list@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-list
> 



signature.asc
Description: OpenPGP digital signature
___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list