Allow build debian/ubuntu-binary cloudkitty images
Change-Id: I01356184b8e0ef2b5341ec74a2c434b09a50766d
This commit is contained in:
parent
928c4648a4
commit
11b4451260
@ -17,8 +17,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
{% set cloudkitty_api_packages = [
|
||||
'cloudkitty-api'
|
||||
] %}
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
|
@ -18,8 +18,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
{% set cloudkitty_base_packages = [
|
||||
'cloudkitty-common',
|
||||
] %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
@ -16,8 +16,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
{% set cloudkitty_processor_packages = [
|
||||
'cloudkitty-processor',
|
||||
] %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
@ -137,13 +137,11 @@ UNBUILDABLE_IMAGES = {
|
||||
},
|
||||
|
||||
'debian+binary': {
|
||||
"cloudkitty-base", # no support in Dockerfile
|
||||
"nova-serialproxy", # no binary package
|
||||
"tacker-base", # no binary package
|
||||
},
|
||||
|
||||
'ubuntu+binary': {
|
||||
"cloudkitty-base",
|
||||
"senlin-conductor", # no binary package
|
||||
"senlin-health-manager", # no binary package
|
||||
"tacker-base",
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Support for Debian/Ubuntu binary (aka packaged) CloudKitty images.
|
Loading…
Reference in New Issue
Block a user