[PULP-1283] Use podman container for OpenAPI schema generation#187
Open
[PULP-1283] Use podman container for OpenAPI schema generation#187
Conversation
86581f9 to
4072ef3
Compare
2b53b46 to
8092c2b
Compare
Replace the on-host installation approach with a podman container running pulp/pulp-minimal. Plugins are pip-installed from git URLs inside the container, then pulpcore-manager openapi generates the schemas. Using pulp-minimal makes it easier to run because it has all required plugin's system dependencies. Also adds `pulp-docs openapi` Click subcommand and replaces the argparse __main__ CLI. Assisted-by: Claude Code (claude-opus-4-6) <noreply@anthropic.com> Closes: pulp#178
9d70736 to
7e7525d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the on-host installation approach with a podman container running pulp/pulp-minimal. Plugins are pip-installed from git URLs inside the container, then pulpcore-manager openapi generates the schemas.
Using pulp-minimal makes it easier to run because it has all required plugin's system dependencies, which avoids the pain of replicating that environment on an arbitrary host.
This also removes the CLI entrypoint for the openapi generation. The idea is enable creating openapi schemas on-the fly with the exact package sources that the documentation uses. So it doesn't make much sense to have a decoupled way of generating them here.
Assisted-by: Claude Code (claude-opus-4-6) noreply@anthropic.com
Closes: #178