diff options
author | Tim Rozet <trozet@redhat.com> | 2015-07-28 15:39:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-07-28 15:39:49 +0000 |
commit | 1a9d2532a3cf8bf01fbe829d38bc8988d43aca44 (patch) | |
tree | 102270b235cc201fd22ac3ffa57f017f9c228a0c /compass/deploy/template/network/nat.xml | |
parent | 151d0c11410d69d68d6985a275faf0d68958bc9a (diff) | |
parent | 99c363dbd827c430cf2bed2cd27c66be4642bae2 (diff) |
Merge "speed up the installation of compass"
Diffstat (limited to 'compass/deploy/template/network/nat.xml')
-rw-r--r-- | compass/deploy/template/network/nat.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/compass/deploy/template/network/nat.xml b/compass/deploy/template/network/nat.xml new file mode 100644 index 0000000..90ce888 --- /dev/null +++ b/compass/deploy/template/network/nat.xml @@ -0,0 +1,10 @@ +<network ipv6='yes'>
+ <name>REPLACE_NAME</name>
+ <forward mode='nat'/>
+ <bridge name='REPLACE_BRIDGE'/>
+ <ip address='REPLACE_GATEWAY' netmask='REPLACE_MASK'>
+ <!--dhcp>
+ <range start='REPLACE_START' end='REPLACE_END'/>
+ </dhcp-->
+ </ip>
+</network>
|