- Timestamp:
- 07/20/12 09:49:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example7.xml
r337 r349 6 6 <description> 7 7 The goal of this example is to introduce the templates usage. 8 It focus on showing that appropriate templates may be included in various computing resource levels and moreover can be formed using other templates.9 Simulated architecture consist of data center with 2 racks named rack1 and rack2 respectively.8 It focuses on showing that appropriate templates may be included on various computing resource levels and moreover can be formed using other templates. 9 Simulated architecture consists of data center with 2 racks named rack1 and rack2 respectively. 10 10 Rack1 contains 2 computing nodes - node11 and node12, described in common way. 11 11 Nodes in rack2 are defined using template. Node21 refers to template modelNodeA and, … … 45 45 There are two processor templates named modelProcessorA (with cpu speed 2) and modelProcessorB (with cpu speed 1). 46 46 There is also one computing node template denoted as modelNodeA, which contains 4 processors that refer to modelProcessorA template. 47 That means that the given processors will be created according to the guidelines defined in template modelProcessorA (they will have speed equal 2).47 That means that the given processors will be created according to the characteristics defined in template modelProcessorA (they will have speed equal 2). 48 48 </description> 49 49 <computingResourceTemplate class="ComputingNode" name="modelNodeA"> … … 53 53 </computingResourceTemplate> 54 54 <computingResourceTemplate class="Processor" name="modelProcessorA"> 55 <parameter name=" Speed">55 <parameter name="speed"> 56 56 <value>2</value> 57 57 </parameter> 58 58 </computingResourceTemplate> 59 59 <computingResourceTemplate class="Processor" name="modelProcessorB"> 60 <parameter name=" Speed">60 <parameter name="speed"> 61 61 <value>1</value> 62 62 </parameter>
Note: See TracChangeset
for help on using the changeset viewer.