-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Cray-HPE/feature/csm-1.2-phase5
Added GitHub configuration files and fixed snyk warning
- Loading branch information
Showing
10 changed files
with
81 additions
and
11 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Hardware Management Team Members and Administrators | ||
* @Cray-HPE/hardware-management @Cray-HPE/hardware-management-admin |
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
### Summary and Scope | ||
|
||
EXPLAIN WHY THIS PR IS NECESSARY. WHAT IS IMPACTED? | ||
IS THIS A NEW FEATURE OR CRITICAL BUG FIX? SUMMARIZE WHAT CHANGED. | ||
|
||
DOES THIS CHANGE INVOLVE ANY SCHEME CHANGES? Y/N | ||
|
||
REMINDER: HAVE YOU INCREMENTED VERSION NUMBERS? E.G., .spec, Chart.yaml, .version, CHANGELOG.md | ||
|
||
REMINDER 2: HAVE YOU UPDATED THE COPYRIGHT PER hpe GUIDELINES: (C) Copyright 2014-2021 Hewlett Packard Enterprise Development LP ? Y/N | ||
|
||
### Issues and Related PRs | ||
|
||
LIST AND CHARACTERIZE RELATIONSHIP TO JIRA ISSUES AND OTHER PULL REQUESTS. BE SURE LIST DEPENDENCIES. | ||
|
||
* Resolves CASM-XYZ | ||
* Change will also be needed in `<insert branch name here>` | ||
* Future work required by CASM-ABC | ||
* Merge with `<insert PR URL here>` | ||
* Merge before `<insert PR URL here>` | ||
* Merge after `<insert PR URL here>` | ||
|
||
### Testing | ||
|
||
LIST THE ENVIRONMENTS IN WHICH THESE CHANGES WERE TESTED. | ||
|
||
Tested on: | ||
|
||
* `<drink system>` | ||
* Craystack | ||
* CMS base-box | ||
* Virtual Shasta | ||
|
||
Were the install/upgrade based validation checks/tests run?(goss tests/install-validation doc) | ||
Were continuous integration tests run? Y/N If not, Why? | ||
Was an Upgrade tested? Y/N If not, Why? | ||
Was a Downgrade tested? Y/N If not, Why? | ||
If schema changes were part of this change, how were those handled in your upgrade/downgrade testing? | ||
|
||
WHAT WAS THE EXTENT OF TESTING PERFORMED? MANUAL VERSUS AUTOMATED TESTS (UNIT/SMOKE/OTHER) | ||
HOW WERE CHANGES VERIFIED TO BE SUCCESSFUL? | ||
|
||
### Risks and Mitigations | ||
|
||
HAS A SECURITY AUDIT BEEN RUN? (./runSnyk.sh) | ||
ARE THERE KNOWN ISSUES WITH THESE CHANGES? | ||
ANY OTHER SPECIAL CONSIDERATIONS? | ||
|
||
INCLUDE THE FOLLOWING ITEMS THAT APPLY. LIST ADDITIONAL ITEMS AND PROVIDE MORE DETAILED INFORMATION AS APPROPRIATE. | ||
|
||
Requires: | ||
|
||
* Additional testing on bare-metal | ||
* Compute nodes | ||
* 3rd party software | ||
* Broader integration testing | ||
* Fresh install | ||
* Platform upgrade |
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,3 @@ | ||
.idea/ | ||
.idea/ | ||
kubernetes/.packaged/ | ||
kubernetes/cray-hms-scsd/charts/ |
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.7.3 | ||
1.7.4 |
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
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.4.0-20200428175515+d8fabb1 | ||
digest: sha256:7fd613148b375aeaea457ae88b8d7591d3c8ca9bf97a3f3b1c8c1452af067663 | ||
generated: "2020-04-29T14:43:17.60331-05:00" | ||
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts | ||
version: 2.8.0 | ||
digest: sha256:4a60684923c7310e8db14a2956c03a18e49bc68261dcf8833e3aaf27e17e406f | ||
generated: "2021-08-11T15:04:04.713022852-06: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,4 +1,4 @@ | ||
dependencies: | ||
- name: cray-service | ||
version: "^2.0.0" | ||
repository: "@cray-internal" | ||
version: "~2.8.0" | ||
repository: "@cray-algol60" |