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
This commit is contained in:
Alan Pevec 2018-01-05 18:57:15 +01:00
parent 2865c849ef
commit 115b0edb76
3 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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 | | |

View File

@ -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" \