From 8e5525aeb618d642ee6741433e00902f9bd31f7e Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Wed, 6 Jul 2016 17:19:59 -0400 Subject: [PATCH] update install.conf with public network configs Change-Id: Ib7e2af5e90b4095ae0d4abc398dd3d184859b290 --- install/install.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/install.conf b/install/install.conf index 7315c908..fdae9918 100755 --- a/install/install.conf +++ b/install/install.conf @@ -1,6 +1,8 @@ ##################################### # Config File for Compass Installer # ##################################### +# User Email +export USER_EMAIL="lab@huawei.com" # OS_INSTALLER indicates the tool for OS provisioning, default is 'cobbler'. export OS_INSTALLER="cobbler" @@ -24,6 +26,8 @@ export PUBLIC_NIC="eth0" # External NIC IP address, use the IP assigned to PUBLIC_NIC by default export PUBLIC_IP= +export PUBLIC_NETMASK= +export PUBLIC_GATEWAY= # Install network config, it is a private network export NIC="eth1"