From 9c6ca57f518ded774b830e4051e630d8cad1d4eb Mon Sep 17 00:00:00 2001 From: zhouya Date: Tue, 25 Apr 2017 14:42:01 +0800 Subject: modify daisy.conf sleep long for trustme modify cpumode 1.add multicast flag in daisy.conf 2.sleep40 for trustme.sh execute ok 3.modify cpu mode of xml file to make it much more general 4.fix check_openstack_progress parameter error Change-Id: Ic150698ede448b7651e95d129aeb7d97a8f34309 Signed-off-by: zhouya --- deploy/check_openstack_progress.sh | 2 +- deploy/daisy.conf | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'deploy') diff --git a/deploy/check_openstack_progress.sh b/deploy/check_openstack_progress.sh index f0ab1e90..1f150896 100755 --- a/deploy/check_openstack_progress.sh +++ b/deploy/check_openstack_progress.sh @@ -8,7 +8,7 @@ OPTIONS: -n target node numbers EXAMPLE: - sudo `basename $0` -d 1 -n 5 + sudo `basename $0` -n 5 EOF } diff --git a/deploy/daisy.conf b/deploy/daisy.conf index f8ce0534..d9659dbb 100644 --- a/deploy/daisy.conf +++ b/deploy/daisy.conf @@ -32,3 +32,8 @@ client_ip_begin=99.99.1.50 #The end value of PXE client ip range client_ip_end=99.99.1.150 + +[multicast] +#enabled multicast or not. +daisy_conf_mcast_enabled=False + -- cgit 1.2.3-korg