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

Deploy All-in-1 Horizon fails on ubuntu 20.04 #50

Closed
girishkumarbk opened this issue Apr 14, 2021 · 2 comments
Closed

Deploy All-in-1 Horizon fails on ubuntu 20.04 #50

girishkumarbk opened this issue Apr 14, 2021 · 2 comments
Assignees

Comments

@girishkumarbk
Copy link

root@ip-10-0-0-122:# curl -sSL https://raw.githubusercontent.com/open-horizon/devops/master/mgmt-hub/deploy-mgmt-hub.sh | bash
----------- Verifying input and the host OS...
Error: the host must be Ubuntu 18.x (amd64, ppc64le) or Ubuntu 20.x (amd64, ppc64le) or macOS or RedHat 7.9 (ppc64le) or RedHat 8.3 (ppc64le)
root@ip-10-0-0-122:
#
root@ip-10-0-0-122:#
root@ip-10-0-0-122:
#
root@ip-10-0-0-122:# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@ip-10-0-0-122:
#
root@ip-10-0-0-122:# DISTRO=${DISTRO:-$(. /etc/os-release 2>/dev/null;echo $ID $VERSION_ID)}
root@ip-10-0-0-122:
#
root@ip-10-0-0-122:#
root@ip-10-0-0-122:
# echo $DISTRO
ubuntu 20.04
root@ip-10-0-0-122:#
root@ip-10-0-0-122:
#

@bmpotter bmpotter self-assigned this Apr 14, 2021
@bmpotter
Copy link
Member

This bug was caused by a previously committed PR. I'll fix this soon, hopefully by the end of today.

@bmpotter
Copy link
Member

bmpotter commented Apr 15, 2021

Fixed in PR #52

@girishkumarbk please test this, and if it fixes the problem, comment here and close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants