Bug 1534934
Summary: | [Doc] Azure installation failed with openshift_hostname undefined | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenqi He <wehe> |
Component: | Documentation | Assignee: | Vikram Goyal <vigoyal> |
Status: | CLOSED WONTFIX | QA Contact: | Xiaoli Tian <xtian> |
Severity: | high | Docs Contact: | Vikram Goyal <vigoyal> |
Priority: | high | ||
Version: | 3.9.0 | CC: | aos-bugs, decarr, jhou, jokerman, mgugino, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-22 13:24:19 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: |
Description
Wenqi He
2018-01-16 10:21:07 UTC
Due to fail to install on Azure, all the test related to Azure specific feature is blocked. Such as Azure disk, Azure file and so on I'd like to remove the TestBlocker key word since we figured out that we need to create the internal host name on Azure firstly and then create VM. Like below: az network nic create --resource-group xxx --name qe-internal-ip --vnet-name qe-vnet --subnet default-subnet --internal-dns-name qe-internal-hostname --public-ip-address qe-public-ip But I think this is something we need to doc and explain the new change since it worked in 3.7 before without --internal-dns-name. Thanks Hi Wenqi, are you saying this is documentation only issue? Or is there something else that needs to be resolved (given the priority is still high)? Scott, do we have already a place in openshift docs for the Azure cloud provider where we could put the note? I think it is doc related issue for 3.9 and above, without internal hostname, the installation will fail, and I do not think openshift-ansible can help modify something to fix this, it should notice user when they create vms need to set --internal-dns-name on network interface. Moving to Documentation component. |