Skip to content
Snippets Groups Projects
DistributedDataCenter.xmi 1.12 KiB
<?xml version="1.0" encoding="ASCII"?>
<resourcelandscape:DistributedDataCenter xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourcelandscape="http://www.descartes-research.net/metamodel/resourcelandscape/0.1" id="q" name="DDC Descartes">
  <consistsOf id="2" name="TestDataCenterUSA">
    <contains xsi:type="resourcelandscape:ComputingInfrastructure" id="y" name="ComputeNodeUsaOne">
      <contains id="2313" name="VM1_USA1" ofClass="OS VM">
        <template href="ContainerTemplateRepository.xmi#2"/>
      </contains>
    </contains>
  </consistsOf>
  <consistsOf id="123123" name="TestDataCenterGermany">
    <contains xsi:type="resourcelandscape:ComputingInfrastructure" id="12312312" name="ComputeNodeGermanyOne">
      <contains id="12345-1" name="VM1-GER" ofClass="OS VM">
        <template href="ContainerTemplateRepository.xmi#555"/>
      </contains>
      <contains id="12345-2" name="VM2-GER" ofClass="OS VM">
        <template href="ContainerTemplateRepository.xmi#555"/>
      </contains>
    </contains>
  </consistsOf>
</resourcelandscape:DistributedDataCenter>