mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
Create vcenter directory and allocate vcenter hooks in install.sh
This commit is contained in:
parent
b2962f6128
commit
e01faaadd6
13
install.sh
13
install.sh
@ -273,6 +273,7 @@ VAR_DIRS="$VAR_LOCATION/remotes \
|
||||
$VAR_LOCATION/remotes/tm/iscsi_libvirt \
|
||||
$VAR_LOCATION/remotes/hooks \
|
||||
$VAR_LOCATION/remotes/hooks/ft \
|
||||
$VAR_LOCATION/remotes/hooks/vcenter \
|
||||
$VAR_LOCATION/remotes/hooks/raft \
|
||||
$VAR_LOCATION/remotes/datastore \
|
||||
$VAR_LOCATION/remotes/datastore/dummy \
|
||||
@ -426,6 +427,7 @@ INSTALL_FILES=(
|
||||
ONETOKEN_SHARE_FILE:$SHARE_LOCATION
|
||||
FOLLOWER_CLEANUP_SHARE_FILE:$SHARE_LOCATION
|
||||
HOOK_FT_FILES:$VAR_LOCATION/remotes/hooks/ft
|
||||
HOOK_VCENTER_FILES:$VAR_LOCATION/remotes/hooks/vcenter
|
||||
HOOK_RAFT_FILES:$VAR_LOCATION/remotes/hooks/raft
|
||||
COMMON_CLOUD_LIB_FILES:$LIB_LOCATION/ruby/cloud
|
||||
CLOUD_AUTH_LIB_FILES:$LIB_LOCATION/ruby/cloud/CloudAuth
|
||||
@ -1286,9 +1288,14 @@ ESX_FW_VNC_SHARE_FILES="share/esx-fw-vnc/fw-vnc.vib \
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
HOOK_FT_FILES="share/hooks/ft/host_error.rb \
|
||||
share/hooks/ft/fence_host.sh \
|
||||
share/hooks/vcenter/create_vcenter_net.rb \
|
||||
share/hooks/vcenter/delete_vcenter_net.rb"
|
||||
share/hooks/ft/fence_host.sh"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# HOOK scripts, to be installed under $VAR_LOCATION/remotes/hooks/vcenter
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
HOOK_VCENTER_FILES="share/hooks/vcenter/create_vcenter_net.rb \
|
||||
share/hooks/vcenter/delete_vcenter_net.rb"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# HOOK RAFT scripts, to be installed under $VAR_LOCATION/remotes/hooks/raft
|
||||
|
Loading…
x
Reference in New Issue
Block a user