Bug 1382172
Summary: | MONGODB_VERSION parameter is missing from templates | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Bob Kozdemba <bkozdemb> |
Component: | Templates | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED ERRATA | QA Contact: | Wang Haoran <haowang> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.3.0 | CC: | aos-bugs, jokerman, mmccomas, wsun |
Target Milestone: | --- | ||
Target Release: | 3.3.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
The MONGODB_VERSION parameter has been added to the MongoDB templates allowing users to choose which version of MongoDB to deploy.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-10-27 16:13:47 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: | |
Embargoed: |
Description
Bob Kozdemba
2016-10-05 23:44:51 UTC
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 |