File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ COPY system-container/manifest.json system-container/config.json.template system
15
15
16
16
RUN INSTALL_PKGS=" \
17
17
origin-hyperkube origin-node origin-sdn-ovs \
18
- socat ethtool device-mapper iptables nmap-ncat e2fsprogs \
18
+ socat ethtool device-mapper iptables nmap-ncat e2fsprogs ceph-common \
19
19
xfsprogs device-mapper-persistent-data\
20
20
libmnl libnetfilter_conntrack conntrack-tools \
21
21
libnfnetlink iproute bridge-utils procps-ng openssl \
22
22
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
23
23
iscsi-initiator-utils \
24
24
" && \
25
+ yum install -y centos-release-ceph-luminous && \
26
+ rpm -V centos-release-ceph-luminous && \
25
27
yum --enablerepo=origin-local-release install -y $INSTALL_PKGS && \
26
28
rpm -V $INSTALL_PKGS && \
27
29
yum clean all
You can’t perform that action at this time.
0 commit comments