Bug 1328611

Summary: Set volumeConfig.dynamicProvisioningEnabled in installer
Product: OpenShift Container Platform Reporter: Stefanie Forrester <dakini>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED CURRENTRELEASE QA Contact: Ma xiaoqiang <xiama>
Severity: medium Docs Contact:
Priority: high    
Version: 3.2.0CC: aos-bugs, bleanhar, dgoodwin, gpei, jialiu, jokerman, mmccomas, sdodson, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-13 18:49:38 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:

Description Stefanie Forrester 2016-04-19 20:44:51 UTC
Description of problem:

For OpenShift Online, we'll need the ability to set the following master-config option at install time:

volumeConfig:
  dynamicProvisioningEnabled: false

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Devan Goodwin 2016-05-06 12:06:57 UTC
Looks like sdodson already completed this. 

Inventory variable is:

openshift_master_dynamic_provisioning_enabled=False

This was built with openshift-ansible-3.0.87-1 so I'm going to move this one straight to ON_QA.

Comment 3 Gaoyun Pei 2016-05-09 06:39:55 UTC
Verify this bug with openshift-ansible-3.0.88-1.git.0.31c3daf.el7.noarch.rpm

Set openshift_master_dynamic_provisioning_enabled=false in ansible inventory, after installation, check master config yaml file.

volumeConfig:
  dynamicProvisioningEnabled: false

Comment 4 Scott Dodson 2016-06-13 18:49:38 UTC
This was fixed in a previous release of openshift-ansible.