From cb3977ed294dbad747611c5f77ac58b3f6404820 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Tue, 22 Aug 2023 23:18:50 -0500 Subject: [PATCH] Add compute pkg into gpu --- ansible/group_vars/gpu | 83 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/ansible/group_vars/gpu b/ansible/group_vars/gpu index ad9aa51..f7082e8 100644 --- a/ansible/group_vars/gpu +++ b/ansible/group_vars/gpu @@ -1,6 +1,89 @@ --- yum_repo_files: [] pkg_list: + - "Lmod-7.8.11" + - "atftp-server" + - "cluster-tools-dell" + - "cluster-tools-slave" + - "cm-boost" + - "cm-config-ceph-release-luminous" + - "cm-config-cm" + - "cm-config-dhclient" + - "cm-config-dracut-slave" + - "cm-config-grub" + - "cm-config-ldap-client" + - "cm-config-limits" + - "cm-config-man" + - "cm-config-named" + - "cm-config-network-slave" + - "cm-config-nfsclient" + - "cm-config-rootfiles-slave" + - "cm-config-selinux" + - "cm-config-ssh-slave" + - "cm-config-sysctl-slave" + - "cm-config-syslog-slave" + - "cm-config-systemd" + - "cm-config-xntp-slave" + - "cm-config-yum" + - "cm-curl" + - "cm-dhcp" + - "cm-freeipmi" + - "cm-ipmitool" + - "cm-ipxe-slave" + - "cm-libpam" + - "cm-libprometheus" + - "cm-lua" + - "cm-mariadb-libs" + - "cm-openssl" + - "cm-python2" + - "cm-python36" + - "cm-slave" + - "cm-uge-client" + - "cmburn" + - "cmburn-slave" + - "cmdaemon" + - "cmdaemon-remotecm" + - "confuse" + - "gcc-recent" + - "gdb-recent" + - "lshw" + - "lua-bit32" + - "lua-filesystem" + - "lua-json" + - "lua-lpeg" + - "lua-posix" + - "lua-term" + - "mysql++" + - "net-snmp-recent" + - "node-installer-slave" + - "openvpn" + - "perl-Config-IniFiles" + - "python-dogpile-cache" + - "python-isodate" + - "python-netaddr" + - "python-netifaces" + - "python-setuptools_scm" + - "python-testtools" + - "python-websockify" + - "python2-cliff" + - "python2-debtcollector" + - "python2-deprecation" + - "python2-fixtures" + - "python2-funcsigs" + - "python2-ipaddress" + - "python2-pbr" + - "python2-positional" + - "python2-pysocks" + - "python2-pyyaml" + - "python2-requests-oauthlib" + - "python2-requestsexceptions" + - "python2-rfc3986" + - "python2-six" + - "python2-stevedore" + - "sdparm" + - "sshpass" + - "swig" + - "turbovnc-2.2.6*" - "cuda-dcgm" - "cuda-dcgm-libs" - "cuda-dcgm-nvvs" -- GitLab