Skip to content

Commit

Permalink
Add additional config to ensure ovn+octavia is working
Browse files Browse the repository at this point in the history
This change adds some additional config to handle octavia's use of the public
URL when creating loadbalancer. While most of the calls are done over the
internalURL it seems octavia defaults to the publicURL in some cases. This
update ensures that we have a functional octavia environment in all cases.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 30, 2024
1 parent 218ec62 commit 775e607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-configs/octavia/octavia-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,13 @@ conf:
ca_certificate: /etc/octavia/certs/ca_01.pem
cinder:
endpoint_type: internalURL
valid_interfaces: internal
glance:
endpoint_type: internalURL
valid_interfaces: internal
neutron:
endpoint_type: internalURL
valid_interfaces: internal
haproxy_amphora:
server_ca: /etc/octavia/certs/ca_01.pem
client_cert: /etc/octavia/certs/client.pem
Expand Down Expand Up @@ -249,6 +252,7 @@ conf:
cafile: ""
auth_version: v3
memcache_security_strategy: ENCRYPT
insecure: true
ovn:
ovn_sb_connection: tcp:127.0.0.1:6642
ovn_nb_connection: tcp:127.0.0.1:6641
Expand Down

0 comments on commit 775e607

Please sign in to comment.