-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
Value Statement
As an ACM policy user, I would like to see the rollout status of a policy, including a percentage or ratio of successfully rolled out clusters.
As an ACM policy user, I would like to see the rollout status of a policy per cluster, so that I can see which one failed the rollout or is still in progress.
As an ACM policy user, I would like to see the compliance message when I view the Policy Template Details page since the message is smaller on the Policy Results table with the addition of the new rollout status column.
As an ACM policy user, I would like to know if a particular failed cluster in a rollout was a "best effort" cluster.
Definition of Done for Engineering Story Owner (Checklist)
- A new "Rollout Status" column in the Policies table
- A new "Rollout Status" column in the Policy Results table
- Get rid of the "Details" value which is just a JSON string in the Policy Template Details page
- Add a "Message" value in the Policy Template Details page to replace the "Details" value
- For best effort clusters, the Policy Results table should show the rollout status as "FailedNonBlocking" by checking the root policy based on the outcome of
ACM-7302.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the [Customer
Portal_doc_issue template](
https://github.com/stolostron/backlog/issues/new?assignees=&labels=squad%3Adoc&template=doc_issue.md&title=),
and ensure doc acceptance criteria is met. Link the development issue to
the doc issue. - [ ] Provide input to the QE team, and ensure QE acceptance criteria
(established between story owner and QE focal) are met.
Support Readiness
- [ ] The must-gather script has been updated.
- depends on
-
ACM-7296 Add support for the "All" rollout strategy
- Closed
-
ACM-7302 Support setting clusters as "best effort" for a policy rollout
- Closed
- is depended on by
-
ACM-7305 (Stretch) Show the decision group associated with a cluster in the Policy Results table
- Closed
- is related to
-
ACM-5653 RFE Policy support for progressive rollout strategies
- To Do