Salt Single Host Installation Error

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.

I think that there are not packages for Ubuntu 20.04 (Focal Fossa) yet. I have had success installing on 18.04 (Bionic Beaver).

That’s correct. Ubuntu 20.04 will be supported in the next release (Arvados 2.2) which will probably happen early next year.

Thanks a lot guys @pvanheus and @tetron