Merge "Adding Bagpipe driver to controller and compute elements"

This commit is contained in:
Jenkins 2017-09-01 07:07:55 +00:00 committed by Gerrit Code Review
commit 165ffaf6f1
5 changed files with 10 additions and 0 deletions

View File

@ -1,8 +1,10 @@
bagpipe_agent_package
ceilometer_compute_package
ceph_package
dpdk_package
driverctl_package
libvirt_package
networking_bagpipe_package
networking_sfc_package
neutron_package
neutron_ml2_package

View File

@ -1,10 +1,12 @@
{
"default": {
"bagpipe_agent_package": "openstack-bagpipe-bgp",
"ceilometer_compute_package": "openstack-ceilometer-compute",
"ceph_package": "ceph",
"dpdk_package": "dpdk",
"driverctl_package": "driverctl",
"libvirt_package": "libvirt",
"networking_bagpipe_package": "python-networking-bagpipe",
"neutron_package": "openstack-neutron",
"neutron_ml2_package": "openstack-neutron-ml2",
"neutron_linuxbridge_package": "openstack-neutron-linuxbridge",

View File

@ -62,6 +62,7 @@ neutron_l2gw_package
neutron_ml2_package
neutron_openvswitch_package
neutron_package
networking_bagpipe_package
networking_bgpvpn_package
networking_l2gw_package
networking_odl_package

View File

@ -65,6 +65,7 @@
"neutron_ml2_package": "openstack-neutron-ml2",
"neutron_openvswitch_package": "openstack-neutron-openvswitch",
"neutron_package": "openstack-neutron",
"networking_bagpipe_package": "python-networking-bagpipe",
"networking_bgpvpn_package": "python-networking-bgpvpn",
"networking_l2gw_package": "python-networking-l2gw",
"networking_odl_package": "python-networking-odl",

View File

@ -0,0 +1,4 @@
---
features:
- Add BGPVPN support in overcloud-controller element
- Add Bagpipe driver in overcloud-controller and overcloud-compute elements