Hide Forgot
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:
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.
Also filed at https://github.com/openshift/openshift-ansible/issues/1759 Fixed in https://github.com/openshift/openshift-ansible/pull/1812
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
This was fixed in a previous release of openshift-ansible.