4.1 KiB
4.1 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
loadbalancer_scheduler_driver =
neutron_lbaas.agent_scheduler.ChanceScheduler |
(String) Driver to use for scheduling to a default loadbalancer agent |
[haproxy] | |
jinja_config_template =
/usr/lib/python/site-packages/neutron-lbaas/neutron_lbaas/drivers/haproxy/templates/haproxy.loadbalancer.j2 |
(String) Jinja template file for haproxy configuration |
[octavia] | |
allocates_vip = False |
(Boolean) True if Octavia will be responsible for allocating the VIP. False if neutron-lbaas will allocate it and pass to Octavia. |
base_url = http://127.0.0.1:9876 |
(String) URL of Octavia controller root |
request_poll_interval = 3 |
(Integer) Interval in seconds to poll octavia when an entity is created, updated, or deleted. |
request_poll_timeout = 100 |
(Integer) Time to stop polling octavia when a status of an entity does not change. |
[radwarev2] | |
child_workflow_template_names =
manage_l3 |
(List) Name of child workflow templates used.Default: manage_l3 |
ha_secondary_address = None |
(String) IP address of secondary vDirect server. |
service_adc_type = VA |
(String) Service ADC type. Default: VA. |
service_adc_version = |
(String) Service ADC version. |
service_cache = 20 |
(Integer) Size of service cache. Default: 20. |
service_compression_throughput = 100 |
(Integer) Service compression throughput. Default: 100. |
service_ha_pair = False |
(Boolean) Enables or disables the Service HA pair. Default: False. |
service_isl_vlan = -1 |
(Integer) A required VLAN for the interswitch link to use. |
service_resource_pool_ids = |
(List) Resource pool IDs. |
service_session_mirroring_enabled =
False |
(Boolean) Enable or disable Alteon interswitch link for stateful session failover. Default: False. |
service_ssl_throughput = 100 |
(Integer) Service SSL throughput. Default: 100. |
service_throughput = 1000 |
(Integer) Service throughput. Default: 1000. |
stats_action_name = stats |
(String) Name of the workflow action for statistics. Default: stats. |
vdirect_address = None |
(String) IP address of vDirect server. |
vdirect_password = radware |
(String) vDirect user password. |
vdirect_user = vDirect |
(String) vDirect user name. |
workflow_action_name = apply |
(String) Name of the workflow action. Default: apply. |
workflow_params =
{'data_ip_address': '192.168.200.99', 'ha_network_name': 'HA-Network', 'ha_port': 2, 'allocate_ha_ips': True, 'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'data_port': 1, 'gateway': '192.168.200.1', 'twoleg_enabled': '_REPLACE_', 'data_ip_mask': '255.255.255.0'} |
(Dict) Parameter for l2_l3 workflow constructor. |
workflow_template_name = os_lb_v2 |
(String) Name of the workflow template. Default: os_lb_v2. |
[radwarev2_debug] | |
configure_l3 = True |
(Boolean) Configule ADC with L3 parameters? |
configure_l4 = True |
(Boolean) Configule ADC with L4 parameters? |
provision_service = True |
(Boolean) Provision ADC service? |