]
Fred Bricon closed JBIDE-22146.
-------------------------------
Resolution: Duplicate Issue
I already created JBIDE-20937.
Closing as duplicate.
Provide a "Create Resource" wizard
----------------------------------
Key: JBIDE-22146
URL:
https://issues.jboss.org/browse/JBIDE-22146
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Reporter: Fred Bricon
Assignee: Jeff Cantrill
Priority: Critical
Fix For: 4.4.0.Alpha1
We need to provide an easy way for users to create resources, similar to "oc
create"
The microservice architecture user story typically requires the user to add new
imagestreams, buildconfigs to openshift, as seen in
https://htmlpreview.github.io/?https://github.com/redhat-helloworld-msa/h....
Eg.
{quote}
$ oc create -f
https://raw.githubusercontent.com/wildfly-swarm/sti-wildflyswarm/master/1...
$ oc create -f
https://raw.githubusercontent.com/wildfly-swarm/sti-wildflyswarm/master/1...
{quote}
There should be a Create Resource menu at the Connection and Project levels in the
openshift explorer. A wizard would need to provide something like:
- selected project (with link to project management)
- input field + browse workspace / filesystem (similar to local template mgmt)
input field should also accept URLs (which we should also add to the template mgt BTW)
There might be some options from the oc create command to expose to the UI (I haven't
checked).
This looks like this new wizard has a lot in common with the local template tab of the
new app wizard, so there's probably room for some refactoring here.