mhrivnak
- Login: mhrivnak
- Email: mhrivnak@redhat.com
- Registered on: 12/01/2014
- Last connection: 01/07/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 75 | 75 |
Reported issues | 0 | 149 | 149 |
Projects
Project | Roles | Registered on |
---|---|---|
Ansible Plugin | Contributor | 08/20/2018 |
CertGuard | Contributor | 04/06/2020 |
Container Support | Contributor | 12/06/2019 |
Crane | Contributor | 12/17/2014 |
Debian Support | Contributor | 12/17/2014 |
Docker Support | Contributor | 12/17/2014 |
File Support | Contributor | 07/17/2017 |
Migration Plugin | Contributor | 01/14/2020 |
Nectar | Contributor | 12/17/2014 |
NPM Plugin | Contributor | 05/11/2020 |
OSTree Support | Contributor | 12/17/2014 |
Packaging | Contributor | 12/17/2014 |
Pulp | Contributor | 12/16/2014 |
Puppet Support | Contributor | 12/17/2014 |
Python Support | Contributor | 12/17/2014 |
RPM Support | Contributor | 12/17/2014 |
Activity
09/28/2018
-
Here's a summary I posted in IRC:
> 10:20 \<mhrivnak\> jortel bmbouter yes, years ago I setup an experiment that you can probably find detailed in the archives for one of the email lists. I can summarize it though.
> 10:21 \<mhrivnak\... Issue #4036: aiohttp.client_exceptions.ServerDisconnectedError during sync~~~
I sync EPEL7 repo:
http POST http://localhost:8000/pulp/api/v3/repositories/ name=epel7
http POST http://localhost:8000/pulp/api/v3/remotes/rpm/ name='epel7' url='https://dl.fedoraproject.org/pub/epel/7/x86_64/'
export REPO_HRE...
08/29/2018
-
Most services that run on kubernetes try to not require a config file at all, or at least make it optional. They'll accept settings both as command-line arguments and as environment variables, with the command-line args usually winning i... Story #3943: As a user, I can configure Pulp using environment variables## Problem Statement
While trying to get Pulp3 running on Openshift I ran into an issue where I needed to set a setting in the settings.yaml file from an environment variable. For example the IP of the postgresql instance is only know...
07/03/2018
-
I encourage you to put performance requirements into context. This experiment revealed that when writing data to postgresql vs mongodb, there is a real cost to using a database with ACID guarantees and to writing more individual records ... Issue #3770: Pulp 3 is about 2x slower than pulp 2 in syncing a large file repoSyncing a large file repo is slower in pulp 3 than pulp 2, with 70,000 files:
pulp 3: 25 minutes
pulp 2: 15 minutes
I've attached the repo i used to sync, and then simply ran:
~~~
http --auth admin:admin http://127.0.0.1:800...
06/01/2018
-
\+1. I originally made the timeout 1 second, likely for no particular reason other than optimism. This week it came back to bite me, just a little. :)
Testing another app against an internal "stage" deployment of crane, with a correspon... Story #3706: Crane's timeout for backend search requests is not configurableCrane currently uses a [hard-coded 1 second timeout](https://github.com/pulp/crane/blob/5a34c2980999012cded4c17105e9e4a515fc2308/crane/search/base.py#L101) when querying the GSA or Solr search backends. This timeout can be too short for ...
02/14/2018
-
I've [been a fan](https://www.redhat.com/archives/pulp-dev/2017-October/msg00109.html) of the hotfix repository model in the past. It provides the needed capability, and I actually like that it keeps an exceptional workflow in a separate... Story #3360: As a user, I can create a repository version from any repository version**Motivation**
As a user I want to be able to revert a repository at repository version Y to repository version X from before.
As a user I want to treat different lifecycle environments as separate repositories. When the 'dev' repo...
01/04/2018
-
There's an important bit of nuance to the "added" and "removed" attributes that's worth capturing. They are derived attributes whose state depends on the state of previous versions. You could define them as:
"The set of content added/re... Story #3218: As an authenticated user, I can list repository version content, added content, removed contentThree detail routes need to be added to the RepositoryVersion viewset.
/api/v3/repositories/\<uuid\>/versions/\<id\>/content/ - paginated list of all content in particular version
/api/v3/repositories/\<uuid\>/versions/\<id\>/added...
12/21/2017
11/28/2017
-
The problem appears to be that pymongo cannot run on a FIPS-enabled machine. It hard fails just by importing it. There will need to be an investigation into whether there is some option for making pymongo work.
The MongoDB docs are not ... Issue #3156: pulp-manage-db fails to run on FIPS enabled system.Installing pulp 2.14.3 on a FIPS enabled system fails on pulp-manage-db
~~~
rpm -qa |grep pulp
python-isodate-0.5.0-4.pulp.el7.noarch
python-pulp-docker-common-3.0.2-1.el7.noarch
python-pulp-repoauth-2.14.3-1.el7.noarch
pulp-pup... -
-
Thinking about naming today, and where the convention in django came from of objects that interact with a specific model being named $Modelname$Behavior, I wondered if the genesis of that convention might be ModelForms.
https://docs.dja... Refactor #3074: Move sync logic from models to tasksMost of the work of this move will be handled by plugins, so refactor tasks will be created to implement this change for each plugin. The scope of this refactor should be limited to Importers/sync for now, so Publish is deliberately left...
Also available in: Atom