Merge "Add curl to the default heat image"

This commit is contained in:
Zuul 2019-05-14 17:11:34 +00:00 committed by Gerrit Code Review
commit e4169a2c24
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: "."