diff options
author | Markos Chandras <mchandras@suse.de> | 2017-09-01 15:47:23 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-09-17 22:42:43 +0100 |
commit | 319262cf70ff518c49ee0d5dfd0ec0ab9088f2e6 (patch) | |
tree | 6bf6df3d44041f1b066fdda39c3b36979f2ed7b7 /xci/var | |
parent | 8559733be3c0b3274c3671c3ba76affb425bf73f (diff) |
xci: configure-network: Add ability to configure network on SUSE hosts
Change-Id: I42c6f5f07ac87b5599758947fabe5fce36d44a2e
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/Suse.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml index 9674ed2d..786a8751 100644 --- a/xci/var/Suse.yml +++ b/xci/var/Suse.yml @@ -7,5 +7,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# this is placeholder and left blank intentionally to complete later on +# this is the interface the VM nodes are connected to libvirt network "default" +interface: "eth0" python_crypto_package_name: python-pycrypto |