sajha
- Login: sajha
- Registered on: 03/20/2019
- Last connection: 10/11/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 33 | 33 |
Projects
Project | Roles | Registered on |
---|---|---|
Ansible Plugin | Developer | 06/20/2019 |
CertGuard | Developer | 04/06/2020 |
Container Support | Developer | 12/06/2019 |
Crane | Developer | 06/20/2019 |
Debian Support | Developer | 06/20/2019 |
Docker Support | Developer | 06/20/2019 |
File Support | Developer | 06/20/2019 |
Maven Plugin | Developer | 09/18/2019 |
Migration Plugin | Developer | 01/14/2020 |
Nectar | Developer | 06/20/2019 |
NPM Plugin | Developer | 05/11/2020 |
OSTree Support | Developer | 06/20/2019 |
Packaging | Developer | 06/20/2019 |
Pulp | Developer | 06/20/2019 |
Puppet Support | Developer | 06/20/2019 |
Python Support | Developer | 06/20/2019 |
RPM Support | Developer | 06/20/2019 |
Activity
08/09/2021
-
Issue #9220 (CLOSED - CURRENTRELEASE): content_ansible_collection_versions_create endpoint requires a lot of fields from inside uploaded artifactThe https://docs.pulpproject.org/pulp_ansible/restapi.html#operation/upload_collection endpoint allows you to upload a Collection tarball. This operation results in an artifact which can then be used to create a new collection content.
...
06/23/2021
-
Issue #8957 (CLOSED - CURRENTRELEASE): URL validation error on remote displays remote base URL instead of source url from requirements.The url validation is somehow leading to this: ["Invalid URL https://galaxy.ansible.com/. Ensure the URL ends '/'."]} This happens when I have some source specified in the requirements.yml without the trailing "/".. However the error dis...
02/22/2021
-
Issue #8290 (CLOSED - CURRENTRELEASE): Pulp_ansible unable to sync from galaxy endpoint with token whereas ansible-galaxy client canSteps to reproduce:
Set up a remote with a token and point to a galaxy instance.
~~~
{
"auth_url": null,
"ca_cert": null,
"client_cert": null,
"client_key": null,
"down...
09/17/2020
-
Issue #7520 (CLOSED - NOTABUG): Pulp2 API import_upload endpoint with input of tag name and digestWith pulp2 we were using the /actions/import_upload/ endpoint with params for tag name and digest for a manifest to tag a manifest. This is used in hammer today with pulp2 to upload tags.
I am not aware of a similar flow with pulp3 an...
07/31/2020
-
Issue #7248 (CLOSED - CURRENTRELEASE): Copy API code still uses packagegroup relation for Package EnvironmentA call to copy content between repositories hits this line which seems like an issue given the package group relation has been dropped from the Package Environment model.
https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/tasks/c...
07/28/2020
-
Issue #7228 (CLOSED - CURRENTRELEASE): Optimized sync with mirror set to true unassociates all content units and creates an empty repository versionSyncing a repository with Optimized sync set to true and mirror set to true unassociates all content units and creates an empty repository version. The progress report looks like the attached image.
The first sync works fine. The subse...
07/27/2020
-
Cannot reproduce this on pulpcore 3.5.0 with pulpcore_client-3.5.0 gem or pulpcore_client-3.4.z gem on a katello box. Issue #6989: cert auth does not work with current binding gemsOur pulp settings.py has these settings added:
~~~
REMOTE_USER_ENVIRON_NAME = 'HTTP_REMOTE_USER'
AUTHENTICATION_BACKENDS = ['pulpcore.app.authentication.PulpNoCreateRemoteUserBackend']
REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASS...
03/16/2020
-
Issue #6347 (CLOSED - CURRENTRELEASE): File content list does not return all unique content unitshttps://pulp-file.readthedocs.io/en/latest/restapi.html#operation/content_file_files_list does not return all unique content units when used with a page size of ~2000 and there are multiple pages of results.
To reproduce:
1. Create and...
03/10/2020
03/09/2020
-
Note that the progress report when hitting this issue did not capture this error.
The progress report looked like below for me when I saw the error in my logs.
~~~
{
"count": 2,
"next": null,
"previous": null,
"res... Issue #6084: Migration plugin error when trying to migrate the docker plugin with pulpcore 3.1+ and pulp_container >1.0Syncing only the docker plugin, and with only docker content in Pulp 2, using the plan
~~~
http POST :24817/pulp/api/v3/migration-plans/ plan='{"plugins": [{"type": "docker"}]}'
~~~
yields the error
~~~
Feb 04 01:34:21 pulp2-...
Also available in: Atom