mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
feature #696: update install.sh
This commit is contained in:
parent
79b04d2f6e
commit
d911df1889
20
install.sh
20
install.sh
@ -193,7 +193,8 @@ LIB_DIRS="$LIB_LOCATION/ruby \
|
||||
$LIB_LOCATION/mads \
|
||||
$LIB_LOCATION/sh \
|
||||
$LIB_LOCATION/ruby/cli \
|
||||
$LIB_LOCATION/ruby/cli/one_helper"
|
||||
$LIB_LOCATION/ruby/cli/one_helper \
|
||||
$LIB_LOCATION/ruby/acct"
|
||||
|
||||
VAR_DIRS="$VAR_LOCATION/remotes \
|
||||
$VAR_LOCATION/remotes/im \
|
||||
@ -298,6 +299,8 @@ INSTALL_FILES=(
|
||||
MAN_FILES:$MAN_LOCATION
|
||||
CLI_LIB_FILES:$LIB_LOCATION/ruby/cli
|
||||
ONE_CLI_LIB_FILES:$LIB_LOCATION/ruby/cli/one_helper
|
||||
ACCT_LIB_FILES:$LIB_LOCATION/ruby/acct
|
||||
ACCT_BIN_FILES:$BIN_LOCATION
|
||||
)
|
||||
|
||||
INSTALL_CLIENT_FILES=(
|
||||
@ -359,6 +362,7 @@ INSTALL_ETC_FILES=(
|
||||
OCCI_ETC_FILES:$ETC_LOCATION
|
||||
OCCI_ETC_TEMPLATE_FILES:$ETC_LOCATION/occi_templates
|
||||
CLI_CONF_FILES:$ETC_LOCATION/cli
|
||||
ACCT_ETC_FILES:$ETC_LOCATION
|
||||
)
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -898,6 +902,20 @@ SUNSTONE_PUBLIC_IMAGES_FILES="src/sunstone/public/images/ajax-loader.gif \
|
||||
src/sunstone/public/images/vnc_off.png \
|
||||
src/sunstone/public/images/vnc_on.png"
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# ACCT files
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
ACCT_BIN_FILES="src/acct/acctd"
|
||||
|
||||
ACCT_LIB_FILES="src/acct/monitoring.rb \
|
||||
src/acct/accounting.rb \
|
||||
src/acct/acctd.rb \
|
||||
src/acct/watch_helper.rb \
|
||||
src/acct/watch_client.rb"
|
||||
|
||||
ACCT_ETC_FILES="src/acct/etc/acctd.conf"
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# MAN files
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user