summaryrefslogtreecommitdiffstats
path: root/templates/physical_environment/networks/daisy.xml
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-02-23 00:54:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-23 00:54:36 +0000
commitcd585136acb636d6b13b173cf593c5f01c5f33a8 (patch)
tree3a1d2a4a61ccdd99433b923b9bca3d4f03908f28 /templates/physical_environment/networks/daisy.xml
parentf4a614caf60085929165a21f7c1bfe5d5f47fb09 (diff)
parent3b6f139b066fa61df852f480be3a583479c78eb6 (diff)
Merge "Baremetal Deployment on zte-pod2 JIRA: DAISY-30"
Diffstat (limited to 'templates/physical_environment/networks/daisy.xml')
-rw-r--r--templates/physical_environment/networks/daisy.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/physical_environment/networks/daisy.xml b/templates/physical_environment/networks/daisy.xml
new file mode 100644
index 00000000..884cb285
--- /dev/null
+++ b/templates/physical_environment/networks/daisy.xml
@@ -0,0 +1,12 @@
+<network connections='1'>
+ <name>daisy1</name>
+ <forward mode='nat'>
+ <nat>
+ <port start='1024' end='65535'/>
+ </nat>
+ </forward>
+ <bridge name='daisy1' stp='on' delay='0'/>
+ <domain name='daisy1'/>
+ <ip address='10.20.7.1' netmask='255.255.255.0'>
+ </ip>
+</network>