The OVN CentOS 7 job is also set to non-voting due to openvswitch
RDO package installability errors which break the job.
Change-Id: Ib6246d58199a24eecef026e2689a8aa75eb9de74
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters
replace the rabbitmq values and are used to generate the messaging
transport_url for the service. The association of the messaging
backend server to the oslo.messaging services will then be
transparent to the neutron service.
This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation
* Add oslo.messaging to tests inventories
* Add release note
Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I717880458f69870acf75a101481b7776d250ebf4
The current opendaylight inventory file was not containing
all the necessary hosts which are essential for the proper
testing of the various patchsets.
Change-Id: I131daf2da9033ce8276d28aca5e5861c7569adb8
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Avoid assuming that provider or deployment specific groups are defined
in inventory by making use of the group names defined in the
'neutron_services' var and checking group membership through a host's
group_names instead of Ansible's groups dictionary.
Change-Id: I66b7c639494d98fdb3baa52fe56c670e32dea3ce
When Opendaylight is selected as neutron-backend then the OvS
is installed not only in neutron-agent container and in Compute hosts
but also in neutron-server container.
Change-Id: I6ec5a9dcacf50883b613256dacef32795fc3b65e
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
- This commit adds a new ML2 backend that uses OpenDaylight SDN
Controller and networking-odl to handle neutron networking.
- Installation of OpenDaylight uses the official ansible-opendaylight
Ansible role.
- It requires OpenvSwitch as traffic forwarder.
- New test scenario for OpenDaylight
Change-Id: I67083992660a1aca4b6edd5ecf4f28113c0e547f