Bug 1336362 - Some template installed in dev-preview-stg are missing
Summary: Some template installed in dev-preview-stg are missing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Website
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: Yanping Zhang
URL:
Whiteboard:
Depends On:
Blocks: OSOPS_V3
TreeView+ depends on / blocked
 
Reported: 2016-05-16 09:32 UTC by yantan
Modified: 2016-07-18 00:04 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-23 17:32:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description yantan 2016-05-16 09:32:19 UTC
Description of problem:

According to our feature requirements, We have picked up a suite of templates for dev-preview-stg env specifically,not part of them.

the missing templates as following:
cakephp-example  from https://github.com/openshift/cakephp-ex
dancer-example  from https://github.com/openshift/dancer-ex
django-example  from https://github.com/openshift/django-ex
eap64-https-s2i  from https://github.com/openshift/online
ango-example  from https://github.com/openshift/django-ex
eap64-mongodb-persistent-s2i  from https://github.com/openshift/online
eap64-postgresql-persistent-s2i  from https://github.com/openshift/online
application-template  from https://github.com/openshift/origin
jws30-tomcat7-https-s2i  from https://github.com/openshift/online
jws30-tomcat7-mongodb-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat7-mysql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat7-postgresql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-https-s2i  from https://github.com/openshift/online
jws30-tomcat8-mongodb-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-mysql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-postgresql-persistent-s2i  from https://github.com/openshift/online
Version-Release number of selected component (if applicable):
dev-preview-stg

How reproducible:
always

Steps to Reproduce:
1. oc get templates -n openshift
2.
3.

Actual results:
1.[yantan@dhcp-136-27 Downloads]$ oc get templates -n openshift
NAME                                   DESCRIPTION                                                                        PARAMETERS        OBJECTS
cakephp-mysql-example                  An example CakePHP application with a MySQL database                               17 (3 blank)      8
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-mysql-persistent-s2i             Application template for EAP 6 MySQL applications with persistent storage bui...   36 (16 blank)     10
jenkins-persistent                     Jenkins service, with persistent storage.  You must have persistent volumes a...   5 (all set)       4
jws30-tomcat8-mongodb-persistent-s2i   Application template for JWS MongoDB applications with persistent storage bui...   29 (10 blank)     10
mongodb-persistent                     MongoDB database service, with persistent storage.  Scaling to more than one...    8 (3 generated)   3
mysql-persistent                       MySQL database service, with persistent storage.  Scaling to more than one re...   7 (2 generated)   3
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 o...   7 (2 generated)   3
rails-postgresql-example               An example Rails application with a PostgreSQL database                            18 (3 blank)      8


Expected results:
1. as the card says, should be
cakephp-example  from https://github.com/openshift/cakephp-ex
cakephp-mysql-example  from https://github.com/openshift/online
dancer-example  from https://github.com/openshift/dancer-ex
dancer-mysql-example  from https://github.com/openshift/online
django-example  from https://github.com/openshift/django-ex
django-psql-example  from https://github.com/openshift/online
eap64-https-s2i  from https://github.com/openshift/online
eap64-mongodb-persistent-s2i  from https://github.com/openshift/online
eap64-mysql-persistent-s2i  from https://github.com/openshift/online
eap64-postgresql-persistent-s2i  from https://github.com/openshift/online
application-template  from https://github.com/openshift/origin
jenkins-persistent  from https://github.com/openshift/origin
jws30-tomcat7-https-s2i  from https://github.com/openshift/online
jws30-tomcat7-mongodb-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat7-mysql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat7-postgresql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-https-s2i  from https://github.com/openshift/online
jws30-tomcat8-mongodb-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-mysql-persistent-s2i  from https://github.com/openshift/online
jws30-tomcat8-postgresql-persistent-s2i  from https://github.com/openshift/online
mongodb-persistent  from https://github.com/openshift/origin
mysql-persistent    from https://github.com/openshift/origin
nodejs-mongodb-example  from https://github.com/openshift/online
postgresql-persistent   from https://github.com/openshift/origin
rails-postgresql-example  from https://github.com/openshift/online

Additional info:

Comment 1 XiuJuan Wang 2016-05-16 09:49:40 UTC
Also the existing templates are older, like jenkins-persistent, not the latest one.

Comment 2 Dan Mace 2016-05-16 13:11:55 UTC
The canonical list of templates which will be provided with Online is here:

https://github.com/openshift/online/tree/master/templates/examples

I'm not sure where the list is externally documented, if anywhere. Steve is the curator of this list, so I'm adding him to the cc list to provide any additional context. If there is some external doc or test case around the templates, they'll need brought into sync with the online repo contents once Steve has vetted the templates in the repo.

Comment 3 Steve Speicher 2016-05-16 18:32:19 UTC
We have a curated/limited set of image streams and templates for online dev preview, as defined in this issue https://github.com/openshift/online/issues/114

Since we are a hosted service, we will adjust the contents of the 'openshift' namespace, as time goes adding / upgrading things like SCL 2.2. content

Comment 4 Steve Speicher 2016-05-16 18:33:02 UTC
We have a curated/limited set of image streams and templates for online dev preview, as defined in this issue https://github.com/openshift/online/issues/114

Since we are a hosted service, we will adjust the contents of the 'openshift' namespace, as time goes adding / upgrading things like SCL 2.2. content

Comment 5 yantan 2016-05-17 01:56:34 UTC
Verify it with the link https://github.com/openshift/online/tree/master/templates/examples. All the templates in the link are installed in dev-preview-stg. Thanks!


Note You need to log in before you can comment on or make changes to this bug.