Juno - Juno - Juno - Juno - Juno - Juno - Juno - Juno -
Use the following options in the lbaas_agent.ini
file for the LBaaS agent.
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
device_driver = ['neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver'] | (MultiStrOpt) Drivers used to manage loadbalancing devices |
loadbalancer_pool_scheduler_driver = neutron.services.loadbalancer.agent_scheduler.ChanceScheduler | (StrOpt) Driver to use for scheduling pool to a default loadbalancer agent |
Configuration option = Default value | Description |
---|---|
[haproxy] | |
loadbalancer_state_path = $state_path/lbaas | (StrOpt) Location to store config and state files |
send_gratuitous_arp = 3 | (IntOpt) When delete and re-add the same vip, send this many gratuitous ARPs to flush the ARP cache in the Router. Set it below or equal to 0 to disable this feature. |
user_group = nogroup | (StrOpt) The user group |
Configuration option = Default value | Description |
---|---|
[netscaler_driver] | |
netscaler_ncc_password = None | (StrOpt) Password to login to the NetScaler Control Center Server. |
netscaler_ncc_uri = None | (StrOpt) The URL to reach the NetScaler Control Center Server. |
netscaler_ncc_username = None | (StrOpt) Username to login to the NetScaler Control Center Server. |
Configuration option = Default value | Description |
---|---|
[radware] | |
actions_to_skip = setup_l2_l3 | (ListOpt) List of actions that are not pushed to the completion queue. |
ha_secondary_address = None | (StrOpt) IP address of secondary vDirect server. |
l2_l3_ctor_params = {'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'ha_ip_pool_name': 'default', 'twoleg_enabled': '_REPLACE_', 'allocate_ha_ips': True, 'allocate_ha_vrrp': True} | (DictOpt) Parameter for l2_l3 workflow constructor. |
l2_l3_setup_params = {'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'} | (DictOpt) Parameter for l2_l3 workflow setup. |
l2_l3_workflow_name = openstack_l2_l3 | (StrOpt) Name of l2_l3 workflow. Default: openstack_l2_l3. |
l4_action_name = BaseCreate | (StrOpt) Name of the l4 workflow action. Default: BaseCreate. |
l4_workflow_name = openstack_l4 | (StrOpt) Name of l4 workflow. Default: openstack_l4. |
service_adc_type = VA | (StrOpt) Service ADC type. Default: VA. |
service_adc_version = | (StrOpt) Service ADC version. |
service_cache = 20 | (IntOpt) Size of service cache. Default: 20. |
service_compression_throughput = 100 | (IntOpt) Service compression throughput. Default: 100. |
service_ha_pair = False | (BoolOpt) Enables or disables the Service HA pair. Default: False. |
service_isl_vlan = -1 | (IntOpt) A required VLAN for the interswitch link to use. |
service_resource_pool_ids = | (ListOpt) Resource pool IDs. |
service_session_mirroring_enabled = False | (BoolOpt) Enable or disable Alteon interswitch link for stateful session failover. Default: False. |
service_ssl_throughput = 100 | (IntOpt) Service SSL throughput. Default: 100. |
service_throughput = 1000 | (IntOpt) Service throughput. Default: 1000. |
vdirect_address = None | (StrOpt) IP address of vDirect server. |
vdirect_password = radware | (StrOpt) vDirect user password. |
vdirect_user = vDirect | (StrOpt) vDirect user name. |