diff options
author | Zuul <zuul@review.opendev.org> | 2019-10-03 03:28:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-10-03 03:28:30 +0000 |
commit | 6ee5cfb39731362455b0d5ad2fd1460f142f7e46 (patch) | |
tree | 197483e7c717acfdc4989f2da7fb4b791ceb8f99 /.zuul.yaml | |
parent | 071cce0dfe0998d74980522ce6309abcc7328fba (diff) | |
parent | 0044702e0dd51814be38818144c675cc8a7617ca (diff) | |
download | nova-6ee5cfb39731362455b0d5ad2fd1460f142f7e46.tar.gz |
Merge "Test heal port allocations in nova-next"
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 1d85cab342..db875a2309 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -229,6 +229,11 @@ scheduler: # Added in Train. query_placement_for_image_type_support: True + "/$NEUTRON_CORE_PLUGIN_CONF": + # Needed for QoS port heal allocation testing. + ovs: + bridge_mappings: public:br-ex + resource_provider_bandwidths: br-ex:1000000:1000000 devstack_localrc: # Added in Pike. NOVA_USE_SERVICE_TOKEN: True @@ -241,8 +246,14 @@ ENABLE_VOLUME_MULTIATTACH: True devstack_services: tls-proxy: true + # neutron-* needed for QoS port heal allocation testing. + neutron-placement: true + neutron-qos: true # Disable non-essential services that we don't need for this job. c-bak: false + devstack_plugins: + # Needed for QoS port heal allocation testing. + neutron: https://opendev.org/openstack/neutron - job: name: nova-tempest-v2-api |