aboutsummaryrefslogtreecommitdiffstats
path: root/etc/infra
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-03-08 09:54:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-08 09:54:35 +0000
commit9c50ed0e9bdb4dec5a95af40eb0e89ee962fcd40 (patch)
treebbe6743a7d3ee2db2a2b844e7f7f44b3761e5240 /etc/infra
parentd5a2c20d8de2796b2d2e2143ddfb2ba839a0e999 (diff)
parent33189462c6fd60496ae1afec093fb9803d23a18b (diff)
Merge "Allow VMs to access internet"
Diffstat (limited to 'etc/infra')
-rw-r--r--etc/infra/infra_deploy.yaml.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/infra/infra_deploy.yaml.sample b/etc/infra/infra_deploy.yaml.sample
index bf07a01bc..8ed793622 100644
--- a/etc/infra/infra_deploy.yaml.sample
+++ b/etc/infra/infra_deploy.yaml.sample
@@ -31,5 +31,11 @@ nodes:
networks:
- name: management
+ default_gateway: True
host_ip: 192.168.1.1
netmask: 255.255.255.0
+
+ - name: traffic
+ default_gateway: False # This parameter is not mandatory, default value: False
+ host_ip: 192.20.1.1
+ netmask: 255.255.255.0