[Pulp-list] name & short fields for erratum pkglist

2019-05-22 Thread Grant Byers
Hi all, I'm running into a problem when importing multi-release erratum (Pulp 2.19.0) via the REST API. It seems regardless of what I set name & short fields to, they always end up set to name="collection-0", short="". For example; metadata = { ... 'pkglist': [{

[Pulp-list] Pulp Community Demo - May 22nd

2019-05-22 Thread Dana Walker
The Pulp Community Demo video is available on the Pulp YouTube Channel [0] and on the Pulp blog [1]. Sections from the demo: * Community Update (dawalker) - http://www.youtube.com/watch?v=EuDgLX8G_wg=0m45s * Syncing Debian content lazily (bmbouter) (3.0) -

[Pulp-list] Pulp 2.19.1 beta is available

2019-05-22 Thread Dennis Kliban
Pulp 2.19.1 beta 1 is now available in the 2.19 beta repository[0] Upgrading = The Pulp 2.19 beta repository is included in the pulp repo file[1]. After enabling the pulp-beta repository, you'll want to follow the standard upgrade path with migrations: $ sudo systemctl stop httpd

[Pulp-list] Pulp 2 -> 3 migration Special Interest Group (SIG)

2019-05-22 Thread Dennis Kliban
Pulp 2 to 3 Migration SIG is being formed to gather requirements for a tool that will enable users of Pulp 2 to migrate their installations to Pulp 3. The SIG will hold discussions and meetings in #pulp-2to3-sig on Freenode IRC network. Please join us if you are interested in participating. All

Re: [Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread Juan Cabrera
Thanks, I did not know about the PATCH call. I will try this tomorrow. It will be useful in my ansible role. Juan On 22/05/19 17:53, Brian Bouterse wrote: > Distributions can be reused (and updated with a PATCH call versus a > POST which creates a new one). Note for rc2 specifically, because of

Re: [Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread Brian Bouterse
Distributions can be reused (and updated with a PATCH call versus a POST which creates a new one). Note for rc2 specifically, because of the breaking changes with rc2, you'll need to make any Distributions and Publications new with rc2. Hopefully this is helpful and not confusing. More questions

Re: [Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread Juan Cabrera
I see in the ticket that: "We decided that we'll allow users to create distributions without distributing anything. This could be to reserve a path namespace, take a publication offline quickly without having to delete the distribution, etc" So, if I'm not wrong, the distribution can be reused

Re: [Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread David Davis
Actually I think this is the expected behavior. Distributions can exist without serving a publication[0] so I don't think deleting a repository or publication should in turn delete the distribution. [0] https://pulp.plan.io/issues/4840 David On Wed, May 22, 2019 at 10:46 AM Dennis Kliban

Re: [Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread Dennis Kliban
No it is not. Please file an issue at https://pulp.plan.io/issues/new On Wed, May 22, 2019 at 10:13 AM Juan Cabrera wrote: > Hi, > > I'm updating my ansible/vagrant project to take into account the new > release 3.0.0rc2. > > I use now: > > pulp_source_dir:

[Pulp-list] rpm distribution not deleted when deleting a repo

2019-05-22 Thread Juan Cabrera
Hi, I'm updating my ansible/vagrant project to take into account the new release 3.0.0rc2. I use now: pulp_source_dir: "git+https://github.com/pulp/pulpcore.git@3.0.0rc2; pulp_plugin_source_dir: "git+https://github.com/pulp/pulpcore-plugin.git@0.1.0rc2;   pulp-rpm:     app_label: "rpm"