Hide Forgot
Description of problem: If 'deployment_type=enterprise' is used in ansible inventory file, the install will fail. It appears this was not properly deprecated and should be set to'deployment_type=openshift-enterprise' as per the examples shipped with 3.2.1.13. Version-Release number of selected component (if applicable): 3.2.1.13 (rpm-based install) How reproducible: 100% Steps to Reproduce: 1. Set deployment_type=enterprise in inventory ansible inventory file. 2. Run the advanced installer 3. Actual results: Installer detects OpenShift version as 0.0 and will fail rpm package matching. Expected results: Correct version should be detected. Additional info: Perhaps ansible should report an error to the caller that the value of 'enterprise' is no longer supported or promote the value to be 'openshift-enterprise'
Where do you see deployment_type=enterprise as a valid option? Docs and the samples all say 'openshift-enterprise' ?
The deployment_type=enterprise option appears in example inventory files from legacy documentation and blogs. One example is https://docs.openshift.com/enterprise/3.0/install_config/install/advanced_install.html#single-master-multi-node
(In reply to Bob Kozdemba from comment #2) > The deployment_type=enterprise option appears in example inventory files > from legacy documentation and blogs. > > One example is > https://docs.openshift.com/enterprise/3.0/install_config/install/ > advanced_install.html#single-master-multi-node That's a 3.0 docs - do you have anything in the 3.2 docs you filed the BZ against?