[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9690) Openshift service: Destroying an application requires you to indicate the cartrdige that was used to create it

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Mon Sep 12 06:19:26 EDT 2011


Openshift service: Destroying an application requires you to indicate the cartrdige that was used to create it
--------------------------------------------------------------------------------------------------------------

                 Key: JBIDE-9690
                 URL: https://issues.jboss.org/browse/JBIDE-9690
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: JBossAS/Servers
    Affects Versions: 3.3.0.M3
            Reporter: Andre Dietisheim
            Assignee: Andre Dietisheim
             Fix For: LATER


When destroying an application on openshift, you'd have to indicate the cartridge that was used to create the application:

https://github.com/openshift/os-client-tools/blob/master/express/doc/API states for application control:

{code}
Submit JSON String:
{
    'cartridge': 'framework-type, e.g. php-5.3 - Valid types determined from /broker/cartlist with cart_type of standalone',
    'action': 'configure, start, stop, restart, reload, status, deconfigure',
    'app_name': 'Application_name',
    'rhlogin': 'login',
    'debug': 'true - An optional flag to get debug information returned'
}
{code}

"cartridge" is required for any application control request. This information may be requested by listing all applications (request user info). This information is already present on the server, there should be no need to provide this "redundant" information. I already talked to the openshift team about this and they agreed upon correcting this in a future release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list