diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-02-23 00:54:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-23 00:54:36 +0000 |
commit | cd585136acb636d6b13b173cf593c5f01c5f33a8 (patch) | |
tree | 3a1d2a4a61ccdd99433b923b9bca3d4f03908f28 /templates/physical_environment/networks | |
parent | f4a614caf60085929165a21f7c1bfe5d5f47fb09 (diff) | |
parent | 3b6f139b066fa61df852f480be3a583479c78eb6 (diff) |
Merge "Baremetal Deployment on zte-pod2 JIRA: DAISY-30"
Diffstat (limited to 'templates/physical_environment/networks')
-rw-r--r-- | templates/physical_environment/networks/daisy.xml | 12 |
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> |