Bug 1463553
| Summary: | Templates in openshift-ansible are not up-to-date to reflect new change for origin pull request #14486 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wenjing Zheng <wzheng> |
| Component: | Installer | Assignee: | Russell Teague <rteague> |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.0 | CC: | aos-bugs, jialiu, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Templates updated to origin latest.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-10 05:28:56 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
Wenjing Zheng
2017-06-21 08:40:11 UTC
cd roles/openshift_examples ./examples-sync.sh review diff, commit, push up a pr Verified this bug with openshift-ansible-3.6.124-1.git.0.507a059.el7.noarch, and PASS.
# oc edit template mariadb-ephemeral -n openshift -o json
<--snip-->
"objects": [
{
"apiVersion": "v1",
"kind": "Secret",
"metadata": {
"annotations": {
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-root-password": "{.data['database-root-password']}",
"template.openshift.io/expose-username": "{.data['database-user']}"
},
"name": "${DATABASE_SERVICE_NAME}"
},
"stringData": {
"database-password": "${MYSQL_PASSWORD}",
"database-root-password": "${MYSQL_ROOT_PASSWORD}",
"database-user": "${MYSQL_USER}"
}
},
<--snip-->
# oc get template -n openshift|grep httpd-example
httpd-example An example Httpd application that serves static content. For more information... 9 (3 blank) 5
# oc get is -n openshift|grep http
httpd docker-registry.default.svc:5000/openshift/httpd latest,2.4 3 hours ago
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/RHEA-2017:1716 |