script:/opt/unicore6/unicorex/conf/site-info.glue

From Dgiref
Jump to: navigation, search
<?xml version="1.0" encoding="UTF-8"?>
 
<glue:Domains xmlns:glue="http://schemas.ogf.org/glue/2008/05/spec_2.0_d42_r01"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
<!-- AdminDomain denotes the site, e.g. company or department -->
	<AdminDomain CreationTime="2009-12-16T10:05:12Z" Validity="500"
		BaseType="Domain">
<!-- replace "somesite" in ID with your site identifier -->
		<ID>urn:admindomain:somesite</ID>
<!-- fill in your site abbreviation as given in GRRS -->
		<Name>site</Name>
<!-- adapt the following fields to match information about your site -->
                <Description>This is site abc</Description>
		<WWW>http://www.unicore.eu</WWW>
		<OtherInfo>Demo site</OtherInfo>
		<Distributed>false</Distributed>
		<Owner>Some institution</Owner>
 
<!-- adapt the Contact fields to match your site -->	
		<Contact CreationTime="2008-04-21T10:05:12Z" Validity="500">
			<LocalID>mailto:some.admin@someinstitution
			</LocalID>
			<URL>mailto:some.admin@someinstitution
			</URL>
			<Type>general</Type>
			<OtherInfo>working hours: 8-18</OtherInfo>
		</Contact>
 
		<Services>
<!-- ComputingService denotes a physical machine -->
			<ComputingService CreationTime="2008-04-21T10:05:12Z"
				Validity="500" BaseType="Service">
<!-- set ID to the fully qualified machine name -->
				<ID>system.department.site.country</ID>
<!-- set Name to machine name -->
				<Name>Some site endpoint</Name>
 			        <Capability>unicore.xnjs.jobexecution.legacy_tsi</Capability>
				<Type>de.fzj.unicore.tsf</Type>
				<QualityLevel>production</QualityLevel>
<!-- you may want to set a url where the system's uptodate status is accessible -->
				<StatusPage>
					http://someurlofamonitoringpageshowintthestatusofthisservice
				</StatusPage>
<!-- adapt the following fields to describe the location of your machine -->
                        	<Location CreationTime="2008-04-21T10:05:12Z" Validity="500">
			            <LocalID>somewhere</LocalID>
              			    <Name>Some city</Name>
		         	    <Address>some street</Address>
			            <Place>City</Place>
               			    <Country>Country</Country>
		        	    <PostCode>Postcode</PostCode>
			            <Latitude>latitude</Latitude>
			            <Longitude>longitude</Longitude>
		                </Location>
				<OtherInfo>what else is important about this machine</OtherInfo>
 
<!-- ComputingEndpoint denotes the middleware, no need to change except for HealthState and HealthStateInfo -->
				<ComputingEndpoint>
					<ID>urn:ce1</ID>
					<Name>UNICORE</Name>
					<Technology>webservice</Technology>
					<InterfaceName>TargetSystemFactory
					</InterfaceName>
					<InterfaceVersion>1.0</InterfaceVersion>
					<SupportedProfile>WS-I 1.0</SupportedProfile>
					<SupportedProfile>WS-RF</SupportedProfile>
					<SupportedProfile>
						WS-Security X.509 Profile
					</SupportedProfile>
					<SupportedProfile>
						WS-Security Username Token Profile
					</SupportedProfile>
					<SupportedProfile>
						WS-Security SAML Token Profile
					</SupportedProfile>
					<Semantics>
						http://www.ogf.org/documents/GFD.108.pdf
					</Semantics>
					<Implementor>unicore.eu</Implementor>
					<ImplementationName>UNICORE</ImplementationName>
					<ImplementationVersion>6.3.0</ImplementationVersion>
					<!-- development, production, pre-production -->
					<QualityLevel>production</QualityLevel>
					<!-- ok, other, critical, unknown, warning   are the allowed values for HealthState-->
					<HealthState>ok</HealthState>
					<HealthStateInfo>I'm fine, thanks for asking</HealthStateInfo>
					<ServingState>production</ServingState>
				</ComputingEndpoint>
 
<!-- ComputingManager denotes the resource management system -->
				<ComputingManager BaseType="Manager">
					<ID>urn:cm1</ID>
<!-- adapt Name in case you are using a different RMS -->
					<Name>Torque</Name>
<!-- adapt the following two fields to match the numbers governed by the RMS -->
					<TotalPhysicalCPUs>1</TotalPhysicalCPUs>
					<TotalLogicalCPUs>1</TotalLogicalCPUs>
<!-- ExecutionEnvironment denotes a combination of Hardware and Operating system -->
					<ExecutionEnvironment BaseType="Resource">
						<ID>urn:ee1</ID>
						<Name>urn:ee1</Name>
						<!--  i386, amd64, itanium, powerpc, sparc, any -->
						<Platform>i386</Platform>
                                                <VirtualMachine>false</VirtualMachine>
<!-- TotalInstances gives the number of Nodes of this type, please adapt  -->
                                                <TotalInstances>1</TotalInstances>
<!-- PhysicalCPUs gives the number of CPUs in a node, please adapt -->
                                                <PhysicalCPUs>4</PhysicalCPUs>
<!-- LogicalCPUs gives the number of logical CPUs in a node, please adapt -->
                                                <LogicalCPUs>4</LogicalCPUs>
<!-- adapt the MainMemorySize to match the memory in one node -->
                                                <MainMemorySize>8192</MainMemorySize>
<!-- adapt the the operating system information -->
                                                <OSFamily>linux</OSFamily>
                                                <OSName>SLES</OSName>
					</ExecutionEnvironment>
				</ComputingManager>
			</ComputingService>
		</Services>
	</AdminDomain>
</glue:Domains>
Personal tools