Skip to content

Commit f65605a

Browse files
committed
install ceph-common in control plane so rbd provisioner can find rbd cli to create rbd images
Signed-off-by: Huamin Chen <[email protected]>
1 parent 836f8e3 commit f65605a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/origin/Dockerfile

Lines changed: 3 additions & 1 deletion
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)