-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for openSUSE #2078
Comments
Agree that would be great but not sure it’s something I can do given time constraints happy to help a community member contribute that though. It’s probably largely a copy/paste effort to add a packager (choria-io/packager) for it and once that is built packaging scripts (packager directory in this repo) along with the needed GitHub actions. |
I can have a look at it later, but until then it seems perfectly possible to just use the EL8 repo on openSUSE as a stop-gap measure; suse-test:/etc/zypp/repos.d # cat choria-release.repo
[choria-release]
name=Choria Orchestrator Releases
enabled=True
gpgcheck=True
repo_gpgcheck=True
gpgkey=https://choria.io/RELEASE-GPG-KEY
metadata_expire=300
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
sslverify=True
mirrorlist=http://mirrorlists.choria.io/yum/release/el/8/x86_64.txt
suse-test:/etc/zypp/repos.d # zypper install choria
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
choria
1 new package to install.
Overall download size: 12.9 MiB. Already cached: 0 B. After the operation, additional 44.6 MiB will be used.
Continue? [y/n/v/...? shows all options] (y):
Retrieving: choria-0.27.0-1.el8.x86_64 (Choria Orchestrator Releases) (1/1), 12.9 MiB
Retrieving: choria-0.27.0-1.el8.x86_64.rpm ...[done (411.1 KiB/s)]
Checking for file conflicts: ...[done]
(1/1) Installing: choria-0.27.0-1.el8.x86_64 ...[done]
suse-test:/etc/zypp/repos.d # choria --version
0.27.0 |
Since it seems like RedHat is steadily teetering towards a deep dark hole, getting support for openSUSE (and therefore also SLES) would be much appreciated.
As a note, the EL8 RPM can be installed and used on an openSUSE Leap 15.5 system without any issues.
The text was updated successfully, but these errors were encountered: