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

Release 2.14.0 #243

Closed
wants to merge 13 commits into from
Closed

Release 2.14.0 #243

wants to merge 13 commits into from

Conversation

jsollom-hpe
Copy link
Contributor

Summary and Scope

Scalable Boot Provisioning Service (SBPS) support added

  • CASMCMS-8879: Fix build issue caused by PEP-668
  • CASMCMS-8778: Scalable Boot Provisioning Service (SBPS) support added
  • CASMCMS-8778: Improve doc strings
  • CASMCMS-8778: Updated the CHANGELOG.md file
  • CASMCMS-8879: Unpin the Alpine version from 3.18 back to 3

Issues and Related PRs

  • Resolves [issue id](issue link)
  • CASMCMS-8879: Fix build issue caused by PEP-668
  • CASMCMS-8778: Scalable Boot Provisioning Service (SBPS) support added
  • CASMCMS-8778: Improve doc strings
  • CASMCMS-8778: Updated the CHANGELOG.md file
  • CASMCMS-8879: Unpin the Alpine version from 3.18 back to 3

Testing

Tested on:

  • `Mug'

Test description:

I tested it.

  • Were the install/upgrade-based validation checks/tests run (goss tests/install-validation doc)?
  • Were continuous integration tests run? If not, why?
  • Was upgrade tested? If not, why?
  • Was downgrade tested? If not, why?
  • Were new tests (or test issues/Jiras) created for this change?

Risks and Mitigations

Are there known issues with these changes? Any other special considerations?

Pull Request Checklist

  • Version number(s) incremented, if applicable
  • Copyrights updated
  • License file intact
  • Target branch correct
  • CHANGELOG.md updated
  • Testing is appropriate and complete, if applicable
  • HPC Product Announcement prepared, if applicable

jsollom-hpe and others added 12 commits December 21, 2023 11:47
PEP-668 allows file systems to be labeled as 'externally managed'.
Pip will see this label and refuse to install into any directory
thusly labeled. The idea is to prevent pip from installing its
packages into a directory that the operating system owns.

To install files correctly, I utilize a virtual environment and
install them into there. The PATH variable is modified to point
first at this virtual environment.

uwsgi is installed into this virtual environment and run out of
there rather than being run from the operating system.
To support the Scalable Boot Provisioning Service (SBPS), two new
classes were created, SBPSProvider and a  base class BaseRootfsProvider.
Add docstrings and improve existing ones.
…9336

[chore] master -> develop from PR #239 (develop)
CASMCMS-8879: Fix build issue caused by PEP-668
The python virtual environment change should enable us to move ahead
to later versions of Alpine 3 beyond 3.18. These later versions
should not cause problems due PEP-668 because the resolution to
CASMCMS-8879 fixed that issue. Pinning the version to 3.18
prevented us from encountering the PEP-668 problem because it
pinned to a version of Alpine that did not introduce the issue.
CASMCMS-8879: Unpin the Alpine version from 3.18 back to 3
Casmcms 8778 Add Scalable Boot Provisioning Service (SBPS) support aka iSCSI support
@jsollom-hpe jsollom-hpe requested a review from a team as a code owner January 10, 2024 18:53
@jsollom-hpe jsollom-hpe self-assigned this Jan 10, 2024
Update the CHANGELOG.md file.
@jsollom-hpe jsollom-hpe closed this Feb 7, 2024
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 this pull request may close these issues.

3 participants