From 5e3b598f5999a7ab6d49cb294d8e5514003ae20c Mon Sep 17 00:00:00 2001 From: baigk Date: Fri, 18 Dec 2015 14:48:26 +0800 Subject: install compass-core in centos7 JIRA: COMPASS-208 Change-Id: Ie98615df37115beaa0ad8f744cc87162452af751 Signed-off-by: baigk --- deploy/compass_vm.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/compass_vm.sh') diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index 958bf33b..71d9ad6c 100644 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -67,6 +67,7 @@ function launch_compass() { chmod 755 -R $new_mnt cp $COMPASS_DIR/util/isolinux.cfg $new_mnt/isolinux/ -f + cp $COMPASS_DIR/util/ks.cfg $new_mnt/isolinux/ -f sed -i -e "s/REPLACE_MGMT_IP/$MGMT_IP/g" \ -e "s/REPLACE_MGMT_NETMASK/$MGMT_MASK/g" \ -- cgit 1.2.3-korg