From 41a173fce759430c2cb543a852e9cf6ae6a1652d Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 6 Mar 2019 17:20:21 +0100 Subject: [PATCH] Grenade: add the Grenade Heat plugin too Heat is deployed by the Grenade job, so it should be upgraded as well. Change-Id: Ifa841399c4619bc2f678f3b2dc879f33dbb770e5 --- .zuul.yaml | 1 + playbooks/legacy/grenade-devstack-murano/run.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 44d035b35..f1bc48b8d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -134,4 +134,5 @@ - openstack/murano-dashboard - openstack/python-heatclient - openstack/python-muranoclient + - openstack/heat-tempest-plugin - openstack/murano-tempest-plugin diff --git a/playbooks/legacy/grenade-devstack-murano/run.yaml b/playbooks/legacy/grenade-devstack-murano/run.yaml index 537a15143..fed6fd013 100644 --- a/playbooks/legacy/grenade-devstack-murano/run.yaml +++ b/playbooks/legacy/grenade-devstack-murano/run.yaml @@ -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