OpenNebula / minione

Easy to use deployment tool for an OpenNebula evaluation environment
Apache License 2.0
180 stars 54 forks source link

repository does not have a Release file #83

Closed treywelsh closed 2 years ago

treywelsh commented 2 years ago

Hi,

I'm still using the same env to spawn a minione installation (vagrant with some scripts and fixed ubuntu/ONE combination), but this time it doesn't work anymore. I tried several combination of versions (with and without --force options) but I get this error everytime:

...
wget https://github.com/OpenNebula/minione/releases/latest/download/minione
...
sudo bash minione --verbose --yes --version 5.12 --marketapp-name 'Alpine Linux 3.11'
...
minione: Configuring repositories  
minione: OK
minione: Updating APT cache  
minione: FAILED
minione: --- STDERR ---
minione: E: The repository 'https://downloads.opennebula.io/repo/5.12/Ubuntu/20.04 stable Release' does not have a Release file.
minione: --------------
minione: Provisionning script done.

I know it's a bit light but before going deeper I just wanted to quickly check if something has changed etc. Any idea ?

Thank you