Skip to content

Commit 67a36ff

Browse files
Merge pull request #19870 from rootfs/rbd-img-control-plane
install ceph-common in control plane so rbd provisioner can find rbd cli to create rbd images
2 parents c8924fa + f65605a commit 67a36ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: images/origin/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
FROM openshift/origin-cli
88

9-
RUN INSTALL_PKGS="origin" && \
9+
RUN INSTALL_PKGS="origin ceph-common" && \
10+
yum install -y centos-release-ceph-luminous && \
11+
rpm -V centos-release-ceph-luminous && \
1012
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
1113
rpm -V ${INSTALL_PKGS} && \
1214
yum clean all && \

0 commit comments

Comments
 (0)