Skip to content
Snippets Groups Projects
Commit 0efd4e25 authored by Swapnil Kulkarni (coolsvap)'s avatar Swapnil Kulkarni (coolsvap)
Browse files

Update Trove dockerfiles for formatting

Change-Id: Ia3fef63d4aae1a342f376cd9653a2fe4a820aa7e
Partial-Bug:#1569417
parent 3f9f267a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y openstack-trove-api \
RUN yum -y install \
openstack-trove-api \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
......
......@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y openstack-trove-conductor \
RUN yum -y install \
openstack-trove-conductor \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
......
......@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y openstack-trove-guestagent \
RUN yum -y install \
openstack-trove-guestagent \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
......
......@@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y openstack-trove-taskmanager \
RUN yum -y install \
openstack-trove-taskmanager \
&& yum clean all
{% 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