Skip to content

Restructure installation and add a pulp scenario#822

Draft
ekohl wants to merge 2 commits intotheforeman:developfrom
ekohl:add-pulp-scenario
Draft

Restructure installation and add a pulp scenario#822
ekohl wants to merge 2 commits intotheforeman:developfrom
ekohl:add-pulp-scenario

Conversation

@ekohl
Copy link
Member

@ekohl ekohl commented Dec 2, 2022

Heavy draft, but at a basic level it works. What doesn't:

  • Kafo can't parse pulpcore's types/logger.pp (https://projects.theforeman.org/issues/21398) - workaround is to join it all on one line
  • Kafo interprets functions literally: extlib::cache_data() and worker count calculation is put as the answer - workaround is pass it as installer parameters
  • There is no certificate setup: it assumes /etc/pki/tls/certs/localhost.crt and /etc/pki/tls/private/localhost.key exist - workaround is to run openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/pki/tls/private/localhost.key -out /etc/pki/tls/certs/localhost.crt prior
  • Requires a packaging change

Additionally: various parameters should be marked as advanced but currently aren't. This makes --help less useful.

ekohl added 2 commits April 3, 2023 14:32
This introduces a standalone Pulp scenario. All plugins are exposed as
optional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants