commit | c87a06b3c29427dc8f2513047c804e0410b4b99c | [log] [tgz] |
---|---|---|
author | Lajos Katona <lajos.katona@ericsson.com> | Fri Jan 04 13:21:48 2019 +0100 |
committer | Lajos Katona <katonalala@gmail.com> | Fri Jun 07 12:42:07 2019 +0000 |
tree | 38a9f70506490a51954d98d28f12cd593122bee3 | |
parent | e8a5e5c82418d286a3f2eb4e2e1c6a1b0984119c [diff] [blame] |
Minimum bandwidth allocation with placement Add basic scenario test for placement based minimum bandwidth allocation. Change-Id: Ie274f199ce33199a6fc8c4d6846a853522a90d3a Depends-On: https://review.openstack.org/574783 Depends-On: https://review.openstack.org/636360 Depends-On: https://review.opendev.org/660924 Depends-On: https://review.opendev.org/663270 Partial-Bug: #1578989 See-Also: https://review.openstack.org/502306 (nova spec) See-Also: https://review.openstack.org/508149 (neutron spec)
diff --git a/.zuul.yaml b/.zuul.yaml index 462501e..92d2f7c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml
@@ -273,6 +273,21 @@ devstack_localrc: CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 ENABLE_VOLUME_MULTIATTACH: true + devstack_plugins: + neutron: https://opendev.org/openstack/neutron + devstack_services: + neutron-placement: true + neutron-qos: true + devstack_local_conf: + post-config: + "/$NEUTRON_CORE_PLUGIN_CONF": + ovs: + bridge_mappings: public:br-ex + resource_provider_bandwidths: br-ex:1000000:1000000 + test-config: + $TEMPEST_CONFIG: + network-feature-enabled: + qos_placement_physnet: public tempest_concurrency: 2 group-vars: # NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both