1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

M #-: Install files on share/start-scripts (#4436)

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.systems>
This commit is contained in:
Ricardo Diaz 2020-04-01 15:22:32 +02:00 committed by GitHub
parent cfbde69c6b
commit 045313437e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,8 @@ SHARE_DIRS="$SHARE_LOCATION/examples \
$SHARE_LOCATION/websockify \
$SHARE_LOCATION/websockify/websockify \
$SHARE_LOCATION/esx-fw-vnc \
$SHARE_LOCATION/oneprovision"
$SHARE_LOCATION/oneprovision \
$SHARE_LOCATION/start-scripts"
ETC_DIRS="$ETC_LOCATION/vmm_exec \
$ETC_LOCATION/hm \
@ -609,6 +610,7 @@ INSTALL_FILES=(
CLI_LIB_FILES:$LIB_LOCATION/ruby/cli
ONE_CLI_LIB_FILES:$LIB_LOCATION/ruby/cli/one_helper
VENDOR_DIRS:$LIB_LOCATION/ruby/vendors
START_SCRIPT_SHARE_FILES:$SHARE_LOCATION/start-scripts
)
INSTALL_CLIENT_FILES=(
@ -1923,6 +1925,13 @@ ONETOKEN_SHARE_FILE="share/onetoken/onetoken.sh"
FOLLOWER_CLEANUP_SHARE_FILE="share/hooks/raft/follower_cleanup"
#-------------------------------------------------------------------------------
# Start script files, to be installed under $SHARE_LOCATION/start-scripts
#-------------------------------------------------------------------------------
START_SCRIPT_SHARE_FILES="share/start-scripts/map_vnets_start_script \
share/start-scripts/cron_start_script"
#-------------------------------------------------------------------------------
# OCA Files
#-------------------------------------------------------------------------------