-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add domain support #346
Conversation
@@ -1,2 +1,2 @@ | |||
pulpcore>=3.40.1,<3.55 | |||
pulpcore>=3.45.1,<3.55 |
There was a problem hiding this comment.
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}\ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
d00911c
to
b8b77fe
Compare
closes: pulp#321
b8b77fe
to
4296e74
Compare
closes: #321