Bug 2114975
| Summary: | [UI] Base domain name not populated when provisioning hosted cluster | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Advanced Cluster Management for Kubernetes | Reporter: | Thuy Nguyen <thnguyen> | ||||
| Component: | Console | Assignee: | Kevin Cormier <kcormier> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | dhuynh | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rhacm-2.6 | CC: | huichen, nagbetra, nmanos, tjelinek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | rhacm-2.6 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-08-10 08:16:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 2117163 *** |
Created attachment 1903357 [details] Create hosted cluster UI Description of problem: [UI] Base domain name not populated after selecting hypershift creds Version-Release number of selected component (if applicable): 2.6.0-FC2 How reproducible: Steps to Reproduce: 1. Create infra env + register hosts > OK 2. Enable hypershift + install add-on > OK 3. Click 'Create cluster', select 'Host inventory', selected 'Hosted' control plane type Actual results: Base domain name is not populated as per configured in the predefined credential Expected results: Additional info: ``` # oc get secret -n default hs-creds -oyaml apiVersion: v1 data: baseDomain: aW5zdGFsbC5kZXYwOS5yZWQtY2hlc3RlcmZpZWxkLmNvbQ== pullSecret: <pull_secret> ssh-publickey: <pub_key> kind: Secret metadata: creationTimestamp: "2022-08-03T15:35:52Z" labels: cluster.open-cluster-management.io/credentials: "" cluster.open-cluster-management.io/type: hypershift name: hs-creds namespace: default resourceVersion: "481682" uid: b88acbd3-afd3-43e1-a8fd-956bf589c527 type: Opaque ```