Add curl to the default heat image

curl was apparently forgotten in the refactor to have images built
in zuul automatically.

This is a problem, as the heat image is used in glance to fetch
the CirrOS image, which would fail if curl is absent.

Change-Id: Ia1a84766865ea5c4e4a26516c9e8faa2e0daf9b2
This commit is contained in:
Jean-Philippe Evrard 2019-05-14 14:19:15 +02:00
parent 95277710d1
commit f3fcdaf2ce
2 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,9 @@ keystone_profiles=${keystone_profiles:-"'fluent apache ldap'"}
keystone_pip_packages=${keystone_pip_packages:-"'pycrypto python-openstackclient'"}
heat_profiles=${heat_profiles:-"'fluent apache'"}
heat_pip_packages=${heat_pip_packages:-"pycrypto"}
# Heat image is used as a helper, and needs curl for fetching images in glance
# for example
heat_dist_packages=${heat_dist_packages:-"curl"}
barbican_profiles=${barbican_profiles:-"fluent"}
barbican_pip_packages=${barbican_pip_packages:-"pycrypto"}
glance_profiles=${glance_profiles:-"'fluent ceph'"}

View File

@ -97,6 +97,7 @@
- "PROJECT_REF={{ branchname }}"
- "PROFILES='fluent apache'"
- "WHEELS='{{ wheels_location }}'"
- "DIST_PACKAGES='curl'"
tags: *imagetag
- &barbican_project
context: "."