upcoming: [UIE-9648] - Support Placement Group Policy Update in line with Placement Group Aware Maintenance program#13351
Merged
Conversation
…t-group Aware Maintenance program
…lacement Group Aware Maintenance program
dwiley-akamai
approved these changes
Feb 6, 2026
Contributor
dwiley-akamai
left a comment
There was a problem hiding this comment.
Verification steps ✅
Code review ✅
Approved pending resolution of code conflict
| export const useIsPlacementGroupPolicyUpdated = () => { | ||
| const flags = useFlags(); | ||
|
|
||
| // @TODO NB-VPC: check for customer tag/account capability when it exists |
Contributor
There was a problem hiding this comment.
How does this relate to NB-VPC?
Contributor
Author
There was a problem hiding this comment.
Oops. That seems like an unintentional copy-paste error. Thanks for pointing it out!
bnussman-akamai
approved these changes
Feb 9, 2026
| * TODO: Clean up this flag after the Placement Group Policy Update is complete. | ||
| */ | ||
|
|
||
| export const useIsPlacementGroupPolicyUpdated = () => { |
Member
There was a problem hiding this comment.
Optional: This wrapper may be unnecessary. Maybe we just use flags.placementGroupPolicyUpdate throughout the app
Cloud Manager UI test results🎉 866 passing tests on test run #6 ↗︎
|
This was referenced Feb 19, 2026
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 📝
The Placement Group's Strict and Flexible policy have been updated as a part of the PAM program.
Changes 🔄
placementGroupPolicyUpdatefeature flagScope 🚢
Upon production release, changes in this PR will be visible to:
Preview 📷
How to test 🧪
Verification steps
Placement Group Policy Updateflag in dev toolsAuthor Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅