<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">APS Discussion Forum</title>
    <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/" />
    <link rel="self" type="application/atom+xml" href="http://apsstandard.org/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2013</rights>
    <generator uri="http://expressionengine.com/" version="1.6.8">ExpressionEngine</generator>
    <id>tag:apsstandard.org,2013:05:16</id>


    <entry>
      <title>How to restrict downgrade of resources</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/26/" />      
      <id>tag:apsstandard.org,2013:forums/viewthread/.26</id>
      <published>2013-05-16T07:54:46Z</published>
      <updated></updated>
      <author><name>RounakTiwari</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,<br />
I have created resources for provisioning of VM such as RAM, CPU, Hard disk and Bandwidth. Also I have added these resources in Service Plans as Resource Rates by defining price and max, min units. I am supporting upgrade of all resources but downgrade should happen for RAM and CPU only, rest Hard disk and Bandwidth should not be downgraded once upgraded. I tried with the resource script logic but still I am able to select lower values after upgrade.</p>

<p>My resource script is returning the data like this:</p>

<p>$disk = getenv(&#8220;SETTINGS_disk&#8221;);&nbsp;  &nbsp;  &nbsp;  &nbsp;  </p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; print(&#8217;&lt;resources &gt;&lt;resource id=&#8220;disk&#8221;&gt;&lt;value&gt;&#8217;.$disk.&#8217;&lt;/value&gt;&lt;/resource&gt;&lt;/resources&gt;&#8217;);<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   <br />
$bandwidth = getenv(&#8220;SETTINGS_bandwidth&#8221;);</p>

<p>&nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;   print(&#8217;&lt;resources &gt;&lt;resource id=&#8220;bandwidth&#8221;&gt;&lt;value&gt;&#8217;.$bandwidth.&#8217;&lt;/value&gt;&lt;/resource&gt;&lt;/resources&gt;&#8217;);</p>

<p>But this is not affecting the downgrade. Also where do I check this resource script is executed or not?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>How to do mass provisioning of VMs in one single click</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/25/" />      
      <id>tag:apsstandard.org,2013:forums/viewthread/.25</id>
      <published>2013-05-16T07:50:02Z</published>
      <updated></updated>
      <author><name>RounakTiwari</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>There is one requirement on which I need clarification, can I make 5 VMs request at same time as in once I have subscribed for a plan and I click on Activate button in Virtual Machine service created by application:</p>

<p>- I tried making the service as non-singular but it is giving me “Add New” option in virtual machine service  tab, which means I need to give manual request 5 times that I don’t want.</p>

<p>- Is there is any way so that I request 5 VMs in one shot.</p>

<p>- How do I show all 5 VMs in Parallel’s Client Area having separate action links and service statuses for it.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Both setting and getting a resource value</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/24/" />      
      <id>tag:apsstandard.org,2013:forums/viewthread/.24</id>
      <published>2013-02-06T10:18:21Z</published>
      <updated></updated>
      <author><name>Keif Gwinn</name></author>
      <content type="html">
      <![CDATA[
        <p>We are changing a package from a resource system of additional resources that set a number on a remote API, to an incremental number of resources.</p>

<p>There is a resource that say sets the number of seats on a plan to a certain number, previously we needed to use seperate resources for each number as they didn&#8217;t increment.</p>

<p>Now the API has been updated so we can increment the numbers, and get the current setting back from the API.</p>

<p>I would like our package to be able to use the new resource type for the incremental counters, read the number from the remote API, but also then be able to order increases on those resources and report the increases back to the remote API.</p>

<p>Is this possible?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Uniq and case sensitivity</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/3/" />      
      <id>tag:apsstandard.org,2012:forums/viewthread/.3</id>
      <published>2012-05-22T10:42:50Z</published>
      <updated></updated>
      <author><name>Chris Stoddard</name></author>
      <content type="html">
      <![CDATA[
        <p>In one of our APS applications, we have two services that have an email address field.&nbsp; They are defined as type=&#8220;email&#8221;, class=&#8220;email-on-application-domain&#8221;, and both have the same uuid.&nbsp; PA ensures uniqueness, but only in a case-sensitive manner.&nbsp; Obviously, when it comes to email addresses, case is irrelevant.</p>

<p>Is there a way to define a case-insensitive unique constraint?&nbsp; If not, are there any plans to create such a constraint type?&nbsp; I would have to imagine there would be many cases (no pun intended) where such a constraint would be needed.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Changing provisioning attributes between versions of a package, and available resources on the plan</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/23/" />      
      <id>tag:apsstandard.org,2013:forums/viewthread/.23</id>
      <published>2013-02-06T10:15:53Z</published>
      <updated></updated>
      <author><name>Keif Gwinn</name></author>
      <content type="html">
      <![CDATA[
        <p>We have a package we originally developed in PHP, but for various reasons are converting it to a .net based package with upgrades to the package.</p>

<p>We&#8217;d like to smoothly upgrade the existing php package users to the .net package users, and I&#8217;d like to know if this has been done/tested and how to get the provisioning attribute to change between versions of the package.</p>

<p>There&#8217;s also another major change in the package resource handling, where previously there were hundreds of separate resources to handle upgrades that didn&#8217;t step up in a incremental fashion to moving to a three resources that increment in standard increments.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Is it ever possible to downgrade an application to a previous version&#63;</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/22/" />      
      <id>tag:apsstandard.org,2013:forums/viewthread/.22</id>
      <published>2013-02-06T09:58:48Z</published>
      <updated></updated>
      <author><name>Keif Gwinn</name></author>
      <content type="html">
      <![CDATA[
        <p>Is it ever possible to downgrade a package to an earlier version?</p>

<p>poa 5.4 aps 1.2
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Provision application on account&#8217;s domain</title>
      <link rel="alternate" type="text/html" href="http://apsstandard.org/forums/viewthread/1/" />      
      <id>tag:apsstandard.org,2012:forums/viewthread/.1</id>
      <published>2012-04-12T10:20:46Z</published>
      <updated></updated>
      <author><name>Chris Stoddard</name></author>
      <content type="html">
      <![CDATA[
        <p>When one selects &#8220;Provision application on account&#8217;s domain&#8221; on the Activation Parameters on an APS Application, the user is presented a dropdown under a heading of &#8220;Application Access Domain&#8221; labeled &#8220;Installation Domain.&#8221;</p>

<p>Question:&nbsp; How does one go about getting the value selected by the user?
</p>
      ]]>
      </content>
    </entry>


</feed>