Skip to content

Commit

Permalink
Added csm-high-priority-service pod priority.
Browse files Browse the repository at this point in the history
Certain critical HMS services need a higher pod priority.  The mod
adds that higher priority to the BSS pod.

DOES THIS CHANGE INVOLVE ANY SCHEME CHANGES?  N

REMINDER: HAVE YOU INCREMENTED VERSION NUMBERS? E.G., .spec, Chart.yaml Y

REMINDER 2: HAVE YOU UPDATED THE COPYRIGHT PER hpe GUIDELINES: © Copyright 2014-2020 Hewlett Packard Enterprise Development LP    ? Y

* Resolves CASMHMS-4993

Tested on:

* gamora

Was a fresh Install tested? N
Was an Upgrade tested?      Y
Was a Downgrade tested?     Y
Was a CT test run?          N   No code or logic was changed at all.
If schema changes were part of this change, how were those handled in your upgrade/downgrade testing? N/A

Deployed the modified chart on gamora.  Verified that the new BSS pod
is running with the correct priority as outlined in the ticket.

Very low risk, no code changes.
  • Loading branch information
mpkelly-hpe committed Aug 3, 2021
1 parent 309a237 commit c62b0ad
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.9.6
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.9.6] - 2021-08-03

### Added

- Added special priority for BSS pods.

## [1.9.5] - 2021-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cray-hms-bss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
description: "Kubernetes resources for cray-hms-bss"
name: "cray-hms-bss"
home: "HMS/hms-bss"
version: 1.9.5
version: 1.9.6
8 changes: 4 additions & 4 deletions kubernetes/cray-hms-bss/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: cray-service
repository: http://helmrepo.dev.cray.com:8080
version: 1.11.2-20200814124600+4f580e2
digest: sha256:2752b2d1b42bdefc9df970df3dc2479d4e4ca55f11fb40b761b1afe25e7e308c
generated: "2020-08-18T09:53:11.851087-05:00"
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
version: 2.8.0
digest: sha256:f4f2b37a8d941f327fa470a3264c10e48f67914c7d490b2cdc4faf208ff8e37a
generated: "2021-08-03T15:25:59.222855066-05:00"
4 changes: 2 additions & 2 deletions kubernetes/cray-hms-bss/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dependencies:
- name: cray-service
version: "~2.0.1-0"
repository: "@cray-internal"
version: "~2.8.0-0"
repository: "@cray-algol60"
1 change: 1 addition & 0 deletions kubernetes/cray-hms-bss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cray-service:
type: "Deployment"
nameOverride: "cray-bss"
fullnameOverride: "cray-bss"
priorityClassName: csm-high-priority-service
replicaCount: 3
etcdCluster:
enabled: true
Expand Down

0 comments on commit c62b0ad

Please sign in to comment.