Update Gnocchi dockerfiles for formatting
Change-Id: I9a3560e3ec207f5aff0a0d8e608ab481989a8d82 Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
9fe4d3585c
@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum install -y \
|
RUN yum -y install \
|
||||||
openstack-gnocchi-api \
|
openstack-gnocchi-api \
|
||||||
openstack-gnocchi-carbonara \
|
openstack-gnocchi-carbonara \
|
||||||
openstack-gnocchi-indexer-sqlalchemy \
|
openstack-gnocchi-indexer-sqlalchemy \
|
||||||
|
@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum install -y \
|
RUN yum -y install \
|
||||||
openstack-gnocchi-common \
|
openstack-gnocchi-common \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
RUN yum install -y openstack-gnocchi-statsd \
|
RUN yum -y install \
|
||||||
|
openstack-gnocchi-statsd \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user