Hi,
Working on LTS 20.04 LTS. Installed salt:
curl -L [https://bootstrap.saltstack.com](https://bootstrap.saltstack.com/) -o /tmp/bootstrap_salt.sh
sudo sh /tmp/bootstrap_salt.sh -XUdfP -x python3
Cloned Arvados github repo and initiated the install:
git clone https://github.com/arvados/arvados.git
cd arvados/tools/salt-install/
sudo bash provision.sh
Getting the first error that starts a cascade of errors:
ID: arvados-repo-install-pkgrepo-managed
Function: pkgrepo.managed
Name: deb http://apt.arvados.org/ focal main
Result: False
Comment: Failed to configure repo 'deb http://apt.arvados.org/ focal main': E: The repository 'http://apt.arvados.org focal Release' does not have a Release file.
Started: 21:01:25.623906
Duration: 6302.129 ms
Changes:
This ends up with a final installation of:
Summary for local
--------------
Succeeded: 134 (changed=88)
Failed: 29
--------------
Total states run: 163
Total run time: 271.909 s
Any ideas? Thanks a lot.