[
https://issues.jboss.org/browse/JBIDE-16720?page=com.atlassian.jira.plugi...
]
Mark Drilling commented on JBIDE-16720:
---------------------------------------
A) Currently the cartridge is here -
https://github.com/mdrillin/openshift-cartridge-datavirtualization . The readme has the
manifest link you need to deploy as a downloadable cartridge. When the alpha is released
there will be a quickstart on the openShift web console.
I published a 'how to connect' article -
https://community.jboss.org/wiki/ProvisionDataVirtualizationOnOpenShiftAn...
Also short modeling use case -
https://community.jboss.org/wiki/SalesforceAsARESTServiceUsingDataVirtual...
I'll update the first one if we can use OpenShift explorer instead.
B) The clone of the project is not large, so that's not the problem. The process of
cloning in the wizard is a little cumbersome, requires explaining, and we don't really
need it. Also in the Designer perspective we normally work in a ModelExplorer view which
only shows the model projects. The git clone creates a separate project in a different
view which requires more explaining - not good for demos.
C) I wasn't aware of OpenShift explorer, so that is probably the answer. I'll try
it.
Yes, being able to mark the existing server instance as an openShift application may be an
option - like the externally managed option. That may even help to minimize the work that
we'd need to do in Teiid Designer to use the OpenShift adapters.
Right about the "Cant deploy our downloadable cartridge from the wizard" - cant
currently specify the url. I saw the jira, so I knew that was in the works. Also,
OpenShift will soon allow users to register their downloadable cartridge. In that case,
it should show up in the wizard cartridge list also.
Allow easier access to openshift operations from jboss servers
--------------------------------------------------------------
Key: JBIDE-16720
URL:
https://issues.jboss.org/browse/JBIDE-16720
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift, server
Affects Versions: 4.1.1.Final
Reporter: Mark Drilling
We currently have a couple issues with connecting to an OpenShift Data Virtualization
instance from the tooling. I'm aware that issues are being addressed for future
release, others I'm not sure. This is intended to help guide your development to
accommodate this use case.
Our expected usage with Data Virtualization is a bit different than some others. With DV
we expect to deploy via a DV cartridge to OpenShift, then connect to the OpenShift DV
instance as a remote server. We typically would not deploy using git push.
Currently, we connect to an OpenShift DV instance like this:
1) Deploy DV cartridge via OpenShift web console.
2) Port forward from command line using rhc port-forward
3) Set up EAP server instance in the tooling, mark as externally managed and start it.
From there we can connect to the DV instance and continue with modeling and deployments in
Teiid Designer perspective
The issues we observed:
1) Creation of the OpenShift 'server' forces a git repo to be copied locally.
We'd like to simply create the 'OpenShift server' without cloning the repo.
2) Can't deploy our downloadable cartridge from the wizard. I believe OpenShift is
now (or will soon) allow downloadable carts to be registered, so this problem should be
solved as the cart will show up in the cartridge list.
Our current method of connecting is ok for now, but a simpler usage of the OpenShift
server adapter would allow us to more easily manage the instance (e.g. port-forward
without going to the command line, viewing logs, etc.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira