Changeset 1306 for DCWoRMS/branches


Ignore:
Timestamp:
03/19/14 18:25:58 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/example
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/example/experiment1/resources1.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55        <!-- Simple data center description --> 
  • DCWoRMS/branches/coolemall/example/experiment2/resources2.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55        <!-- Data center description with some basic characteristics --> 
     
    4242                        <!-- Definition of scheduling plugin at cluster level --> 
    4343                        <schedulingPlugin> 
    44                                 <name>example.localplugin.FCFSBF_ClusterPlugin</name> 
     44                                <name>example.localplugin.Cluster_FCFSBF_RandomPlugin</name> 
    4545                        </schedulingPlugin>              
    4646                        <!-- Definition of available queues--> 
  • DCWoRMS/branches/coolemall/example/experiment3/resources3.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55        <!-- Data Center description with energy parameters --> 
     
    202202                        <schedulingPlugin> 
    203203                                <!-- <name>example.localplugin.FCFSBF_ClusterPlugin</name>  --> 
    204                                 <name>example.localplugin.FCFSBF_DFSClusterPlugin</name>  
     204                                <name>example.localplugin.Cluster_FCFSBF_DFSPlugin</name>  
    205205                        </schedulingPlugin> 
    206206                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
  • DCWoRMS/branches/coolemall/example/experiment5/resources5.xml

    r1259 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55        <!-- Data Center description with energy parameters --> 
     
    129129                        <schedulingPlugin> 
    130130                                <!-- <name>example.localplugin.Cluster_FCFSBF_RandomPlugin</name> --> 
    131                                 <name>example.localplugin.FCFSBF_FanManagementClusterPlugin</name> 
     131                                <name>example.localplugin.Cluster_FCFSBF_ConsolidationHighPerf_NodePowMan_Plugin</name> 
    132132                        </schedulingPlugin>      
    133133                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
  • DCWoRMS/branches/coolemall/example/experiment6/resources6.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55                 
  • DCWoRMS/branches/coolemall/example/experiment8/resources8.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55                 
  • DCWoRMS/branches/coolemall/example/experiment9/resources9.xml

    r1223 r1306  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> 
    44         
    55        <timeEstimationPlugin> 
Note: See TracChangeset for help on using the changeset viewer.