Grenade: add the Grenade Heat plugin too

Heat is deployed by the Grenade job, so it should be upgraded as well.

Change-Id: Ifa841399c4619bc2f678f3b2dc879f33dbb770e5
This commit is contained in:
Luigi Toscano 2019-03-06 17:20:21 +01:00
parent 2d6b56370c
commit 41a173fce7
2 changed files with 4 additions and 1 deletions

View File

@ -134,4 +134,5 @@
- openstack/murano-dashboard
- openstack/python-heatclient
- openstack/python-muranoclient
- openstack/heat-tempest-plugin
- openstack/murano-tempest-plugin

View File

@ -29,7 +29,7 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin'
TEMPEST_PLUGINS='/opt/stack/new/murano-tempest-plugin /opt/stack/new/heat-tempest-plugin'
enable_plugin heat git://git.openstack.org/openstack/heat
EOF
executable: /bin/bash
@ -49,10 +49,12 @@
export PROJECTS="openstack/murano $PROJECTS"
export PROJECTS="openstack/murano-dashboard $PROJECTS"
export PROJECTS="openstack/python-muranoclient $PROJECTS"
export PROJECTS="openstack/heat-tempest-plugin $PROJECTS"
export PROJECTS="openstack/murano-tempest-plugin $PROJECTS"
export BRANCH_OVERRIDE=default
export GRENADE_PLUGINRC="enable_grenade_plugin murano https://git.openstack.org/openstack/murano"
export GRENADE_PLUGINRC+=$'\n'"enable_grenade_plugin heat https://git.openstack.org/openstack/heat"
export DEVSTACK_GATE_GRENADE=pullup