Merge "Update gnocchi for centos binary"
This commit is contained in:
commit
89938f9b67
@ -2,10 +2,13 @@ FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||
MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
RUN yum install -y \
|
||||
openstack-gnocchi-common \
|
||||
&& yum clean all
|
||||
|
||||
{% endif %}
|
||||
{% elif install_type == 'source' %}
|
||||
{% if base_distro in ['ubuntu', 'debian'] %}
|
||||
|
||||
|
@ -67,8 +67,7 @@ class BuildTest(object):
|
||||
|
||||
|
||||
class BuildTestCentosBinary(BuildTest, base.BaseTestCase):
|
||||
excluded_images = ["gnocchi-base",
|
||||
"murano-base",
|
||||
excluded_images = ["murano-base",
|
||||
"ironic-pxe",
|
||||
"ironic-inspector",
|
||||
"mistral-base",
|
||||
@ -103,8 +102,7 @@ class BuildTestUbuntuSource(BuildTest, base.BaseTestCase):
|
||||
|
||||
|
||||
class BuildTestOracleLinuxBinary(BuildTest, base.BaseTestCase):
|
||||
excluded_images = ["gnocchi-base",
|
||||
"murano-base",
|
||||
excluded_images = ["murano-base",
|
||||
"ironic-pxe",
|
||||
"ironic-inspector",
|
||||
"mistral-base",
|
||||
|
Loading…
Reference in New Issue
Block a user