add patch for opnfv
Change-Id: I50268130d9c76b25669ed2a83a99bf442e885a4e Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
This commit is contained in:
parent
682681a83a
commit
ae957bb3dc
7
tools/setup/install/install_interface.sh
Normal file → Executable file
7
tools/setup/install/install_interface.sh
Normal file → Executable file
@ -249,15 +249,18 @@ function all_install
|
||||
config_get_node_info
|
||||
|
||||
write_install_log "Daisy Install Successfull..."
|
||||
|
||||
|
||||
config_file="/home/daisy_install/daisy.conf"
|
||||
[ ! -e $config_file ] && return
|
||||
|
||||
if [ -f install_interface_patch.sh ]; then ./install_interface_patch.sh ; fi
|
||||
|
||||
get_config "$config_file" default_backend_types
|
||||
local default_backend_types_params=$config_answer
|
||||
kolla=`echo $default_backend_types_params|grep 'kolla'|wc -l`
|
||||
if [ $kolla -ne 0 ];then
|
||||
write_install_log "Begin install kolla and depends..."
|
||||
kolla_install
|
||||
kolla_install
|
||||
fi
|
||||
}
|
||||
_INSTALL_INTERFACE_FILE="install_interface.sh"
|
||||
|
@ -52,6 +52,7 @@ bin: binclean binforce
|
||||
chmod +x $(_TECS_TOOLS_PATH)/setup/bin_temp/uninstall/uninstall_func.sh
|
||||
chmod +x $(_TECS_TOOLS_PATH)/setup/bin_temp/upgrade/upgrade_interface.sh
|
||||
chmod +x $(_TECS_TOOLS_PATH)/setup/bin_temp/upgrade/upgrade_func.sh
|
||||
if [ -e makefile_patch.sh ]; then ./makefile_patch.sh $(_TECS_TOOLS_PATH) ; fi
|
||||
cd $(_TECS_TOOLS_PATH)/setup; chmod +x ./makeself.sh; ./makeself.sh ./bin_temp $(_TECS_TARGET_PATH)/$(PURE_OS_TYPE)/$(ARCH)/$(VER_PREFIX)_$(BIN_TYPE).$(VER_SUFFIX) tecs ./setup.sh
|
||||
$(RM) $(_TECS_TOOLS_PATH)/setup/bin_temp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user