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

Ubuntu Support? #1901

Closed
simonLeary42 opened this issue Mar 10, 2022 · 6 comments
Closed

Ubuntu Support? #1901

simonLeary42 opened this issue Mar 10, 2022 · 6 comments
Milestone

Comments

@simonLeary42
Copy link

simonLeary42 commented Mar 10, 2022

I see https://github.com/OSC/ood-ansible/
Does this give full OOD support to all the listed linux distros?

Is there some other way that OOD support Ubuntu 20.04LTS?

┆Issue is synchronized with this Asana task by Unito

@osc-bot osc-bot added this to the Backlog milestone Mar 10, 2022
@johrstrom
Copy link
Contributor

2.1 will support Ubuntu 20 focal, though it's not released yet.

We're publishing nightlies here, though I'm not sure how to enable that repo @treydock do you how?

https://yum.osc.edu/ondemand/nightly/web/apt/pool/focal/

@treydock
Copy link
Contributor

Have to download the deb repo for latest repo and then add the nightly as packages come from both.

wget -O /tmp/ondemand-release.deb https://apt.osc.edu/ondemand/latest/ondemand-release-web-latest_2_all.deb
apt install -y /tmp/ondemand-release.deb
apt install -y apt-transport-https
echo "deb [arch=amd64] https://apt.osc.edu/ondemand/nightly/web/apt focal main" >> /etc/apt/sources.list.d/ondemand-web.list
apt update
apt install ondemand

@johrstrom
Copy link
Contributor

Just note that nightlies have these features and/or bugs

#1780

@johrstrom
Copy link
Contributor

@simonLeary42 hope this works for you for the time being. 2.1 should be released later this year and I'll notify the community through discourse when nightlies become effectively stable release candidates.

@simonLeary42
Copy link
Author

@simonLeary42 hope this works for you for the time being. 2.1 should be released later this year and I'll notify the community through discourse when nightlies become effectively stable release candidates.

How stable are the nightlies at this time?

@johrstrom
Copy link
Contributor

I keep #1780 up to date with what's buggy and what's breaking. It is current AFAIK. That is, I don't know of any bugs.

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

4 participants