Comment 2 for bug 1814686

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (master)

Reviewed: https://review.openstack.org/635013
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=df43c5119dec29fbb0dcec6d1d58dbbb85381c3b
Submitter: Zuul
Branch: master

commit df43c5119dec29fbb0dcec6d1d58dbbb85381c3b
Author: James Denton <email address hidden>
Date: Tue Feb 5 19:19:26 2019 +0000

    [docs] Apply provider network config on per-group basis

    This patch provides documentation for 'Provider Network Groups',
    aka 'the ability to define provider networks that are applied only to
    certain groups'. This allows deployers to configure provider networks
    across a heterogeneous environment as opposed to a homogeneous environment.
    It also updates the documentation by providing examples of single and
    multi-interface deployments.

    The docs call out the steps necessary to configure the
    openstack_user_config.yml file to configure provider networks
    on a per-group basis. Only groups listed under group_binds for a given
    provider network will utilize the given vars.

    Change-Id: I9611810722283a8a0e4c57e60576bd0c3506eacc
    Closes-Bug: 1814686