-
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
Updates required from testing in public cloud environment #1051
Conversation
ccb0fed
to
3a9fa7a
Compare
f359b60
to
dc41c73
Compare
Well Done! Your tests are still passing. |
engines/registration_sharing/app/controllers/registration_sharing/rmt_to_rmt_controller.rb
Show resolved
Hide resolved
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.
The migration on the systems table might block the public cloud instances for an unknown amount of time, but I assume that is part of the tests (https://github.com/SUSE/scc-docs/pull/294/files).
Yep this is also part of the text. Luckily the migration takes place before RMT is started, meaning a planned downtime was always the case. That is also why we now print the message when updating the rpm |
Description
These are the changes which have been found while testing RMT in the public cloud:
instance_data
to the correct place. This has been forgotten.How to test these changes:
instance_data
and migrate to the lastest database schema and checkinstance_data
is still present