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

Add Leap 15.4 profiles #123

Closed
phillxnet opened this issue Nov 10, 2022 · 1 comment · Fixed by #125
Closed

Add Leap 15.4 profiles #123

phillxnet opened this issue Nov 10, 2022 · 1 comment · Fixed by #125
Assignees

Comments

@phillxnet
Copy link
Member

We need a new profile for our installer based on openSUSE Leap 15.4 given 15.3 is EOL on 01 Dec 2022:
https://endoflife.date/opensuse

If all is well regarding package availability, specifically our use of Legacy Python and related modules, we should promote this profile, once proven, to be our default OS base.

From a quick look it seems to be the case that there are some python 2.7 packages available in Leap 15.4 via the default SLE 15 updates repo installed by default:

rleap15-4:~ # zypper info python python-devel | grep "Version\|Name\|Repository"
Repository     : Update repository with updates from SUSE Linux Enterprise 15
Name           : python
Version        : 2.7.18-150000.44.1
Repository     : Update repository with updates from SUSE Linux Enterprise 15
Name           : python-devel
Version        : 2.7.18-150000.44.1

but some other missing modules that we may have to include in our own package until we can address fully our following pending issue in rockstor-core:
rockstor/rockstor-core#1877

@phillxnet
Copy link
Member Author

As of the following now merged pull request:
"Replace Buildout with Poetry ..." rockstor/rockstor-core#2434
we now embed far more dependencies. Along with a number of follow-up commits in rockstor-core, we are now able to run on Leap 15.4 and expect to publish a stable release candidate shortly into the testing channel. In preparation for this release I will prepare a pull request to address this issue.

phillxnet added a commit to phillxnet/rockstor-installer that referenced this issue Jan 15, 2023
## Includes:
- Updating Tumbleweed profiles for possible future.
- Removing explicit dependencies of rockstor package.
- Moving to Stable Release Candidate rockstor package 4.5.4.
- Moving ntfs-3g to base os as not a rockstor dependency.
phillxnet added a commit to phillxnet/rockstor-installer that referenced this issue Jan 16, 2023
This repos does not yet exist, so disabling
temporarily to enable testing of the proposed rpms
that are intended to be uploaded to start this new
repo off. There-by enabling installer builds to
check if all is as it should be, before uploading
the intended rpms and building the 15.4 installer that
will include them.
phillxnet added a commit to phillxnet/rockstor-installer that referenced this issue Jan 16, 2023
## Includes:
- Updating Tumbleweed profiles for possible future.
- Removing explicit dependencies of rockstor package.
- Moving to Stable Release Candidate rockstor package 4.5.4.
- Moving ntfs-3g to base os as not a rockstor dependency.
phillxnet added a commit that referenced this issue Jan 17, 2023
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

Successfully merging a pull request may close this issue.

1 participant