diff options
author | Zhou Ya <zhou.ya@zte.com.cn> | 2017-02-09 16:19:19 +0800 |
---|---|---|
committer | zhouya <zhou.ya@zte.com.cn> | 2017-02-22 16:49:40 +0800 |
commit | 3b6f139b066fa61df852f480be3a583479c78eb6 (patch) | |
tree | 9f4d894b9b142cbc9640de0dcd0b93fcf1df1efe /templates/physical_environment/networks | |
parent | 56473c5c7f537b719a3b6c96067a72ac3569955a (diff) |
Baremetal Deployment on zte-pod2
JIRA: DAISY-30
Change-Id: Ie34180b9d036797d310f612caa189b0a06efb732
Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
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> |