-
Notifications
You must be signed in to change notification settings - Fork 897
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 the location LED state to the physical_servers table #14277
Add the location LED state to the physical_servers table #14277
Conversation
@miq-bot add_labels wip, sql_migration |
@skovic Cannot apply the following label because they are not recognized: sql_migration |
This pull request is not mergeable. Please rebase and repush. |
6a472b1
to
728a128
Compare
This pull request is not mergeable. Please rebase and repush. |
7c81493
to
5d15816
Compare
@miq_bot remove_label: wip |
@miq_bot assign @juliancheal |
This pull request is not mergeable. Please rebase and repush. |
5d15816
to
27c7363
Compare
@Fryguy would we need raw_loc_led_state here too? |
what would raw_loc_led_state look like? Would this be an integer value? Is there an example of this pattern somewhere? |
@rodneyhbrown7 @juliancheal @Fryguy There is an example of it here and also the reasoning: |
@blomquisg says it should be fine without the |
1296345
to
2ed571c
Compare
Checked commits skovic/manageiq@e5e1772~...2ed571c with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@Fryguy @simaishi This is the current state of things:
If you don't feel like parsing that (I don't blame you) it says that there are currently 3 (soon to be 4, but I'll get to that later 👇) migrations that are on master, but not fine. These are:
This PR adds the latest and #14488 adds the earliest. To add to the fun, #14687 is adding a migration which will also be backported to The middle migration was added in #14558 |
Marking as |
@carbonin what do I need to do? |
Hopefully nothing @juliancheal 😄 I think we (me + @Fryguy + @simaishi) just need to work out what direction we want to take. |
@carbonin Alternately, we can see if 20170328110106_fix_expression_in_tenant_quota_report can be backported. Also @blomquisg @isimluk , please don't merge sql migrations, particularly if they need backport. |
I'm genuinely looking forward to the schema repo split 😄 |
Ok. Also, it seems, that we cannot use cherry-pick to backport db migrations. |
@carbonin @Fryguy backporting of so should #14558 be marked with |
Yeah, @Fryguy That's what I was saying here:
|
…ervers-table Add the location LED state to the physical_servers table (cherry picked from commit 64e64b8)
Fine backport details:
|
Added the location LED state to the physical_servers table so that the state can be displayed on a future server summary page.