| Summary: | The bundled django-psql-example template should not use RH PyPi mirror for Python packages. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Graham Dumpleton <gdumplet> |
| Component: | Templates | Assignee: | Vu Dinh <vdinh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | XiuJuan Wang <xiuwang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | abhgupta, agrimm, aos-bugs, bingli, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-04 13:07:44 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: | |
|
Description
Graham Dumpleton
2016-08-31 06:21:36 UTC
Please ignore my previous comment as it is intended for a different bug (wrong post, sorry!). We already fixed this issue as the Ops mirror for PyPi has been removed from the template. However, the PROD cluster hasn't been updated as it is still in progress. Thanks, Vu This has been fixed in devpreview STG "django-psql-example" template works fine now in dev-preview-stg, and the default value of parameter PIP_INDEX_URL has been removed.
$ oc get template django-psql-example -n openshift -o json
....
"strategy": {
"type": "Source",
"sourceStrategy": {
"from": {
"kind": "ImageStreamTag",
"namespace": "openshift",
"name": "python:3.5"
},
"env": [
{
"name": "PIP_INDEX_URL",
"value": "${PIP_INDEX_URL}"
}
]
}
},
....
{
"name": "PIP_INDEX_URL",
"displayName": "Custom PyPi Index URL",
"description": "The custom PyPi index URL"
}
....
Move to verified.
|