Files
octavia/doc/source/admin/providers/index.rst
Ann Taraday 9c13499d21 Jobboard based controller
Introduce TaskFlowServiceController which uses taskflow
jobboard feature and saves jobs info into persistence backend.

Jobboard could be operated via RedisTaskFlowDriver or
ZookeeperTaskFlowDriver, that could be set via the config.
RedisTaskFlowDriver is intoduced as default backend for jobboard.
Usage of jobboard allows to resume jobs in case of restart/stop
of Octavia controller services.

Persistence backend saves state of flow tasks that required in
case of resuming job. SQLAlchemy backend is used here.

Bump taskflow version to 3.7.1 and add dependency to
SQLAlchemy-Utils (required for taskflow sqlalchemy
backend support).

Story: 2005072
Task: 30806
Task: 30816
Task: 30817

Change-Id: I92ee4e879e98e4718d2e9aba56486341223a9157
2020-04-08 19:53:09 +04:00

57 lines
2.2 KiB
ReStructuredText

..
Copyright 2018 Rackspace, US Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
==========================
Available Provider Drivers
==========================
Octavia supports enabling multiple provider drivers via the Octavia v2 API.
Drivers, other than the reference Amphora driver, exist outside of the Octavia
repository and are not maintained by the Octavia team. This list is intended
to provide a place for operators to discover and find available load balancing
provider drivers.
This list is a **"best effort"** to keep updated, so please check with your
favorite load balancer provider to see if they support OpenStack load
balancing. If they don't, make a request for support!
.. Note:: The provider drivers listed here may not be maintained by the
OpenStack LBaaS (Octavia) team. Please submit bugs for these
projects through their respective bug tracking systems.
Drivers are installed on all of your Octavia API instances using pip and
automatically integrated with Octavia using `setuptools entry points`_. Once
installed, operators can enable the provider by adding the provider to the
Octavia configuration file `enabled_provider_drivers`_ setting in the
[api_settings] section. Be sure to install and enable the provider on all of
your Octavia API instances.
.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html?#entry-points
.. _enabled_provider_drivers: https://docs.openstack.org/octavia/latest/configuration/configref.html#api_settings.enabled_provider_drivers
.. include:: a10.rst
.. include:: amphora.rst
.. include:: amphorav2.rst
.. include:: f5.rst
.. include:: ovn.rst
.. include:: radware.rst
.. include:: vmware-nsx.rst