-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtodeploy.xml
More file actions
90 lines (89 loc) · 2.73 KB
/
Copy pathtodeploy.xml
File metadata and controls
90 lines (89 loc) · 2.73 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" ?>
<virtualizer>
<id>UUID001</id>
<name>Single node</name>
<nodes>
<node>
<id>UUID11</id>
<name>Universal Node</name>
<type>BisBis</type>
<ports>
<port>
<id>1</id>
<name>OVS-north external port</name>
<port_type>port-sap</port_type>
<sap>sap1</sap>
</port>
<port>
<id>2</id>
<name>OVS-south external port</name>
<port_type>port-sap</port_type>
<sap>sap2</sap>
</port>
</ports>
<resources>
<cpu>10</cpu>
<mem>32 GB</mem>
<storage>5 TB</storage>
</resources>
<capabilities>
<supported_NFs>
<node>
<id>cirros</id>
<name>prova</name>
<type>cirros</type>
<ports>
<port>
<id>1</id>
<name>VNF port 1</name>
<port_type>port-abstract</port_type>
</port>
<port>
<id>2</id>
<name>VNF port 2</name>
<port_type>port-abstract</port_type>
</port>
</ports>
</node>
</supported_NFs>
</capabilities>
<NF_instances>
<!--
The "type" must refer to the type of a "supported_NF"
-->
<node operation="create">
<id>1</id>
<name>prova</name>
<type>cirros</type>
<ports>
<port>
<id>2</id>
<name>eth0</name>
<port-type>port-abstract</port-type>
</port>
<port>
<id>1</id>
<name>eth1</name>
<port-type>port-abstract</port-type>
</port>
</ports>
</node>
</NF_instances>
<flowtable>
<flowentry operation="create">
<id>1</id>
<priority>10</priority>
<port>../../../ports/port[id=1]</port>
<out>../../../NF_instances/node[id=1]/ports/port[id=1]</out>
</flowentry>
<flowentry operation="create">
<id>2</id>
<priority>10</priority>
<port>../../../NF_instances/node[id=1]/ports/port[id=1]</port>
<out>../../../ports/port[id=1]</out>
</flowentry>
</flowtable>
</node>
</nodes>
<version>2016-02-24; compiled at 2016-03-18 19:56:13</version>
</virtualizer>