File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7171 # download and install packages from web, cleaning any files as you go.
7272 # Installs should support install of ganesha for luminous
7373 microdnf update -y --setopt=install_weak_deps=0 --nodocs && \
74- microdnf install -y --setopt=install_weak_deps=0 --nodocs util-linux python3-saml python3-setuptools udev device-mapper jq \
74+ microdnf install -y --setopt=install_weak_deps=0 --nodocs \
7575 $(cat packages-*.txt) \
7676 && \
7777 echo '@ceph - memlock 204800' >> /etc/security/limits.conf && \
Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ nfs-ganesha-rados-urls
2525nfs-ganesha-rgw
2626nfs-ganesha-utils
2727rbd-mirror
28+ python3-saml
Original file line number Diff line number Diff line change @@ -14,3 +14,8 @@ smartmontools
1414sssd-client
1515systemd-udev
1616tar
17+ util-linux
18+ python3-setuptools
19+ udev
20+ device-mapper
21+ jq
You can’t perform that action at this time.
0 commit comments