Commit Graph

6 Commits

Author SHA1 Message Date
Logan V
9f619e3f05 Remove LBaaS v2 plugin
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
2019-05-16 23:46:18 +00:00
Andrew Smith
4db9c95d6f Update to use oslo.messaging service for RPC and Notify
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
2018-05-23 12:11:00 -04:00
Dimitrios Markou
69ad629272 Add hosts to ODL test inventory
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>
2017-11-21 12:52:38 +02:00
Jimmy McCrory
c03c932c9b Use known group names
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
2017-11-13 11:10:33 -08:00
Dimitrios Markou
a17e80117d Remove OvS from neutron-server container
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>
2017-11-09 16:27:48 +02:00
Juan Vidal Allende
7dce6e2b07 Add option to deploy OpenDaylight SDN Controller
- 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
2017-08-18 09:19:21 +02:00