You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2013/10/08 20:37:04 UTC

svn commit: r1530383 - in /airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas: ApplicationDeploymentDescription.xsd HostDescription.xsd

Author: lahiru
Date: Tue Oct  8 18:37:04 2013
New Revision: 1530383

URL: http://svn.apache.org/r1530383
Log:
minor chanages to host and app descriptors.

Modified:
    airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/ApplicationDeploymentDescription.xsd
    airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd

Modified: airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/ApplicationDeploymentDescription.xsd
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/ApplicationDeploymentDescription.xsd?rev=1530383&r1=1530382&r2=1530383&view=diff
==============================================================================
--- airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/ApplicationDeploymentDescription.xsd (original)
+++ airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/ApplicationDeploymentDescription.xsd Tue Oct  8 18:37:04 2013
@@ -68,6 +68,7 @@
 					<element name="maxMemory" type="xsd:int" minOccurs="0" maxOccurs="1" />
 					<element name="keyValuePairs" type="gfac:extendedKeyValueType" minOccurs="0" maxOccurs="unbounded" />
                     <element name="jobSubmitterCommand" type="xsd:string" minOccurs="0" maxOccurs="1" />
+                    <element name="installedParentPath" type="xsd:string" minOccurs="0" maxOccurs="1"/>
 				</sequence>
 			</extension>
 		</complexContent>

Modified: airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd?rev=1530383&r1=1530382&r2=1530383&view=diff
==============================================================================
--- airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd (original)
+++ airavata/trunk/modules/commons/gfac-schema/src/main/resources/schemas/HostDescription.xsd Tue Oct  8 18:37:04 2013
@@ -106,7 +106,6 @@
         <complexContent>
             <extension base="gfac:hostDescriptionType">
                 <sequence>
-                    <element name="installedParentPath" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                     <element name="exports" type="gfac:exportProperties" minOccurs="0" maxOccurs="1"/>
                     <element name="preJobCommands" type="gfac:exportProperties" minOccurs="0" maxOccurs="1"/>
                     <element name="postJobCommands" type="gfac:exportProperties" minOccurs="0" maxOccurs="1"/>
@@ -120,6 +119,7 @@
             <extension base="gfac:hostDescriptionType">
                 <sequence>
                     <element name="fileEndPointPrefix" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
+                    <element name="hpcResource" type="xsd:boolean" minOccurs="1" maxOccurs="1"/>
                 </sequence>
             </extension>
         </complexContent>