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

support deploy-mgmt-hub.sh for CentOS #31

Open
janvda opened this issue Jan 21, 2021 · 9 comments
Open

support deploy-mgmt-hub.sh for CentOS #31

janvda opened this issue Jan 21, 2021 · 9 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@janvda
Copy link

janvda commented Jan 21, 2021

Currently as is described in the README.md: the script deploy-mgmt-hub.sh is only supported for Ubuntu 18.x and macOS.
It would be nice to extend the support to CentOS so that I can deploy the all-in-1 Horizon Management Hub, Agent and CLI on my Intel NUC6CAYB running CentOS Stream 8.

@bmpotter
Copy link
Member

@janvda interested in contributing a PR for this?

@janvda
Copy link
Author

janvda commented Jan 21, 2021

I can give it a shot and see how far I get.

@janvda
Copy link
Author

janvda commented Jan 22, 2021

I had a quick attempt.

There are 2 blocking things:

  1. ubuntu is using different commands (apt-get) to install packages than CentOS (rpm)
  2. The script is installing the horizon debian package (apt-get install -yqf $TMP_DIR/pkgs/horizon*.deb). So we need an rpm version of the horizon package for CentOS.

@bmpotter
Copy link
Member

@Anitaachu
Copy link

@bmpotter @joewxboy I would love to take a swing at this issue

@joewxboy
Copy link
Member

@janvda Are you still working on this issue? If not, can @Anitaachu give it a shot?

@janvda
Copy link
Author

janvda commented Feb 12, 2021

No, I am not working on it. @Anitaachu can certainly give it a shot.

@joewxboy joewxboy assigned Anitaachu and unassigned janvda Feb 13, 2021
@joewxboy
Copy link
Member

OK, @Anitaachu let @bmpotter know if you have any questions.

@naphelps
Copy link
Member

With RHEL ppc64le and Fedora 36+ support, this should be simple to add.

@naphelps naphelps added good first issue Good for newcomers help wanted Extra attention is needed labels Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants