Role os_octavia for OpenStack-Ansible
Go to file
Vadim Kuznetsov 4bed7d3410 octavia container network address pool
octavia provider network address pool is incorrectly identified
by net_name field of a provider network

.. code-block:: yaml

     - network:
        container_bridge: "br-lbaas"
        container_type: "veth"
        container_interface: "eth14"
        host_bind_override: "eth14"
        ip_from_q: "octavia"
        type: "flat"
        net_name: "octavia"
        group_binds:
          - neutron_linuxbridge_agent
          - octavia-worker
          - octavia-housekeeping
          - octavia-health-manager

In the example ip_from_q and net_name confusingly have the same
value octavia. However ip_from_q refers to cidr_network i.e. address pool
and net_name refers to physical network.

container_network name "octavia_address" comes from ip_from_q value.

Change-Id: Ibbe4636e9b92f2967cbf89a585b8c84a8a56668c
2018-10-25 07:42:30 -04:00
defaults octavia container network address pool 2018-10-25 07:42:30 -04:00
doc switch documentation job to new PTI 2018-09-21 10:06:27 +02:00
examples Trivial: Fix the pep8 warning 2018-08-06 07:49:15 +00:00
handlers Use a common python build/install role 2018-09-03 11:05:24 +00:00
meta Remove galera_client meta-dependency 2018-09-15 16:41:03 -06:00
releasenotes releasenotes: oslo-messaging-separate-backends add project name 2018-10-15 16:57:37 +02:00
tasks Fixes too low security group rules quota 2018-10-02 16:50:12 +00:00
templates Increase Amp Active timeout for tests 2018-08-19 19:33:53 +00:00
tests octavia container network address pool 2018-10-25 07:42:30 -04:00
vars Remove octavia_requires_pip_packages 2018-08-19 18:18:47 +01:00
zuul.d switch documentation job to new PTI 2018-09-21 10:06:27 +02:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:54:28 +00:00
.gitreview Added .gitreview 2016-11-29 10:18:35 +00:00
CONTRIBUTING.rst [Trivial Fix] Replace Chinese punctuation with English punctuation 2018-09-06 10:53:31 +08:00
LICENSE Octavia role hacking 2017-03-01 12:48:12 -05:00
README.rst Make the project home link in next line 2018-07-20 13:55:30 -04:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-09-28 06:21:12 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:31 +00:00
manual-test.rc Octavia role hacking 2017-03-01 12:48:12 -05:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-09-29 04:55:35 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-17 10:31:13 +00:00
setup.py Updated from global requirements 2017-06-07 23:58:38 +00:00
test-requirements.txt Clean up tests a bit 2018-08-19 18:16:30 +01:00
tox.ini switch documentation job to new PTI 2018-09-21 10:06:27 +02:00

README.rst

Team and repository tags

image

OpenStack-Ansible Octavia

Ansible role that installs and configures OpenStack Octavia.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_octavia/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_octavia/

The project source code repository is located at: https://git.openstack.org/cgit/openstack/openstack-ansible-os_octavia

The project home is at: https://launchpad.net/openstack-ansible