diff options
author | John O Loughlin <john.oloughlin@intel.com> | 2018-01-22 11:49:43 +0000 |
---|---|---|
committer | John O'Loughlin <john.oloughlin@intel.com> | 2018-02-12 08:57:58 +0000 |
commit | 41908d415338fc2f6ad525bc1e2444c66d3532c4 (patch) | |
tree | e767c2c6a668cd8cf66053f7d902b85cdba02081 /etc/infra/infra_deploy.yaml.sample | |
parent | caa5354c05e567ee4c6753ed77c819dfa4e2a37e (diff) |
Create host networking configuration
Create host networking configuration based on the input
configuration file. To define the networks using libvirt,
a temporary XML file is generated for each network.
JIRA: YARDSTICK-962
Change-Id: I24d1c4d2f2e62884675599deb7db255862283ea4
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
Diffstat (limited to 'etc/infra/infra_deploy.yaml.sample')
-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 |