Bug 1004899

Summary: Remove legacy subscription hooks from cartridge manifests
Product: OpenShift Online Reporter: Paul Morie <pmorie>
Component: ContainersAssignee: Paul Morie <pmorie>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: 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: 2013-09-19 16:49:29 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 Paul Morie 2013-09-05 17:24:17 UTC
Many of the framework cartridge manifest reference set-mysql-db-connection-info and set-postgresql-db-connection-info, which are now defunct.  These should be removed.

Comment 1 openshift-github-bot 2013-09-05 21:15:28 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/52d497306ebc593a02cbbfd24f20f3a17e8423d6
Fix bug 1004899: remove legacy subscribes from manifests

Comment 2 openshift-github-bot 2013-09-05 21:15:28 UTC
Commit pushed to master at https://github.com/openshift/li

https://github.com/openshift/li/commit/ec6f063eff776ef33699a816140ab7d76a419548
Fix bug 1004899: remove legacy subscribes from manifests

Comment 3 Yan Du 2013-09-06 09:55:20 UTC
test on devenv_3749, 

steps:
1. create a scaling app
2. ssh into app and make sure the legacy subscribes from manifests have removed
3. add mysql-5.1 and postgresql-8.4
4. ssh into app run env| grep MYSQL and env | grep POSTGRESQL

[perls-ccc.dev.rhcloud.com 5229a20d0fcb72989b0001fc]\> env | grep MYSQL
OPENSHIFT_MYSQL_DB_PORT=38046
OPENSHIFT_MYSQL_DB_HOST=5229a3020fcb7274db000010-ccc.dev.rhcloud.com
OPENSHIFT_MYSQL_DB_PASSWORD=bbJ_UGEUuvJC
OPENSHIFT_MYSQL_DB_GEAR_UUID=5229a3020fcb7274db000010
OPENSHIFT_MYSQL_DB_USERNAME=adminXAuUds4
OPENSHIFT_MYSQL_DB_URL=mysql://adminXAuUds4:bbJ_UGEUuvJC.rhcloud.com:38046/
OPENSHIFT_MYSQL_DB_GEAR_DNS=5229a3020fcb7274db000010-ccc.dev.rhcloud.com
[perls-ccc.dev.rhcloud.com 5229a20d0fcb72989b0001fc]\> 
[perls-ccc.dev.rhcloud.com 5229a20d0fcb72989b0001fc]\> 
[perls-ccc.dev.rhcloud.com 5229a20d0fcb72989b0001fc]\> env | grep POSTGRESQL
OPENSHIFT_POSTGRESQL_DB_PASSWORD=6eByQngKKAp2
OPENSHIFT_POSTGRESQL_DB_HOST=7acf0e4216d811e3add122000ab814b3-ccc.dev.rhcloud.com
OPENSHIFT_POSTGRESQL_DB_GEAR_DNS=7acf0e4216d811e3add122000ab814b3-ccc.dev.rhcloud.com
OPENSHIFT_POSTGRESQL_DB_USERNAME=adminljgvjff
OPENSHIFT_POSTGRESQL_DB_GEAR_UUID=7acf0e4216d811e3add122000ab814b3
OPENSHIFT_POSTGRESQL_DB_URL=postgresql://adminljgvjff:6eByQngKKAp2.rhcloud.com:38116/
OPENSHIFT_POSTGRESQL_VERSION=8.4
OPENSHIFT_POSTGRESQL_DB_PORT=38116


move to verified.