[jbosstools-issues] [JBoss JIRA] (JBIDE-9927) provide support for embedded cartridges

Andre Dietisheim (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Sat Nov 12 09:07:40 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-9927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642315#comment-12642315 ] 

Andre Dietisheim edited comment on JBIDE-9927 at 11/12/11 9:06 AM:
-------------------------------------------------------------------

{code}
OpenShiftService#listEmbeddableCartridges 
{code}

and 

{code}
User#getEmbeddableCartridges 
{code}

are implemented, tested and committed (see https://github.com/adietish/openshift-java-client/commit/0c0cafc9092cb5add233a21f59da9d017390c76b)
The next step now is to embed a cartridge to an application.

* Embedding is done via rhc-ctl-app in the rhc cli tools:
https://github.com/openshift/os-client-tools/blob/master/express/bin/rhc-ctl-app
The logic is the the main RHC class: https://github.com/openshift/os-client-tools/blob/master/express/lib/rhc-common.rb#L587

* rhc-create-app also has an option to create and embed:
https://github.com/openshift/os-client-tools/blob/master/express/bin/rhc-create-app#L124
                
      was (Author: adietish):
    {code}
OpenShiftService#listEmbeddableCartridges 
{code}

and 

{code}
User#getEmbeddableCartridges 
{code}

are implemented, tested and committed (see https://github.com/adietish/openshift-java-client/commit/0c0cafc9092cb5add233a21f59da9d017390c76b)
The next step now is to embed a cartridge to an application.

Embedding is done via rhc-ctl-app in the rhc cli tools:
https://github.com/openshift/os-client-tools/blob/master/express/bin/rhc-ctl-app
The logic is the the main RHC class: https://github.com/openshift/os-client-tools/blob/master/express/lib/rhc-common.rb#L587
                  
> provide support for embedded cartridges
> ---------------------------------------
>
>                 Key: JBIDE-9927
>                 URL: https://issues.jboss.org/browse/JBIDE-9927
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: openshift
>    Affects Versions: 3.3.0.M4
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>            Priority: Blocker
>             Fix For: 3.3.0.Beta1
>
>
> OpenShift Express supports embedded cartridges. Currently these are databases related cartridges (mysql, phpmyadmin). 
> https://github.com/openshift/os-client-tools/blob/master/combo/docs/API
> The OpenShift Express client does not support that yet. We have to offer this capability to our users.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list