summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/templates/virtual_environment/networks
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-08-18 19:47:50 +0200
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-09-09 17:16:55 +0200
commita98bf1747db2894394da929d07bde78a1ec19015 (patch)
tree8ac5bafd6120933e66088741205c621ddf664224 /fuel/deploy/templates/virtual_environment/networks
parent153ad3e4d97f19ab5e465df6a46e26b7c7935058 (diff)
Autodeployer support for ODL Plugin installation + Fuel 6.1
- Opendaylight plugin installation - Adapting Autodeployer to Fuel 6.1 - restarting blades that couldn't be discovered Fuel in time BGS-87 Autodeployment restarts blade if that has not been discovered by Fuel BGS-90 Fuel 6.1 and Opendaylight Fuel plugin install support for Autodeployer Change-Id: I83aab3f8caf368a70fd3f2b67c7ba1b6191993c6 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/templates/virtual_environment/networks')
-rw-r--r--fuel/deploy/templates/virtual_environment/networks/fuel1.xml12
-rw-r--r--fuel/deploy/templates/virtual_environment/networks/fuel2.xml5
-rw-r--r--fuel/deploy/templates/virtual_environment/networks/fuel3.xml5
-rw-r--r--fuel/deploy/templates/virtual_environment/networks/fuel4.xml12
4 files changed, 34 insertions, 0 deletions
diff --git a/fuel/deploy/templates/virtual_environment/networks/fuel1.xml b/fuel/deploy/templates/virtual_environment/networks/fuel1.xml
new file mode 100644
index 0000000..7b2b154
--- /dev/null
+++ b/fuel/deploy/templates/virtual_environment/networks/fuel1.xml
@@ -0,0 +1,12 @@
+<network>
+ <name>fuel1</name>
+ <forward mode='nat'>
+ <nat>
+ <port start='1024' end='65535'/>
+ </nat>
+ </forward>
+ <bridge name='fuel1' stp='on' delay='0'/>
+ <ip address='10.20.0.1' netmask='255.255.255.0'>
+ </ip>
+</network>
+
diff --git a/fuel/deploy/templates/virtual_environment/networks/fuel2.xml b/fuel/deploy/templates/virtual_environment/networks/fuel2.xml
new file mode 100644
index 0000000..615c920
--- /dev/null
+++ b/fuel/deploy/templates/virtual_environment/networks/fuel2.xml
@@ -0,0 +1,5 @@
+<network>
+ <name>fuel2</name>
+ <bridge name='fuel2' stp='on' delay='0'/>
+</network>
+
diff --git a/fuel/deploy/templates/virtual_environment/networks/fuel3.xml b/fuel/deploy/templates/virtual_environment/networks/fuel3.xml
new file mode 100644
index 0000000..2383e6c
--- /dev/null
+++ b/fuel/deploy/templates/virtual_environment/networks/fuel3.xml
@@ -0,0 +1,5 @@
+<network>
+ <name>fuel3</name>
+ <bridge name='fuel3' stp='on' delay='0'/>
+</network>
+
diff --git a/fuel/deploy/templates/virtual_environment/networks/fuel4.xml b/fuel/deploy/templates/virtual_environment/networks/fuel4.xml
new file mode 100644
index 0000000..5b69f91
--- /dev/null
+++ b/fuel/deploy/templates/virtual_environment/networks/fuel4.xml
@@ -0,0 +1,12 @@
+<network>
+ <name>fuel4</name>
+ <forward mode='nat'>
+ <nat>
+ <port start='1024' end='65535'/>
+ </nat>
+ </forward>
+ <bridge name='fuel4' stp='on' delay='0'/>
+ <ip address='172.16.0.1' netmask='255.255.255.0'>
+ </ip>
+</network>
+