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
3
tools/setup/install/install_interface.sh
Normal file → Executable file
3
tools/setup/install/install_interface.sh
Normal file → Executable file
@ -252,6 +252,9 @@ function all_install
|
|||||||
|
|
||||||
config_file="/home/daisy_install/daisy.conf"
|
config_file="/home/daisy_install/daisy.conf"
|
||||||
[ ! -e $config_file ] && return
|
[ ! -e $config_file ] && return
|
||||||
|
|
||||||
|
if [ -f install_interface_patch.sh ]; then ./install_interface_patch.sh ; fi
|
||||||
|
|
||||||
get_config "$config_file" default_backend_types
|
get_config "$config_file" default_backend_types
|
||||||
local default_backend_types_params=$config_answer
|
local default_backend_types_params=$config_answer
|
||||||
kolla=`echo $default_backend_types_params|grep 'kolla'|wc -l`
|
kolla=`echo $default_backend_types_params|grep 'kolla'|wc -l`
|
||||||
|
@ -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/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_interface.sh
|
||||||
chmod +x $(_TECS_TOOLS_PATH)/setup/bin_temp/upgrade/upgrade_func.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
|
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
|
$(RM) $(_TECS_TOOLS_PATH)/setup/bin_temp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user