Skip to content
Snippets Groups Projects
Commit c7ea6aa1 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update Ceilometer dockerfiles for formatting"

parents 0a3fa592 970075d4
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }} ...@@ -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-ceilometer-api \ RUN yum -y install \
openstack-ceilometer-api \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %} {% elif base_distro in ['ubuntu'] %}
......
...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }} ...@@ -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-ceilometer-central \ RUN yum -y install \
openstack-ceilometer-central \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %} {% elif base_distro in ['ubuntu'] %}
......
...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }} ...@@ -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-ceilometer-collector \ RUN yum -y install \
openstack-ceilometer-collector \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %} {% elif base_distro in ['ubuntu'] %}
......
...@@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }} ...@@ -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-ceilometer-compute \ openstack-ceilometer-compute \
python-ceilometerclient \ python-ceilometerclient \
&& yum clean all && yum clean all
......
...@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }} ...@@ -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-ceilometer-notification \ RUN yum -y install \
openstack-ceilometer-notification \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %} {% elif base_distro in ['ubuntu'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment