mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
The following implements in tree support for grenade upgrade testing for heat. It includes the expected directory structure to be used for the external plugin. For now, we create a simple OS::Heat::RandomString resource and check whether the stack survives the upgrade. We should add better tests for upgrades in the future. Co-Authored-By: Steven Hardy <shardy@redhat.com> Co-Authored-By: Sergey Kraynev <skraynev@mirantis.com> Co-Authored-By: Emilien Macchi <emilien.macchi@enovance.com> partial blueprint upgrade-tests Change-Id: I0847004a8ac023a113cabaee46896abc823a01da
4 lines
95 B
YAML
4 lines
95 B
YAML
heat_template_version: 2014-10-16
|
|
resources:
|
|
random_string:
|
|
type: OS::Heat::RandomString
|