NVIDIA / deepops

Tools for building GPU clusters
BSD 3-Clause "New" or "Revised" License
1.25k stars 326 forks source link

[ISSUE][deepops, tag: 20.04.2] In CentOS 7.9 x64, msg: 'Not a public key: https://getfedora.org/static/fedora.gpg' #1258

Closed ScGPS closed 1 year ago

ScGPS commented 1 year ago

When I use this tool to install in CentOS 7.9, there is a error reported:

Command

cd ~/deepops
ansible-playbook  -u irteamsu -l k8s-cluster -e '{"nvidia_driver_ubuntu_install_from_cuda_repo": yes}' -vvv playbooks/k8s-cluster.yml 

Error reported

FAILED! => changed=false 
  invocation:
    module_args:
      fingerprint: null
      key: https://getfedora.org/static/fedora.gpg
      state: present
      validate_certs: true
  msg: 'Not a public key: https://getfedora.org/static/fedora.gpg'

Check gpg-pubkey

$  sudo rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
gpg-pubkey-f4a80eb5-53a7ff4b    gpg(CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>)
gpg-pubkey-352c64e5-52ae6884    gpg(Fedora EPEL (7) <epel@fedoraproject.org>)
gpg-pubkey-621e9f35-58adea78    gpg(Docker Release (CE rpm) <docker@docker.com>)
supertetelman commented 1 year ago

I believe this should be fixed with this PR https://github.com/NVIDIA/deepops/commit/574eea3655673d837dc77f974d1f07e4f56b34d7

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. Please update the issue or it will be closed in 7 days.