Bugfix for 551221
Change-Id: Ic64f13a7c9834a8de9f3c712349a8caa6c316cd3 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
parent
1ddb58f2f5
commit
9a9ef08bad
@ -8,6 +8,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
prepare_dir=$(dirname $(readlink -f "$0"))
|
||||||
config_path=/etc/systemd/system/docker.service.d/kolla.conf
|
config_path=/etc/systemd/system/docker.service.d/kolla.conf
|
||||||
if [ -f "$config_path" ]; then
|
if [ -f "$config_path" ]; then
|
||||||
# Prevent prepare.sh to run again
|
# Prevent prepare.sh to run again
|
||||||
@ -48,7 +49,6 @@ systemctl disable firewalld
|
|||||||
systemctl stop firewalld
|
systemctl stop firewalld
|
||||||
|
|
||||||
# multicast related
|
# multicast related
|
||||||
prepare_dir=$(dirname $(readlink -f "$0"))
|
|
||||||
yum install -y $prepare_dir/daisy4nfv-jasmine*.rpm
|
yum install -y $prepare_dir/daisy4nfv-jasmine*.rpm
|
||||||
docker load < $prepare_dir/registry-server.tar
|
docker load < $prepare_dir/registry-server.tar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user