[jbosstools-issues] [JBoss JIRA] (JBIDE-14698) openshift-java-client: add support for reading available GearProfiles

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu May 30 13:00:54 EDT 2013


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

Andre Dietisheim commented on JBIDE-14698:
------------------------------------------

I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user

{code}
      <capabilities/> 
          <subaccounts>false</subaccounts> 
          <gear-sizes> 
              <gear-size>small&lt:/gear-size> 
              <gear-size>medium&lt:/gear-size> 
          </gear-sizes> 
      </capabilities> 
{code}
and they also show up in the optional parameters when creating an application:

{code}
<link>
            <rel>Create new application</rel> 
            <method>POST</method> 
            <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href> 
            ... 
            <optional-param> 
                  <name>gear_profile</name> 
                  <type>string</type> 
                  <description>The size of the gear</description> 
                  <valid-options> 
                    <valid-option>small</valid-option> 
                      <valid-option>medium</valid-option> 
                  </valid-options> 
                  <default-value>small</default-value> 
              </optional-param> 
{code}

                
> openshift-java-client: add support for reading available GearProfiles
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-14698
>                 URL: https://issues.jboss.org/browse/JBIDE-14698
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: openshift
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.1.0.Beta2
>
>
> The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).

--
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


More information about the jbosstools-issues mailing list