Revision 604,
1.2 KB
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
[604] | 3 | xsi:noNamespaceSchemaLocation="../DCWoRMSResSchema.xsd"> |
---|
[477] | 4 | |
---|
| 5 | <!-- Opis dla data center z podstawowa charakterystyka zasobow --> |
---|
| 6 | <resources> |
---|
| 7 | <computingResource class="DataCenter" name="compRes1"> |
---|
| 8 | <computingResource class="ComputingNode" name="compNode1"> |
---|
| 9 | <resourceUnit class="memory"> |
---|
| 10 | <amount>12288</amount> |
---|
| 11 | </resourceUnit> |
---|
| 12 | <resourceUnit class="cost"> |
---|
| 13 | <amount>100</amount> |
---|
| 14 | </resourceUnit> |
---|
| 15 | <computingResource class="Processor" count="8"/> |
---|
| 16 | </computingResource> |
---|
| 17 | <computingResource class="ComputingNode" name="compNode2"> |
---|
| 18 | <resourceUnit class="memory"> |
---|
| 19 | <amount>12288</amount> |
---|
| 20 | </resourceUnit> |
---|
| 21 | <resourceUnit class="cost"> |
---|
| 22 | <amount>60</amount> |
---|
| 23 | </resourceUnit> |
---|
| 24 | <computingResource class="Processor" count="8"/> |
---|
| 25 | </computingResource> |
---|
| 26 | </computingResource> |
---|
| 27 | <scheduler class="Cluster" name="cluster1"> |
---|
| 28 | <schedulingPlugin> |
---|
| 29 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 30 | </schedulingPlugin> |
---|
| 31 | <managedComputingResources include="false"> |
---|
| 32 | <resourceName>compRes1</resourceName> |
---|
| 33 | </managedComputingResources> |
---|
| 34 | </scheduler> |
---|
| 35 | </resources> |
---|
| 36 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.