Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1544027 - vsphere cloud provider uses datacenter instead of datastore for standard sc
vsphere cloud provider uses datacenter instead of datastore for standard sc
Status: CLOSED ERRATA
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer (Show other bugs)
3.9.0
Unspecified Linux
unspecified Severity unspecified
: ---
: 3.9.0
Assigned To: davis phillips
Gan Huang
:
Depends On:
Blocks: 1543830
  Show dependency treegraph
 
Reported: 2018-02-09 17:09 EST by davis phillips
Modified: 2018-03-28 10:28 EDT (History)
5 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2018-03-28 10:28:16 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 None None None 2018-03-28 10:28 EDT

  None (edit)
Description davis phillips 2018-02-09 17:09:05 EST
Description of problem:
Installation failed while specifying VSphere cloudprovider

Version-Release number of the following components:
openshift-ansible master branch

How reproducible:
always

Steps to Reproduce:
1. Trigger installation with vsphere cloudprovider enabled
openshift_cloudprovider_kind=vsphere
openshift_cloudprovider_vsphere_username=xxx
openshift_cloudprovider_vsphere_password=xxxx
openshift_cloudprovider_vsphere_host=xxxxx
openshift_cloudprovider_vsphere_datacenter=Datacenter
openshift_cloudprovider_vsphere_datastore=datastore1

Actual results
[root@master-0 ~]# oc describe sc standard
Name:            standard
IsDefaultClass:  Yes
Annotations:     storageclass.beta.kubernetes.io/is-default-class=true
Provisioner:     kubernetes.io/vsphere-volume
Parameters:      datastore=Datacenter
ReclaimPolicy:   Delete
Events:          <none>

Expected results
[root@master-0 ~]# oc describe sc standard
Name:            standard
IsDefaultClass:  Yes
Annotations:     storageclass.beta.kubernetes.io/is-default-class=true
Provisioner:     kubernetes.io/vsphere-volume
Parameters:      datastore=datastore1
ReclaimPolicy:   Delete
Events:          <none>
Comment 1 davis phillips 2018-02-12 10:38:24 EST
resolved via https://github.com/openshift/openshift-ansible/pull/7096
Comment 3 Gan Huang 2018-02-26 21:41:19 EST
PR not merged yet.
Comment 4 Gan Huang 2018-02-28 02:48:30 EST
# oc get sc
NAME                 PROVISIONER                    AGE
standard (default)   kubernetes.io/vsphere-volume   9m
[root@test ~]# oc describe sc standard
Name:            standard
IsDefaultClass:  Yes
Annotations:     storageclass.beta.kubernetes.io/is-default-class=true
Provisioner:     kubernetes.io/vsphere-volume
Parameters:      datastore=datastore1
ReclaimPolicy:   Delete
Events:          <none>

Verified in openshift-ansible-3.9.1-1.git.0.9862628.el7.noarch
Comment 7 errata-xmlrpc 2018-03-28 10:28:16 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0489

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