Merge "Add heat-all container"
This commit is contained in:
commit
eaec95b14e
24
docker/heat/heat-all/Dockerfile.j2
Normal file
24
docker/heat/heat-all/Dockerfile.j2
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
||||||
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
|
{% block heat_all_header %}{% endblock %}
|
||||||
|
|
||||||
|
{% import "macros.j2" as macros with context %}
|
||||||
|
|
||||||
|
{% if install_type == 'binary' %}
|
||||||
|
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
|
||||||
|
{% set heat_all_packages = [
|
||||||
|
'openstack-heat-api',
|
||||||
|
'openstack-heat-monolith',
|
||||||
|
'openstack-heat-engine'
|
||||||
|
] %}
|
||||||
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
|
RUN echo 'heat-all not yet available for {{ base_distro }}' && /bin/false
|
||||||
|
{% endif %}
|
||||||
|
{{ macros.install_packages(heat_all_packages | customizable("packages")) }}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
{% block heat_all_footer %}{% endblock %}
|
||||||
|
{% block footer %}{% endblock %}
|
||||||
|
|
||||||
|
USER heat
|
@ -108,6 +108,7 @@ class BuildTestUbuntuBinary(BuildTest, base.BaseTestCase):
|
|||||||
"cloudkitty-base",
|
"cloudkitty-base",
|
||||||
"congress-base",
|
"congress-base",
|
||||||
"freezer-base",
|
"freezer-base",
|
||||||
|
"heat-all",
|
||||||
"karbor-base",
|
"karbor-base",
|
||||||
"kuryr-base",
|
"kuryr-base",
|
||||||
"monasca-base",
|
"monasca-base",
|
||||||
|
Loading…
Reference in New Issue
Block a user