Skip to content

Commit

Permalink
Merge pull request #20222 from wongma7/rbd-image
Browse files Browse the repository at this point in the history
install ceph-common in control plane so rbd provisioner can find rbd …
  • Loading branch information
openshift-merge-robot authored Jul 6, 2018
2 parents ad6a1da + 6f53bd1 commit 9caa921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/origin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
FROM openshift/origin-cli

RUN INSTALL_PKGS="origin" && \
RUN INSTALL_PKGS="origin ceph-common" && \
yum install -y centos-release-ceph-luminous && \
rpm -V centos-release-ceph-luminous && \
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
rpm -V ${INSTALL_PKGS} && \
yum clean all && \
Expand Down

0 comments on commit 9caa921

Please sign in to comment.