Bug 2114975 - [UI] Base domain name not populated when provisioning hosted cluster
Summary: [UI] Base domain name not populated when provisioning hosted cluster
Keywords:
Status: CLOSED DUPLICATE of bug 2117163
Alias: None
Product: Red Hat Advanced Cluster Management for Kubernetes
Classification: Red Hat
Component: Console
Version: rhacm-2.6
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: ---
: rhacm-2.6
Assignee: Kevin Cormier
QA Contact: dhuynh
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-03 15:47 UTC by Thuy Nguyen
Modified: 2022-08-10 08:16 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-10 08:16:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Create hosted cluster UI (228.24 KB, image/png)
2022-08-03 15:47 UTC, Thuy Nguyen
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github stolostron backlog issues 24822 0 None None None 2022-08-03 17:45:21 UTC

Description Thuy Nguyen 2022-08-03 15:47:59 UTC
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
```

Comment 1 Tomas Jelinek 2022-08-10 08:16:32 UTC

*** This bug has been marked as a duplicate of bug 2117163 ***


Note You need to log in before you can comment on or make changes to this bug.