OpenStack Orchestration (Heat)
Go to file
Elod Illes 21ed95f9b6 [CI] Use compatible version of heat-tempest-plugin
This is a combination of five patch to fix the gate:

1. Use compatible version of heat-tempest-plugin

heat-tempest-plugin dropped py38 support, hence it cannot be installed
from recent master, so we need to override the checkout to the version
that still supports py38 and compatible to the actual branch.

This is needed both for the grenade job and the functional job, because
these are using the heat-tempest-plugin.

2. Try archive path to download Fedora image

This is a temporal workaround to allow downloading Fedora 37 image
which was moved to the archive path.

3. Remove reference to devstack-gate

devstack-gate was deprecated in xena and is being retired now[1].

4. [stable-only] Cap setuptools <71.0.0

py39 jobs (on ubuntu-focal) started to fail due to recent virtualenv
release (20.26.4) on Yoga (which bundles setuptools), because we have
'packaging==21.3' in this branch that is not compatible with newer
setuptools [2].

setuptools is bundled in virtualenv, so it has to be capped via the
virtualenv package. tox also needed to be capped (<4) as gate uses
tox 3.28.0, but with capping virtualenv we pull in latest tox as well,
which would cause other errors.

5. Set functional jobs as non-voting

heat-functional jobs try to install python-zaqarclient (via zaqar
project) from master branch, but on master the client dropped py38
support, hence the jobs fail. This patch sets it non-voting as a
quick workaround until a final fix arrives.

[1] https://review.opendev.org/c/openstack/governance/+/919629
[2] https://github.com/pypa/setuptools/issues/4483

Changes:
  .zuul.yaml

NOTE(elod.illes): change in .zuul.yaml is to adapt the patch to the
current branch ('<series>-last' needs to be used).

Change-Id: I9b1702749976a2cea42a24130e5fec2931b75ce1
(cherry picked from commit a806b400cf)
(cherry picked from commit ae6225890e)
(cherry picked from commit 4fd9953a55)
(cherry picked from commit 81a8b93254)
(cherry picked from commit 665ccfc262)
(cherry picked from commit c18b344591)
(cherry picked from commit dcf7403635)
2024-12-15 11:51:39 +01:00
api-ref/source [goal] Deprecate the JSON formatted policy file 2021-06-17 01:35:45 +08:00
bin Fix hacking warnings 2020-04-16 06:43:27 +00:00
contrib/heat_docker Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
devstack [CI] Use compatible version of heat-tempest-plugin 2024-12-15 11:51:39 +01:00
doc Skip loading auth plugin in case the property is set 2023-09-11 07:33:27 +00:00
etc/heat Add a /healthcheck URL 2020-04-30 18:49:55 +02:00
heat Skip loading auth plugin in case the property is set 2023-09-11 07:33:27 +00:00
heat_integrationtests Skip loading auth plugin in case the property is set 2023-09-11 07:33:27 +00:00
heat_upgradetests In-tree grenade support for Heat 2015-07-02 17:23:22 +05:30
playbooks/devstack/functional Remove gabbi tempest plugin 2020-11-04 02:12:11 +00:00
rally-scenarios Switch to use opendev.org 2019-04-22 09:36:50 +05:30
releasenotes Honor 'hidden' parameter in 'stack environment show' command 2023-03-29 20:06:56 +09:00
roles/run-heat-tests Fix setting the tempest virtual env constraints env var 2023-04-03 12:56:23 +09:00
tools Fix lower-constraints errors 2020-09-10 14:19:03 -04:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-11-12 09:21:05 +05:30
.gitignore Ignore old 'vN-branch' tags when scanning for release notes 2020-03-27 17:44:43 +00:00
.gitreview Update .gitreview for unmaintained/xena 2024-03-06 11:41:49 +00:00
.stestr.conf Use stestr for unit tests 2017-12-15 12:39:37 +05:30
.zuul.yaml [CI] Use compatible version of heat-tempest-plugin 2024-12-15 11:51:39 +01:00
babel.cfg Add setup.py and friends 2012-03-14 09:25:54 +11:00
bindep.txt Add local bindep.txt 2019-06-26 17:48:15 +02:00
config-generator.conf Add missing oslo.cache options 2021-08-23 11:34:33 +09:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2021-05-31 20:37:14 +00:00
HACKING.rst Clean up test requirements 2018-07-27 13:38:27 +00:00
install.sh Remove use of heat_watch_server_url 2018-01-28 09:11:18 +05:30
LICENSE Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
README.rst Add ironic client plugin support 2020-04-09 14:14:38 +08:00
requirements.txt Drop lower-constraints.txt and its testing 2022-06-16 13:41:54 +09:00
setup.cfg Merge "Add template version 2021-04-16 for Wallaby" 2020-11-02 17:45:07 +00:00
setup.py [ussuri][goal] Finish dropping python 2.7 support 2020-02-06 18:58:12 +01:00
test-requirements.txt Fix setting the tempest virtual env constraints env var 2023-04-03 12:56:23 +09:00
tox.ini [CI] Use compatible version of heat-tempest-plugin 2024-12-15 11:51:39 +01:00
uninstall.sh use stderr for error echo message 2016-01-17 05:20:40 +00:00

Team and repository tags

image

Heat

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.

Why heat? It makes the clouds rise and keeps them there.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://opendev.org/openstack/heat

Python client

Report a Story (a bug/blueprint)

If you'd like to report a Story (we used to call a bug/blueprint), you can report it under Report a story in Heat's StoryBoard. If you must report the story under other sub-project of heat, you can find them all in Heat StoryBoard Group. if you encounter any issue.

References

We have integration with