diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-12 10:12:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-12 10:12:49 +0000 |
commit | 3eefef5baaad88b711d0ff639d49378b800a3ad0 (patch) | |
tree | e44bf348fba0615ab070e1f3885fba3f6a89b385 /etc/infra | |
parent | 3be467e6b6d3251958e92ac5efbab31669a23596 (diff) | |
parent | 41908d415338fc2f6ad525bc1e2444c66d3532c4 (diff) |
Merge "Create host networking configuration"
Diffstat (limited to 'etc/infra')
-rw-r--r-- | etc/infra/infra_deploy.yaml.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/infra/infra_deploy.yaml.sample b/etc/infra/infra_deploy.yaml.sample index df682ac3b..1dc459c0e 100644 --- a/etc/infra/infra_deploy.yaml.sample +++ b/etc/infra/infra_deploy.yaml.sample @@ -31,4 +31,5 @@ nodes: networks: - name: management - host_ip: 192.168.1.1 # not mandatory + host_ip: 192.168.1.1 + netmask: 255.255.255.0 |