-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added csm-high-priority-service pod priority.
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
1 parent
309a237
commit c62b0ad
Showing
6 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.9.5 | ||
1.9.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters