| Summary: | postgresql-9.2 cartridge added to python-2.7 cartridge is not picked up | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Stijn Hoop <stijn> |
| Component: | Image | Assignee: | Paul Morie <pmorie> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | yadu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-30 00:51:25 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
Stijn Hoop
2013-11-30 13:42:35 UTC
I wasn't able to reproduce this in the latest devenv. Test on devenv_4087, Issue can't be reproduced. remote: Stopping PYTHON cart remote: [Mon Dec 02 21:14:15 2013] [warn] PassEnv variable SHELL was undefined remote: [Mon Dec 02 21:14:15 2013] [warn] PassEnv variable USER was undefined remote: [Mon Dec 02 21:14:15 2013] [warn] PassEnv variable LOGNAME was undefined remote: Waiting for stop to finish remote: Syncing git content to other proxy gears remote: Building git ref 'master', commit aa03b47 remote: Requirement already satisfied (use --upgrade to upgrade): psycopg2 in /opt/rh/python27/root/usr/lib64/python2.7/site-packages (from -r /var/lib/openshift/529d3ddf3dfc9ffad5000007/app-root/runtime/repo//requirements.txt (line 1)) remote: Cleaning up... remote: running develop remote: running egg_info remote: creating YourAppName.egg-info remote: writing YourAppName.egg-info/PKG-INFO remote: writing top-level names to YourAppName.egg-info/top_level.txt remote: writing dependency_links to YourAppName.egg-info/dependency_links.txt remote: writing YourAppName.egg-info/PKG-INFO remote: writing top-level names to YourAppName.egg-info/top_level.txt remote: writing dependency_links to YourAppName.egg-info/dependency_links.txt remote: writing manifest file 'YourAppName.egg-info/SOURCES.txt' remote: reading manifest file 'YourAppName.egg-info/SOURCES.txt' remote: writing manifest file 'YourAppName.egg-info/SOURCES.txt' remote: running build_ext remote: Creating /var/lib/openshift/529d3ddf3dfc9ffad5000007/app-root/runtime/dependencies/python/virtenv/lib/python2.7/site-packages/YourAppName.egg-link (link to .) remote: Adding YourAppName 1.0 to easy-install.pth file remote: remote: Installed /var/lib/openshift/529d3ddf3dfc9ffad5000007/app-root/runtime/repo remote: Processing dependencies for YourAppName==1.0 remote: Finished processing dependencies for YourAppName==1.0 remote: Script /var/lib/openshift/529d3ddf3dfc9ffad5000007/python//virtenv/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/529d3ddf3dfc9ffad5000007/python/virtenv/bin/python) remote: Script /var/lib/openshift/529d3ddf3dfc9ffad5000007/python//virtenv/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/529d3ddf3dfc9ffad5000007/python/virtenv/bin/python) remote: Preparing build for deployment remote: Deployment id is f133b9a2 remote: Activating deployment remote: HAProxy already running remote: HAProxy instance is started remote: Script /var/lib/openshift/529d3ddf3dfc9ffad5000007/python//virtenv/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/529d3ddf3dfc9ffad5000007/python/virtenv/bin/python) remote: Script /var/lib/openshift/529d3ddf3dfc9ffad5000007/python//virtenv/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/529d3ddf3dfc9ffad5000007/python/virtenv/bin/python) remote: Starting PYTHON cart remote: Result: success remote: Activation status: success remote: Deployment completed with status: success To ssh://529d3ddf3dfc9ffad5000007.rhcloud.com/~/git/py27.git/ b17e913..aa03b47 master -> master OK, so what could be the difference in our environments? |