openstack-ansible-os_octavia/tests
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
..
group_vars Octavia role hacking 2017-03-01 12:48:12 -05:00
host_vars octavia container network address pool 2018-10-25 07:42:30 -04:00
ansible-role-requirements.yml Trivial: Fix the pep8 warning 2018-08-06 07:49:15 +00:00
inventory Switch compute to use different inventory_hostname 2018-07-20 10:21:12 +01:00
os_octavia-overrides.yml Increase Amp Active timeout for tests 2018-08-19 19:33:53 +00:00
test-install-octavia.yml Move MQ vhost/user creation into role 2018-08-01 18:56:29 +01:00
test-octavia.yml Clean up tests a bit 2018-08-19 18:16:30 +01:00
test.yml use include_tasks instead of include 2018-09-08 14:29:57 +00:00