Created
December 5, 2017 07:02
-
-
Save TrongTan124/87bcbcabf61ca21f6ccdb90b13343474 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stack@octavia:~$ cat /etc/octavia/octavia.conf |egrep -v "^$|^#" | |
[DEFAULT] | |
transport_url = rabbit://stackrabbit:[email protected]:5672/ | |
api_handler = queue_producer | |
bind_host = 172.16.68.59 | |
logging_exception_prefix = ERROR %(name)s %(instance)s | |
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s | |
logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s | |
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} | |
[api_settings] | |
[database] | |
connection = mysql+pymysql://root:[email protected]:3306/octavia | |
[health_manager] | |
bind_port = 5555 | |
bind_ip = 192.168.0.8 | |
controller_ip_port_list = 192.168.0.8:5555 | |
heartbeat_key =insecure | |
[keystone_authtoken] | |
memcached_servers = localhost:11211 | |
signing_dir = | |
cafile = /opt/stack/data/ca-bundle.pem | |
project_domain_name = Default | |
project_name = service | |
user_domain_name = Default | |
password = secretservice | |
username = octavia | |
auth_url = http://172.16.68.59/identity | |
auth_type = password | |
[certificates] | |
ca_private_key_passphrase = foobar | |
ca_private_key = /etc/octavia/certs/private/cakey.pem | |
ca_certificate = /etc/octavia/certs/ca_01.pem | |
[anchor] | |
[networking] | |
[haproxy_amphora] | |
server_ca = /etc/octavia/certs/ca_01.pem | |
client_cert = /etc/octavia/certs/client.pem | |
base_path = /var/lib/octavia | |
base_cert_dir = /var/lib/octavia/certs | |
connection_max_retries = 1500 | |
connection_retry_interval = 1 | |
rest_request_conn_timeout = 10 | |
rest_request_read_timeout = 120 | |
[controller_worker] | |
amp_boot_network_list = 19ca400c-1aac-4035-bd7f-e654c56a6c50 | |
amp_image_tag = amphora | |
amp_secgroup_list = 49cb53a8-5ae7-418c-a753-3da6cf062dcc | |
amp_flavor_id = cc387044-84e2-4fe7-9ccf-e3b52e0748aa | |
amp_image_owner_id = e760b5026c81460fb2876f542dcee086 | |
amp_ssh_key_name = octavia_ssh_key | |
network_driver = allowed_address_pairs_driver | |
compute_driver = compute_nova_driver | |
amphora_driver = amphora_haproxy_rest_driver | |
workers = 2 | |
amp_active_retries = 100 | |
amp_active_wait_sec = 2 | |
[task_flow] | |
[oslo_messaging] | |
topic = octavia_prov | |
rpc_thread_pool_size = 2 | |
[house_keeping] | |
load_balancer_expiry_age = 3600 | |
amphora_expiry_age = 3600 | |
[amphora_agent] | |
[keepalived_vrrp] | |
[service_auth] | |
memcached_servers = 172.16.68.59:11211 | |
cafile = /opt/stack/data/ca-bundle.pem | |
project_domain_name = Default | |
project_name = admin | |
user_domain_name = Default | |
password = secretadmin | |
username = admin | |
auth_type = password | |
auth_url = http://172.16.68.59/identity | |
[nova] | |
[glance] | |
[neutron] | |
[quotas] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment