-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
5
-
False
-
None
-
False
-
-
ACM-1290 - [RFE] Be able to rename local-cluster
-
-
-
ACM Console Sprint 263
-
Important
-
None
Value Statement
Allow ACM/MCE consoles to continue to function properly when a user renames the hub cluster to something other than local-cluster
Definition of Done for Engineering Story Owner (Checklist)
Remove all the following hard-coded references to local-cluster. The hub cluster can be identified as the ManagedCluster with the label local-cluster: "true".
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/hooks/use-hypershift-enabled.ts#L11
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/lib/search.ts#L58
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/lib/search.ts#L311
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Credentials/CredentialsForm.tsx#L332
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/ManagedClusters.tsx#L105
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/ManagedClusters.tsx#L780
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/components/HypershiftImportCommand.tsx#L53
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/CreateCluster.tsx#L207
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/templates/kubevirt-template.hbs#L148
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Infrastructure/Clusters/ManagedClusters/CreateCluster/templates/assisted-installer/hypershift-template.hbs#L145
- https://github.com/stolostron/console/blob/77cf5609eeaaa4bb9c2ea3833c3370e02f2fb75d/frontend/src/routes/Search/components/HeaderWithNotification.tsx#L50
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 template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.