diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-03-08 09:54:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-08 09:54:35 +0000 |
commit | 9c50ed0e9bdb4dec5a95af40eb0e89ee962fcd40 (patch) | |
tree | bbe6743a7d3ee2db2a2b844e7f7f44b3761e5240 /etc/infra/infra_deploy.yaml.sample | |
parent | d5a2c20d8de2796b2d2e2143ddfb2ba839a0e999 (diff) | |
parent | 33189462c6fd60496ae1afec093fb9803d23a18b (diff) |
Merge "Allow VMs to access internet"
Diffstat (limited to 'etc/infra/infra_deploy.yaml.sample')
-rw-r--r-- | etc/infra/infra_deploy.yaml.sample | 6 |
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 |