This content has been marked as final.
Show 3 replies
-
1. Re: How can I import xPaaS templates on CDK 2.1
rafaelcba Jul 12, 2016 5:35 PM (in response to rafaelcba)I tried to follow thes steps describe in OpenShift Enterprise 3.2 | Installation and Configuration | Loading the Default Image Streams and Templates but it appears CDK image box does not have `/usr/share/ansible`. So there is no templates/image stream definitions there.
Is there another approach to do this?
-
2. Re: How can I import xPaaS templates on CDK 2.1
hodrigohamalho Jul 12, 2016 6:02 PM (in response to rafaelcba)Hi Tuelho,
The following repository has the templates that you are looking for: https://github.com/jboss-openshift/application-templates
Clone it and create the templates using:
oc create -n openshift -f template-name.json
-
3. Re: How can I import xPaaS templates on CDK 2.1
rafaelcba Jul 12, 2016 9:09 PM (in response to hodrigohamalho)Thanks hodrigohamalho!
It worked fine here.
Would be nice have these templates available inside CDK box by default.
o/