Bug 1328611 - Set volumeConfig.dynamicProvisioningEnabled in installer
Summary: Set volumeConfig.dynamicProvisioningEnabled in installer
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-19 20:44 UTC by Stefanie Forrester
Modified: 2016-07-04 00:47 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-13 18:49:38 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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