Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. [DEFAULT]
  2. debug = False
  3. log_dir = /var/log/kolla/octavia
  4. transport_url = rabbit://openstack:MNiEFrgwIDR3XpshSFx4n8CJ4Bp4XI3sbieEFtBL@10.0.4.1:5672//
  5.  
  6. [api_settings]
  7. bind_host = 10.0.4.1
  8. bind_port = 9876
  9.  
  10. [certificates]
  11. ca_private_key_passphrase = &&&octavia_ca_password-here&&&&
  12. ca_private_key = /etc/octavia/certs/private/cakey.pem
  13. ca_certificate = /etc/octavia/certs/ca_01.pem
  14.  
  15. [haproxy_amphora]
  16. server_ca = /etc/octavia/certs/ca_01.pem
  17. client_cert = /etc/octavia/certs/client.pem
  18.  
  19. [database]
  20. connection = mysql+pymysql://octavia:NWJALGNalB6rFg3gMqgJuSjpXYMkop1SzWWK0Mja@10.0.225.254:3306/octavia
  21. max_retries = -1
  22.  
  23. [service_auth]
  24. auth_url = http://10.0.225.254:35357
  25. auth_type = password
  26. username = octavia
  27. password = &&&octavia_ca_password-here&&&&
  28. user_domain_name = Default
  29. project_name = admin
  30. project_domain_name = Default
  31. memcache_security_strategy = ENCRYPT
  32. memcache_secret_key = 2bLN2HdiLGHRjwLgbsY2IGqFwJfn9g85FY4CDjpr
  33. memcached_servers = 10.0.4.1:11211
  34.  
  35. [keystone_authtoken]
  36. www_authenticate_uri = http://10.0.225.254:5000
  37. auth_url = http://10.0.225.254:35357
  38. auth_type = password
  39. project_domain_id = default
  40. user_domain_id = default
  41. project_name = service
  42. username = octavia
  43. password = octavia-user-password-here!
  44. memcache_security_strategy = ENCRYPT
  45. memcache_secret_key = 2bLN2HdiLGHRjwLgbsY2IGqFwJfn9g85FY4CDjpr
  46. memcached_servers = 10.0.4.1:11211
  47.  
  48. [health_manager]
  49. bind_port = 5555
  50. bind_ip = 10.0.4.1
  51. heartbeat_key = insecure
  52. controller_ip_port_list = 10.0.4.1:5555
  53.  
  54. [controller_worker]
  55. amp_boot_network_list = b95d77bc-a02d-4008-8cb5-ac8cf70902b4
  56. amp_image_tag = amphora
  57. amp_secgroup_list = b0248392-4a19-4e71-b866-07d80a80e1ba
  58. amp_flavor_id = 100
  59. amp_ssh_key_name = octavia_ssh_key
  60. network_driver = allowed_address_pairs_driver
  61. compute_driver = compute_nova_driver
  62. amphora_driver = amphora_haproxy_rest_driver
  63. amp_active_retries = 100
  64. amp_active_wait_sec = 2
  65. loadbalancer_topology = ACTIVE_STANDBY
  66.  
  67. [oslo_messaging]
  68. topic = octavia_prov
  69. rpc_thread_pool_size = 2
  70.  
  71. [oslo_messaging_notifications]
  72. transport_url = rabbit://openstack:MNiEFrgwIDR3XpshSFx4n8CJ4Bp4XI3sbieEFtBL@10.0.4.1:5672//
  73.  
  74. [glance]
  75. region_name = RegionOne
  76. endpoint_type = internal
  77.  
  78. [neutron]
  79. region_name = RegionOne
  80. endpoint_type = internal
  81.  
  82. [nova]
  83. region_name = RegionOne
  84. endpoint_type = internal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement