2022-10-04 1000-1030 GMT-5
Attendees: sjha, iballou, ggainey
Regrets:
Agenda:
- No agenda items, meeting called at 10:05!
- Previous AIs
- Result from last time: https://github.com/theforeman/puppet-pulpcore/pull/263
Previous AIs:
New Items
Previous AIs:
Possibility of releasing pulp_deb orphan cleanup fix for released versions of Katello?
Any plans to drop Puppet 6 support? If so, with what Foreman/Katello version?
Adding a mix of synced and uploaded content in a single repository
Previous AIs:
core/3.24 releasing TODAY
core/3.25 #soon - mid/end of May?
pulp_deb release: Pulp_deb 2.20.2 has been released!
SLES advisory export/import problem
Working with the Katello upload implementation:
repository
parameter on content endpoints instead of separately calling the modify
API after creating the content./etc/foreman/plugins/katello.yml
: :deb:
:use_structured_content_for_clients: true
:publish_simple_content: false
[previous month’s minutes]
python39-pulp-python-3.7.3
)
The repository's publication is missing. Please run a 'complete sync'
which is not the error being tested for, but any error will satisfy the test.Pulp_ansible is about to ship a similar migration story. This one has the chance to fail with broken content.
URL/pulp/repos/
, but also at URL/pulp/content/
and by content type for example at URL/pulp/deb/
(does not appear to show just deb content).
<Location "/pulp/repos">
RequestHeader unset X-CLIENT-CERT
RequestHeader set X-CLIENT-CERT "%{SSL_CLIENT_CERT}s" env=SSL_CLIENT_CERT
ProxyPass unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content disablereuse=on timeout=600
ProxyPassReverse unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/content
</Location>