From 115b0edb76938a1061c89a9f0034a30ca5406901 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Fri, 5 Jan 2018 18:57:15 +0100 Subject: [PATCH] TEMP disable OVN and Gnocchi Revert when https://bugs.launchpad.net/tripleo/+bug/1740698 is fully fixed. Also drop scenario003 which runs gnocchi, until we get renamed gnocchi RPM in the current-passed-ci trunk repo. Related-Bug: #1740698 Change-Id: I15b4006875c70f78372d034bcc5ff2623061e3b8 --- .zuul.yaml | 2 -- README.md | 2 +- tests/scenario001.sh | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 202e79580..8fdb85af8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -59,9 +59,7 @@ jobs: - packstack-integration-scenario001-tempest - packstack-integration-scenario002-tempest - - packstack-integration-scenario003-tempest gate: jobs: - packstack-integration-scenario001-tempest - packstack-integration-scenario002-tempest - - packstack-integration-scenario003-tempest diff --git a/README.md b/README.md index 7e0dc151f..7f231e8ae 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ This is the current matrix of available tests: | glance | file | swift | file | | nova | X | X | X | | neutron | X | X | X | -| neutron plugin | ovn | ovs | ovs | +| neutron plugin | ovs | ovs | ovs | | lbaasv2 | | X | | | vpnaas | | | | | cinder | X | | | diff --git a/tests/scenario001.sh b/tests/scenario001.sh index 4c165b3e8..e6736511a 100755 --- a/tests/scenario001.sh +++ b/tests/scenario001.sh @@ -27,9 +27,6 @@ $SUDO packstack ${ADDITIONAL_ARGS} \ --os-horizon-ssl=y \ --amqp-enable-ssl=y \ --glance-backend=file \ - --os-neutron-l2-agent=ovn \ - --os-neutron-ml2-type-drivers="geneve,flat" \ - --os-neutron-ml2-tenant-network-types="geneve" \ --provision-uec-kernel-url="/tmp/cirros/cirros-0.3.5-x86_64-vmlinuz" \ --provision-uec-ramdisk-url="/tmp/cirros/cirros-0.3.5-x86_64-initrd" \ --provision-uec-disk-url="/tmp/cirros/cirros-0.3.5-x86_64-disk.img" \