Description of problem: The MONGODB_VERSION parameter is missing from both mongodb templates. Version-Release number of selected component (if applicable): atomic-openshift-master-3.3.0.32 How reproducible: 100% Steps to Reproduce: 1. oc describe template mongodb-ephemeral -n openshift 2. oc describe template mongodb-persistent -n openshift 3. Actual results: MONGODB_VERSION parameter is not defined and does not appear in the output. Expected results: Additional info: The MONGODB_VERSION parameter is defined in the upstream source at: https://github.com/openshift/origin/blob/master/examples/db-templates/mongodb-ephemeral-template.json#L214-L218
Scott, I think you just did a PR to fix this.
https://github.com/openshift/openshift-ansible/pull/2556 needs to be picked into release-1.3 branch, will do that tomorrow.
https://github.com/openshift/openshift-ansible/pull/2560 for release-1.3
Failed with : openshift version openshift v3.3.1.1 kubernetes v1.3.0+52492b4 etcd 2.3.0+git oc describe template mongodb-ephemeral -n openshift| grep MONGODB Name: MONGODB_USER Name: MONGODB_PASSWORD Name: MONGODB_DATABASE Name: MONGODB_ADMIN_PASSWORD There is no MONGODB_VERSION
Verified with : openshift-ansible-3.3.34-1.git.0.5b998bb.el7.noarch oc describe template mongodb-ephemeral -n openshift| grep MONGODB Name: MONGODB_USER Name: MONGODB_PASSWORD Name: MONGODB_DATABASE Name: MONGODB_ADMIN_PASSWORD Name: MONGODB_VERSION
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-2016:2122