Allow to use Amphora provider on OVN octavia configuration

Change-Id: Icb4b311a90505c6478cb991a5794e4222f3dec92
This commit is contained in:
Federico Ressi 2022-04-19 12:07:24 +02:00
parent aef99e1f0d
commit 0c8885bc17
2 changed files with 23 additions and 11 deletions

2
Vagrantfile vendored
View File

@ -40,7 +40,7 @@ TOX_ENVLIST = ENV.fetch('TOX_ENVLIST', '')
TOX_EXTRA_ARGS = ENV.fetch('TOX_EXTRA_ARGS', '--notest')
# Allow to switch configuration
DEVSTACK_CONF_NAME = ENV.fetch('DEVSTACK_CONF_NAME', 'designate')
DEVSTACK_CONF_NAME = ENV.fetch('DEVSTACK_CONF_NAME', 'octavia')
DEVSTACK_LOCAL_CONF_FILE = ENV.fetch(
'DEVSTACK_LOCAL_CONF_FILE',

View File

@ -73,18 +73,35 @@ enable_plugin devstack-plugin-tobiko https://opendev.org/x/devstack-plugin-tobik
TOBIKO_NEUTRON_IPV4_DNS_NAMESERVERS=1.1.1.1,8.8.8.8
# Configure Octavia ----------------------------------------------------------
OCTAVIA_NODE="api"
DISABLE_AMP_IMAGE_BUILD=True
OCTAVIA_NODE=standalone
LIBVIRT_TYPE=kvm
LIBVIRT_CPU_MODE=host-passthrough
enable_plugin barbican https://opendev.org/openstack/barbican.git
enable_plugin octavia https://opendev.org/openstack/octavia.git
enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard.git
enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-provider.git
LIBS_FROM_GIT+=python-octaviaclient
enable_service octavia
enable_service o-api
enable_service o-hk
enable_service o-cw
enable_service o-da
disable_service o-cw
disable_service o-hm
enable_service o-hk
enable_service o-hm
[[post-config|$OCTAVIA_CONF]]
[amphora_agent]
forward_all_logs = True
[controller_worker]
loadbalancer_topology = SINGLE
[haproxy_amphora]
build_active_retries = 300
connection_max_retries = 1200
[[post-config|$NOVA_CONF]]
[scheduler]
discover_hosts_in_cells_interval = 2
# OVN octavia provider plugin -------------------------------------------------
enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-provider.git
@ -97,8 +114,3 @@ enable_service designate-api
enable_service designate-worker
enable_service designate-producer
enable_service designate-mdns
[[post-config|$NOVA_CONF]]
[scheduler]
discover_hosts_in_cells_interval = 2