Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domain support #346

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

git-hyagi
Copy link
Contributor

closes: #321

@@ -1,2 +1,2 @@
pulpcore>=3.40.1,<3.55
pulpcore>=3.45.1,<3.55
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping minimum pulpcore version to 3.45.1 because our model depends on 0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more. Without it we get the error:

    django.db.migrations.exceptions.NodeNotFoundError: Migration ostree.0008_add_domain_support dependencies reference nonexistent parent node ('core', '0116_alter_remoteartifact_md5_alter_remoteartifact_sha1_and_more')

@@ -98,7 +98,7 @@ if [ "$TEST" = "s3" ]; then
sed -i -e '$a s3_test: true\
minio_access_key: "'$MINIO_ACCESS_KEY'"\
minio_secret_key: "'$MINIO_SECRET_KEY'"\
pulp_scenario_settings: null\
pulp_scenario_settings: {"domain_enabled": true}\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not manually edit this file. We want to update the plugin template configuration (pulp_settings_s3) and then re-generate the workflow scripts (by running /plugin-template --github pulp_ostree).

https://github.com/pulp/plugin_template/?tab=readme-ov-file#add-ci-configuration-to-a-pulp-plugin

https://github.com/pulp/pulpcore/blob/a33612b89f48985448f5315dc5c67aa54f94d196/template_config.yml#L70

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still did not update the template configuration and did not run the plugin-template utility to re-generate the workflow scripts.

@lubosmj lubosmj merged commit a94298c into pulp:rbac-domain Feb 14, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants