ggainey
- Registered on: 05/15/2019
- Last connection: 12/12/2019
Issues
Projects
- Pulp (Developer, Private Access, Contributor, 05/16/2019)
- RPM Support (Developer, Private Access, Contributor, 05/16/2019)
- Puppet Support (Developer, Private Access, Contributor, 05/16/2019)
- Docker Support (Developer, Private Access, Contributor, 05/16/2019)
- Python Support (Developer, Private Access, Contributor, 05/16/2019)
- Packaging (Developer, Private Access, Contributor, 05/16/2019)
- Crane (Developer, Private Access, Contributor, 05/16/2019)
- OSTree Support (Developer, Private Access, Contributor, 05/16/2019)
- Debian Support (Developer, Private Access, Contributor, 05/16/2019)
- Nectar (Developer, Private Access, Contributor, 05/16/2019)
- External (Developer, Private Access, Contributor, 05/16/2019)
- File Support (Developer, Private Access, Contributor, 05/16/2019)
- Ansible Plugin (Developer, Contributor, 05/16/2019)
- Maven Plugin (Developer, 09/18/2019)
- Container Support (Developer, Private Access, Contributor, 12/06/2019)
Activity
11/15/2019
-
Great prob-dtermination info - thanks folks.
Taught pulp to handle the exception case, in code that was already handling an exception-case. Not very elegant, but appears to get the job done.
Submitted PR:
https://github.com/pulp... Issue #5658 (POST): Copying modulemd_defaults over an uploaded unit fails: Not a directoryCopying a modulemd_defaults unit from one repo to another, where a modulemd_defaults unit with the same "name" was formerly uploaded into the target repo, fails with "[Errno 20] Not a directory".
h3. Steps to reproduce
In dev env:
...
11/07/2019
-
Possible proposal for multi-type copy and filtering: have filter= be not a string, but a structure/dictionary, key by content-type, value is 'filter string for that type'
Terrible non-real example:
POST /pulp/api/v3/rpm/copy/ type... Story #5344: As a user, I have a consistant API experience for copying contentProblem Statement:
API design for copy and upload has thus far been somewhat haphazard and it would be useful to make it more consistent. Additionally there are some deficiencies in some of the current APIs that need to be addressed.... -
* We will always want an easy 'complete copy/clone' API. You can get this currently via creating a repo-version and specifying a base-version
* There is a use-case for filtering, either by-type (or possibly diff-filters-... -
Issue #5658 (ASSIGNED): Copying modulemd_defaults over an uploaded unit fails: Not a directoryCopying a modulemd_defaults unit from one repo to another, where a modulemd_defaults unit with the same "name" was formerly uploaded into the target repo, fails with "[Errno 20] Not a directory".
h3. Steps to reproduce
In dev env:
...
11/06/2019
-
--force-full on the sync fixes this issue since commit b30b5e2914c5d40f760fac2e77e2d40407902aaf was applied to fix #4267, as part of pulp-2.19
While the behavior between content-units and treeinfo-files should be consistent, with an ... Issue #5359 (CLOSED - WONTFIX): treeinfo files in deferred-download repos don't see feed updatesSet up and sync a deferred-download repo. Update its feed and re-sync. Access a kickstart/treeinfo-related file. Look in the logs, and note that said file is downloaded from the original feed-url, not the newly-updated one.
Update: fo...
10/29/2019
-
Can you give us the *exact* commands you're using? The current failure is "Oct 25 07:04:36 amsapp434 pulp: pulp.server.webservices.middleware.exception:ERROR: (1514-24320) unable to load CA Private Key" - looks like pulp can't load the c... Issue #5617: Pulp-admin unable to loginTeam,
I am just following the steps shared in your official document..for some reason after first time i logged as pul-admin (as no root user) created repo and even synced it..but after a reboot /exit i am unable to login again as pul...
10/25/2019
10/15/2019
-
Issue #5359 (ASSIGNED): treeinfo files in deferred-download repos don't see feed updatesSet up and sync a deferred-download repo. Update its feed and re-sync. Access a kickstart/treeinfo-related file. Look in the logs, and note that said file is downloaded from the original feed-url, not the newly-updated one.
Update: fo... -
Required changes to connection.py and to server.conf
https://github.com/pulp/pulp/pull/3964 Issue #5512 (POST): Can't connect to remote mongodb when FIPS-enabledPulp uses login/password to connect to remote mongo. A passowrd-digest is created that relies on MD5. MD5 is not available on a FIPS-enabled system.
Teach Pulp to be able to use client-certificate-authentication to a remote mongodb, i... -
Also available in: Atom