forked from compatibleone/accords-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoips.xml
53 lines (44 loc) · 2.25 KB
/
coips.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF8"?>
<import name="coips" xmlns="http://www.compatibleone.fr/schemes/cords.xsd">
<description>compatibleone image oproduction services infrastructure model</description>
<infrastructure name=":model">
<compute name=":model" architecture="x86_64" cores="1" memory="1G" speed="1G"/>
<storage name=":model" size="10G"/>
<network name="PUB_Compatible" label="ethernet" vlan="100M">
<port name="cosacs" protocol="tcp" from="8286" to="8286" range="0.0.0.0/0"/>
<port name="ssh" protocol="tcp" from="22" to="22" range="0.0.0.0/0"/>
</network>
</infrastructure>
<infrastructure name=":openstack:model">
<compute name=":openstack:model" architecture="x86_64" cores="1" memory="1G" speed="1G"/>
<storage name=":openstack:model" size="10G"/>
<network name="PUB_Compatible" label="ethernet" vlan="100M">
<port name="cosacs" protocol="tcp" from="8286" to="8286" range="0.0.0.0/0"/>
<port name="ssh" protocol="tcp" from="22" to="22" range="0.0.0.0/0"/>
</network>
</infrastructure>
<infrastructure name=":opennebula:model">
<compute name=":opennebula:model" architecture="x86_64" cores="1" memory="1G" speed="1G"/>
<storage name=":opennebula:model" size="10G"/>
<network name="PUB_Compatible" label="ethernet" vlan="100M">
<port name="cosacs" protocol="tcp" from="8286" to="8286" range="0.0.0.0/0"/>
<port name="ssh" protocol="tcp" from="22" to="22" range="0.0.0.0/0"/>
</network>
</infrastructure>
<infrastructure name=":windowsazure:model">
<compute name=":windowsazure:model" architecture="x86_64" cores="1" memory="1G" speed="1G"/>
<storage name=":windowsazure:model" size="10G"/>
<network name="accords" label="ethernet" vlan="100M">
<port name="cosacs" protocol="tcp" from="8286" to="8286" range="0.0.0.0/0"/>
<port name="ssh" protocol="tcp" from="22" to="22" range="0.0.0.0/0"/>
</network>
</infrastructure>
<infrastructure name=":amazonEc2:model">
<compute name=":amazonEc2:model" architecture="x86_64" cores="1" memory="1G" speed="1G"/>
<storage name=":amazonEc2:model" size="10G"/>
<network name="accords" label="ethernet" vlan="100M">
<port name="cosacs" protocol="tcp" from="8286" to="8286" range="0.0.0.0/0"/>
<port name="ssh" protocol="tcp" from="22" to="22" range="0.0.0.0/0"/>
</network>
</infrastructure>
</import>