[Pulp-list] Pulp 2.9.2 Hotfix Beta 1 Now Available

2016-08-04 Thread Sean Myers
Pulp 2.9.2 Hotfix Beta 1 is now available in the beta repositories:

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

This release includes fixes to Pulp Platform and the RPM Plugin.

This is a hotfix release, which will become Generally Available as
soon as all related bugs (listed below) are tested and verified.


Upgrading
=

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

After enabling the pulp-2.9-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.9.2:

  Pulp
1863Exception using regex in filters against associate endpoint
1894unassociate rpms API request using unit_ids removes all rpm 
from repo
1728Please relax input validation on --login for 'pulp-admin user 
create'
  RPM Support
2093errors importing some rpms after upgrading to pulp 2.9
2077publish fails if Django Template Syntax in changelog

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


Fedora Support
==

Fedora 22 packages are incidentally included in this release, but are not
supported due to Fedora 22 reaching its end-of-life.



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

[Pulp-list] Pulp clustering, iSCSI

2016-08-04 Thread Sparks, Alan
I've read the documentation on clustering Pulp and the section on using NFS.   
But most of our storage systems don't support NFS, and export iSCSI LUNs 
instead.   I think I can see how I could use iSCSI, and a clustering file 
system like OCFS2 or GFS, to allow for the cluster data storage, but wondered 
if anyone had any experiences trying this.  Thanks in advance for any comments.
-Alan

___
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Re: [Pulp-list] Pulp 2.10 Beta 1 Now Available

2016-08-04 Thread Sean Myers
Additionally, users upgrading from pulp 2.8.2 and earlier should read this this
note before upgrading:

http://docs.pulpproject.org/en/2.10/testing/user-guide/release-notes/2.10.x.html#upgrade

Apologies for forgetting this bit. :)



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

[Pulp-list] Pulp 2.10 Beta 1 Now Available

2016-08-04 Thread Sean Myers
Pulp 2.10 Beta 1 is now available, and can be downloaded from
the 2.10 beta repositories:

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

New features for Pulp 2.10 include the new rsync distributor, new 
high-availability
features for resource managers, as well as some improvements to RPM publishing 
and
package validation. Several bugs were also fixed; all the details can be found 
later
in this announcement.

More information about these new features can be found in the release notes:
http://docs.pulpproject.org/en/2.10/testing/user-guide/release-notes/2.10.x.html
http://docs.pulpproject.org/en/2.10/testing/plugins/pulp_rpm/user-guide/release-notes/2.10.x.html
http://docs.pulpproject.org/en/2.10/testing/plugins/pulp_docker/user-guide/release-notes/2.1.x.html

Try out the new features, and let us know how they work for you!


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, to get to 2.10:

> $ 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


New Features


Here are the specific stories done for 2.10:

  Docker Support
1887As a user, I can use the rsync predistributor with docker web 
distributor
1291As a user, I can sync feeds that require username/password 
authentication
  Pulp
1990Rsync distributor
1963As a user, I can use rsync distributor to publish iso 
repositories
1759As a user, I can use rsync distributor to publish RPM 
repositores
898 As a user I can run multiple pulp_resource_managers 
concurrently with all of them actively participating
  RPM Support
1991As a user, uploaded units which don't pass the signature check 
are not imported
1982As a user, I can force a full sync
1878Support for choosing the checksum type in updateinfo
1156As a user, I can have an "signature" attribute stored for RPMs, 
SRPMs, and DRPMs

View this list in redmine:
http://bit.ly/2axDGKA


Issues Addressed


Here are the bug fixes specific to 2.10:

  Pulp
2118Reduce runtime of file path migration
2106Pin to flake8 2.6.2
2082Cannot add importer to the repository
2039Not full importer config is validated in the update call
2030importer config is not validated during the update
1948Upgrading RPMs on EL6 sometimes fails during pre script
1606API call to install consumers raises 500 if body contains wrong 
data type
  RPM Support
2115The 'skip_fast_forward' in RPM rsync config should be renamed 
to 'force_full'
2042updateinfo.xml is missing checksums

All bug fixes from Pulp 2.9.2 and earlier are included in Pulp 2.10.

View this list in redmine:
http://bit.ly/2awB1h4

Fedora Support
==

Fedora 22 has reached its end-of-life. As a result 2.10 has been built for 
Fedoras 23 and 24.

Our CI system is still struggling to have a working test environment for Fedora 
24,
so at the moment Fedora 24 packages are not being run through our automated 
integration
testing. This will be fixed before the next 2.10 pre-release.



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