diff --git a/install.sh b/install.sh index 121c21e1ee..536e9f0733 100755 --- a/install.sh +++ b/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