mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
hostman: options: knobs for enabling features in sdnagent
This commit is contained in:
@@ -118,10 +118,14 @@ type SHostOptions struct {
|
||||
AllowSwitchVMs bool `help:"allow machines run as switch (spoof mac)" default:"true"`
|
||||
AllowRouterVMs bool `help:"allow machines run as router (spoof ip)" default:"true"`
|
||||
|
||||
SdnEnableGuestMan bool `help:"enable guest network manager in sdnagent" default:"$SDN_ENABLE_GUEST_MAN|true"`
|
||||
SdnEnableEipMan bool `help:"enable eip network manager in sdnagent" default:"$SDN_ENABLE_EIP_MAN|false"`
|
||||
|
||||
OvnSouthDatabase string `help:"address for accessing ovn south database" default:"$HOST_OVN_SOUTH_DATABASE|unix:/var/run/openvswitch/ovnsb_db.sock"`
|
||||
OvnEncapIp string `help:"encap ip for ovn datapath. Default to output src address of default route" default:"$HOST_OVN_ENCAP_IP"`
|
||||
OvnIntegrationBridge string `help:"name of integration bridge for logical ports" default:"$HOST_OVN_INTEGRATION_BRIDGE|brvpc"`
|
||||
OvnMappedBridge string `help:"name of bridge for mapped traffic management" default:"$HOST_OVN_MAPPED_BRIDGE|brmapped"`
|
||||
OvnEipBridge string `help:"name of bridge for eip traffic management" default:"$HOST_OVN_EIP_BRIDGE|breip"`
|
||||
|
||||
EnableHealthChecker bool `help:"enable host health checker" default:"true"`
|
||||
HealthDriver string `help:"Component save host health state" default:"etcd"`
|
||||
|
||||
Reference in New Issue
Block a user