-
Story
-
Resolution: Done
-
Critical
-
Global Hub 1.1.0
Value Statement
We are increasingly seeing that in Telco Edge (Verizon) as well as Enterprise customers (Amex, Citi), they use event driven messaging system on Kafka to drive their workflow. AAP also unveiled Event driven Ansible. It is important for ACM to be able to participate in these ecosystems. Therefore the requirement is that each ACM Hub emits critical lifecycle messages that can help make multicluster management easier.
Definition of Done for Engineering Story Owner (Checklist)
- Emit policy event in cloudevents format - https://github.com/stolostron/multicluster-global-hub/blob/main/doc/message.md#policy-1
- id: Identifies the event. Producers MUST ensure that source + id is unique for each distinct event.
- type: This attribute contains a value describing the type of event related to the originating occurrence.
- data:
"objects": [ { "clusterId": "6b9b8545-1a84-4b55-8423-a9b28a1a4967", "eventName": "kube-system.status.17ad7b80d4e6f6a4", "message": "The cluster (cluster1) is destoryed successfully", "reason": "Destroyed", "count": 1, "source": "-", "createdAt": "2024-01-25T05:08:07Z" } ]
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.