Revision 529,
924 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCWormsResSchema.xsd"> |
---|
4 | |
---|
5 | <!-- Simple data center description --> |
---|
6 | <resources> |
---|
7 | <computingResource class="DataCenter" name="compRes"> |
---|
8 | <!-- Defined data center contains only 6 processors --> |
---|
9 | <computingResource class="Processor" count="6"/> |
---|
10 | </computingResource> |
---|
11 | <scheduler class="Cluster" name="cluster"> |
---|
12 | <!-- Definition of scheduling plugin at cluster level --> |
---|
13 | <schedulingPlugin> |
---|
14 | <name>example.localplugin.FCFSBF_LocalPlugin</name> |
---|
15 | </schedulingPlugin> |
---|
16 | <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> |
---|
17 | <managedComputingResources include="false"> |
---|
18 | <resourceName>compRes</resourceName> |
---|
19 | </managedComputingResources> |
---|
20 | </scheduler> |
---|
21 | </resources> |
---|
22 | |
---|
23 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.