| Summary: | [online]The templates installed are not correct | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wang Haoran <haowang> |
| Component: | Templates | Assignee: | Stefanie Forrester <dakini> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Wang Haoran <haowang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | abhgupta, aos-bugs, dakini, gmontero, jokerman, mmccomas |
| 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: | 2016-05-23 15:08:27 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
Wang Haoran
2016-03-17 06:22:34 UTC
*** Bug 1318568 has been marked as a duplicate of this bug. *** There has been an email thread on this one as well. I'll try to summarize: 1) either more than what was specified in https://github.com/openshift/online/issues/27 is needed, or https://github.com/openshift/online/issues/27 was not executed entirely, or both 2) Some amount of the artifacts from https://github.com/openshift/openshift-ansible/tree/master/roles/openshift_examples/files/examples/v1.2 are still getting instantiated, where PM wants a much smaller set Stefanie (dakini) and I need to sync up on a few things, and plan to do so today. Short term, Stefanie has removed the excess xpaas image streams from the "openshift" namespace. I for example no longer see them from my project. Sending this bugzilla over to her, so she can adopt a new ansible playbook to pull in the correct set of image streams. We still need to decides about the language quickstart and jenkins instantapp templates, and whether they reside in the openshfit namespace (currently users can only access image streams from that namespace). If possible, we'll address that in this defect as well. Need to correct myself on one point: normal users can list template from the openshift namespace. So Stefanie - we need to figure out why the language quickstarts and jenkins instant app are not showing up in the openshift namepsace. Templates are installed now. There was an issue with the installation script, which has been corrected. there are 4 more ehpemeral templates that should not installed according to the trello card [haoran@cheetah ~]$ oc get template -n openshift |grep ephemeral jenkins-ephemeral Jenkins service, without persistent storage. WARNING: Any data stored will be... 4 (all set) 3 mongodb-ephemeral MongoDB database service, without persistent storage. WARNING: Any data store... 7 (3 generated) 2 mysql-ephemeral MySQL database service, without persistent storage. WARNING: Any data stored... 6 (2 generated) 2 postgresql-ephemeral PostgreSQL database service, without persistent storage. WARNING: Any data st... 6 (2 generated) 2 Thanks for checking. I have removed the 4 remaining ephemeral templates. [haoran@cheetah ~]$ oc get template -n openshift NAME DESCRIPTION PARAMETERS OBJECTS cakephp-example An example CakePHP application with no database 17 (8 blank) 5 cakephp-mysql-example An example CakePHP application with a MySQL database 17 (3 blank) 8 dancer-example An example Dancer application with no database 10 (4 blank) 5 dancer-mysql-example An example Dancer application with a MySQL database 16 (4 blank) 8 django-psql-example An example Django application with a PostgreSQL database 15 (4 blank) 8 eap64-https-s2i Application template for EAP 6 applications built using S2I. 22 (8 blank) 7 eap64-mongodb-persistent-s2i Application template for EAP 6 MongDB applications with persistent storage bu... 35 (15 blank) 10 eap64-mysql-persistent-s2i Application template for EAP 6 MySQL applications with persistent storage bui... 36 (16 blank) 10 eap64-postgresql-persistent-s2i Application template for EAP 6 PostgreSQL applications with persistent storag... 33 (13 blank) 10 jenkins-persistent Jenkins service, with persistent storage. 5 (all set) 4 jws30-tomcat7-https-s2i Application template for JWS applications built using S2I. 16 (3 blank) 7 jws30-tomcat7-mongodb-persistent-s2i Application template for JWS MongoDB applications with persistent storage bui... 29 (10 blank) 10 jws30-tomcat7-mysql-persistent-s2i Application template for JWS MySQL applications with persistent storage built... 30 (11 blank) 10 jws30-tomcat7-postgresql-persistent-s2i Application template for JWS PostgreSQL applications with persistent storage... 27 (8 blank) 10 jws30-tomcat8-https-s2i Application template for JWS applications built using S2I. 16 (3 blank) 7 jws30-tomcat8-mongodb-persistent-s2i Application template for JWS MongoDB applications with persistent storage bui... 29 (10 blank) 10 jws30-tomcat8-mysql-persistent-s2i Application template for JWS MySQL applications with persistent storage built... 30 (11 blank) 10 jws30-tomcat8-postgresql-persistent-s2i Application template for JWS PostgreSQL applications with persistent storage... 27 (8 blank) 10 mongodb-persistent MongoDB database service, with persistent storage. Scaling to more than one r... 8 (3 generated) 3 mysql-persistent MySQL database service, with persistent storage. Scaling to more than one rep... 7 (2 generated) 3 nodejs-helloworld-sample This example shows how to create a simple nodejs application in openshift ori... 4 (2 generated) 8 nodejs-mongodb-example An example Node.js application with a MongoDB database 14 (3 blank) 8 postgresql-persistent PostgreSQL database service, with persistent storage. Scaling to more than on... 7 (2 generated) 3 rails-postgresql-example An example Rails application with a PostgreSQL database 18 (3 blank) 8 reopen this , still one template are missing :django-example Actually, PM (Steve Speicher) pulled django-example late in the game, after the trello card was reviewed, test cases were reviewed, etc. He just wanted the django-psql-example. Based on that, moving this back to verified. |