change: [M3-8379] - Disable Region in OS tab for unsupported distributed images#10848
Merged
hana-akamai merged 5 commits intolinode:developfrom Aug 29, 2024
Conversation
bnussman-akamai
approved these changes
Aug 28, 2024
Member
bnussman-akamai
left a comment
There was a problem hiding this comment.
Nice to see Gecko and Image Service Gen2 finally come together 🎉
Thanks for fixing the alignment issues too
|
Coverage Report: ✅ |
coliu-akamai
approved these changes
Aug 29, 2024
Contributor
coliu-akamai
left a comment
There was a problem hiding this comment.
✅ Verify unsupported distributed regions (no distributed icon, e.g. Debian 11) - both Gecko Beta and LA/GA
✅ Verify supported distributed regions (distributed icon, e.g. Ubuntu 24.04 LTS) - both Gecko Beta and LA/GA
🚀 🎉
This was referenced Sep 13, 2024
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.
Description 📝
Not all Linux Distributions in the Linode Create OS tab support distributed regions. We want to disable a region if the selected OS does not have a distributed capability similar to the Images tab
Changes 🔄
linodeCreateTabingetDisabledRegionsso that any selected image that does not have thedistributed-sitescapability is disabledPreview 📷
How to test 🧪
Prerequisites
(How to setup test environment)
new-dc-testing,new-dc-testing-gecko,edge_testingandedge_computecustomer tagsReproduction steps
(How to reproduce the issue, if applicable)
developlocally while pointing to the dev APIDebian 11)Verification steps
(How to verify changes)
v1andv2flows for GeckoBeta& GeckoLA/GAuseFlags.ts:gecko2: {
enabled: true,
ga: false
}
Debian 11)Ubuntu 24.04 LTS)As an Author I have considered 🤔
Check all that apply