You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worse, after failing to create my eap6-mongodb-sti app, I tried eap6-simple-sti, then all services failed to create as they already exist.
So it seems most/all templates use the same names, but resources need to be unique for any given Openshift project.
Is it possible to automatically generate these resource names so as to avoid duplicates?
The text was updated successfully, but these errors were encountered:
it's possible to generate values for any parameter, so this could be done.
trying to think if there's any reason we would not want semi-random postfixes on the names we create. nothing immediately comes to mind but i have a nagging feeling it would be a problem somewhere.
So trying the vagrant image Jeff Cantrill gave me(https://github.com/jcantrill/jctoolbox/blob/jimmi_based_box/openshift/Vagrantfile), using the eap6-mongodb-sti template to create a new app, this is what a user would get:
http://screencast.com/t/68aVpGK6bv0 in Eclipse. That is just by using the default values. Jeff told me all images are picked up from upstream master, so should be current.
Worse, after failing to create my eap6-mongodb-sti app, I tried eap6-simple-sti, then all services failed to create as they already exist.
So it seems most/all templates use the same names, but resources need to be unique for any given Openshift project.
Is it possible to automatically generate these resource names so as to avoid duplicates?
The text was updated successfully, but these errors were encountered: