Skip to content

Commit

Permalink
Merge pull request #303 from Cray-HPE/develop
Browse files Browse the repository at this point in the history
Release 1.26.0 for CSM 1.6
  • Loading branch information
mharding-hpe authored Sep 12, 2024
2 parents 88d9920 + fb20dcc commit fb7d20f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.26.0] - 2024-09-12

### Fixed

- CASMPET-7225: Fallback to default s3fs mount of boot-images bucket with IMS user policy
- We must have writable access to "/var/lib/cps-local/boot-images" mount dir of "boot-images"
bucket in order for CPS to function and also for user to have write access for removing
cos-config-data under this mount path, when he want to disable CPS.

We need to keep this fallback option till CPS is removed in USS-1.3.

## [1.25.0] - 2024-09-12

### Added
Expand Down Expand Up @@ -504,7 +515,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Ansible playbook for applying csm packages to Compute and Application nodes

[Unreleased]: https://github.com/Cray-HPE/csm-config/compare/1.24.2...HEAD
[Unreleased]: https://github.com/Cray-HPE/csm-config/compare/1.26.0...HEAD

[1.26.0]: https://github.com/Cray-HPE/csm-config/compare/1.25.0...1.26.0

[1.25.0]: https://github.com/Cray-HPE/csm-config/compare/1.24.2...1.25.0

[1.24.2]: https://github.com/Cray-HPE/csm-config/compare/1.24.1...1.24.2

Expand Down
2 changes: 0 additions & 2 deletions ansible/config_sbps_iscsi_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@
- role: csm.sbps.lio_config
# Configure SBPS DNS "SRV" and "A" records
- role: csm.sbps.dns_srv_records
# Mount s3 bucket 'boot-images' using s3fs read-only policy for SBPS agent
- role: csm.sbps.mount_s3_images

0 comments on commit fb7d20f

Please sign in to comment.