update install.conf with public network configs

Change-Id: Ib7e2af5e90b4095ae0d4abc398dd3d184859b290
This commit is contained in:
Xicheng Chang 2016-07-06 17:19:59 -04:00
parent 0b8659d790
commit 8e5525aeb6
1 changed files with 4 additions and 0 deletions

View File

@ -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"