openstack-ansible/releasenotes/notes/neutron-openvswitch-agent-group-a63da4af11202790.yaml
Michael Gugino 8e663d7a84 Add neutron_openvswitch_agent to env.d files
This commit adds all nova hosts, network hosts,
and network agent hosts to the inventory group
"neutron_openvswitch_agent".  It also implements
the neutron_openvswitch_agent to the neutron
component_skel.

Implements: blueprint support-openvswitch
Needed-By: Ifdeccb1166944e58a448b4cf08a679a1e67e534d
Change-Id: I971df850c23f4d402f475cc50300f96bee547d46
2016-05-09 11:46:24 +00:00

10 lines
652 B
YAML

---
upgrade:
- The new host group ``neutron_openvswitch_agent`` has been added to the ``env.d/neutron.yml``
and ``env.d/nova.yml`` environment configuration files in order to support the implementation
of Open vSwitch. Deployers must ensure that their environment configuration files are updated
to include the above group name. Please see the example implementations in
`env.d/neutron.yml <https://github.com/openstack/openstack-ansible/blob/stable/newton/etc/openstack_deploy/env.d/neutron.yml>`_
and
`env.d/nova.yml <https://github.com/openstack/openstack-ansible/blob/stable/newton/etc/openstack_deploy/env.d/nova.yml>`_.