Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation via script fails due to missing package/download #2064

Closed
markusvankempen opened this issue Sep 16, 2020 · 2 comments
Closed

Installation via script fails due to missing package/download #2064

markusvankempen opened this issue Sep 16, 2020 · 2 comments
Assignees

Comments

@markusvankempen
Copy link

Script
https://open-horizon.github.io/quick-start
curl -sSL https://raw.githubusercontent.com/open-horizon/devops/master/mgmt-hub/deploy-mgmt-hub.sh | bash

gave me an error due to missing zip files.

Error: http code 404 from: downloading https://github.com/open-horizon/anax/releases/latest/download/ubuntu.bionic.amd64.assets.tar.gz, stdout: Not Found

had to change to older release
OH_ANAX_RELEASES=${OH_ANAX_RELEASES:-https://github.com/open-horizon/anax/releases/download/v2.26.12/}

@bmpotter bmpotter self-assigned this Sep 16, 2020
@bmpotter
Copy link
Member

bmpotter commented Sep 16, 2020

Yes, the naming convention for anax releases changed. Fixed by open-horizon/devops#17 which has been merged.

Please comment on this issue, if it is working for you now.

@markusvankempen
Copy link
Author

Worked Fine - when in execute on a different box ...thank you

@linggao linggao closed this as completed Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants