mdepaulo@redhat.com
- Registered on: 02/25/2019
- Last connection: 01/15/2021
Issues
- Assigned issues: 43
- Reported issues: 244
Projects
- Pulp (Developer, Private Access, Contributor, 02/25/2019)
- RPM Support (Developer, Private Access, Contributor, 02/25/2019)
- Puppet Support (Developer, Private Access, Contributor, 02/25/2019)
- Docker Support (Developer, Private Access, Contributor, 02/25/2019)
- Python Support (Developer, Private Access, Contributor, 02/25/2019)
- Packaging (Developer, Private Access, Contributor, 02/25/2019)
- Crane (Developer, Private Access, Contributor, 02/25/2019)
- OSTree Support (Developer, Private Access, Contributor, 02/25/2019)
- Debian Support (Developer, Private Access, Contributor, 02/25/2019)
- Nectar (Developer, Private Access, Contributor, 02/25/2019)
- File Support (Developer, Private Access, Contributor, 02/25/2019)
- Infrastructure (Developer, 02/25/2019)
- Ansible Plugin (Developer, Contributor, 02/25/2019)
- Maven Plugin (Developer, 09/18/2019)
- Pulp CLI (Developer, Contributor, 05/07/2020)
- CertGuard (Developer, Contributor, 04/06/2020)
- Container Support (Developer, Private Access, Contributor, 12/06/2019)
- NPM Plugin (Developer, Contributor, 05/11/2020)
- Migration Plugin (Developer, Private Access, Contributor, 01/14/2020)
Activity
01/15/2021
-
The agreed upon approach with galaxy_ng is this for the `firewalld` module tasks:
`zone: '{{ pulp_firewalld_zone | default(omit) }}'`
With no default value for the new variable pulp_firewalld_zone .
This will preserve the default ... Story #8107: As a user, I can specify the firewalld zone to be modified by pulp_installerCurrently pulp_installer modifies the system default firewall zone. (To allow pulp traffic)
However, users may be using a different active zone temporarily, or have interfaces on different zones.
We should implement a variable.
... -
However, users may be using a different active zone temporarily, or have interfaces on different zones.
We should implement a variable.
...
01/14/2021
-
Issue #8095 (NEW): geerlingguy.postgresql role (pulp_installer) now errors under FIPS mode on CentOS 7This 3rd party ansible role, a dependency of by pulp_installer, has a recent regression.
It was introduced between 2.2.1 and its subsequent version, 3.0.0.
Revert commit is here on my branch:
https://github.com/mikedep333/ansible-... -
This was the previous plan:
Note: The pulp_installer Vagrant tests include FIPS and SELinux tests.
The final agreed upon plan is to use CentOS CI. Largely because Foreman / forklift (Vagrant) is already using it.
Work will involve... Task #7884: Move the pulp_installer Vagrant tests off TravisThe current plan:
Use Qemu emulation on GHA.
This is due to us discovering that the performance is tolerable. The advantages of simple security on ephemeral public CI and maintenance outweigh the performance advantage. As a related imp...
01/13/2021
-
For [#7575](https://pulp.plan.io/issues/7575) , we may put the selnux policy within pulp_installer, or as a subrepo, to accomplish the tight integration.
This would enable doing what we did with Pulp 2: Having selective relabelling lo... Issue #8055: When SELinux is enabled, pulp_installer relabels all the files in /var/lib/pulpThe installer takes a long time to upgrade an existing system that's running with SELinux enabled because it always relabels /var/lib/pulp in the "Restore SELinux contexts on Pulp dirs that may exist" handler[0]. The list of the director...
01/06/2021
-
pulpcore 3.7.3 does not support RQ 1.7 because this feature does not exist on the 3.7 branch:
https://pulp.plan.io/issues/7902 Issue #8042: pulp_installer cannot upgrade RPM installs on EL8 due to python3-rq issueDuring our CI test packages-upgrade:
```
TASK [pulp_common : List packages to be upgraded] ******************************
Monday 04 January 2021 23:32:40 +0000 (0:00:01.530) 0:02:04.014 ********
ok: [centos-7] => {}
MSG:
... -
```
TASK [pulp_common : List packages to be upgraded] ******************************
Monday 04 January 2021 23:32:40 +0000 (0:00:01.530) 0:02:04.014 ********
ok: [centos-7] => {}
MSG:
...
12/14/2020
-
Issue #7996 (MODIFIED): pulp_installer fails to enable the "powertools" repo on CentOS 8.3 or the new CentOS StreamBecause its name was changed from "PowerTools" to "powertools"
Fortunately, "Stream-PowerTools" was just renamed to simply "powertools". Which simplifies our code for enabling it.
Note: This manifests itself as the following error,...
12/11/2020
-
Issue #7993 (NEW): pulp_installer fails to create the database on EL7 when LANG=C.UTF-8If the managed system is EL7 and has LANG=C.UTF-8, it fails.
This includes when the Vagrant host (Github Actions CI) has LANG=C.UTF-8, it bleeds over to the managed guest by Vagrant design:
```
fatal: [pulp3-source-centos7]: FAILED...
12/02/2020
-
Issue #7892 (ASSIGNED): the task "Ensure pulp is part of group redis" doesn't need to create its home directoryAt roles/pulp_redis/tasks/configure_uds.yml, this task should be modified as below not to create its home directory.
from
~~~
- name: Ensure pulp is part of group redis
user:
name: '{{ pulp_user }}'
groups: redis
a...
Also available in: Atom