1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

F #4913: Add vcenter net hooks to oned.conf

This commit is contained in:
mcabrerizo 2017-06-12 17:58:47 +02:00
parent f4ec2c0749
commit 1419c96696
2 changed files with 25 additions and 0 deletions

View File

@ -664,6 +664,19 @@ MARKET_MAD = [
HM_MAD = [
EXECUTABLE = "one_hm" ]
#VNET_HOOK = [
# name = "vcenter_net_create",
# on = "CREATE",
# command = "ft/create_vcenter_net.rb",
# arguments = "$ID $TEMPLATE"]
#VNET_HOOK = [
# name = "vcenter_net_delete",
# on = "REMOVE",
# command = "ft/delete_vcenter_net.rb",
# arguments = "$ID $TEMPLATE"]
#*******************************************************************************
# Fault Tolerance Hooks
#*******************************************************************************

View File

@ -770,6 +770,18 @@ IPAM_MAD = [
HM_MAD = [
EXECUTABLE = "one_hm" ]
#VNET_HOOK = [
# name = "vcenter_net_create",
# on = "CREATE",
# command = "create_vcenter_net.rb",
# arguments = "$ID $TEMPLATE"]
#VNET_HOOK = [
# name = "vcenter_net_delete",
# on = "REMOVE",
# command = "delete_vcenter_net.rb",
# arguments = "$ID $TEMPLATE"]
#*******************************************************************************
# Fault Tolerance Hooks
#*******************************************************************************