Skip to content

Commit df2ea38

Browse files
authored
Upgrade-tester toolset (#110)
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent 5405e78 commit df2ea38

4 files changed

Lines changed: 820 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ vendor/
2121
go.work
2222

2323
.version
24+
25+
# For the upgrade-tester tool.
26+
upgrade-tester/workingspace/
27+
workingspace/
28+

upgrade-tester/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Upgrade Tester
2+
3+
The `upgrade-gitops-maker.sh` and `upgrade-tester.sh` tools are used together to execute upgrades across a series of releases. The former populates a gitops repo with the NNF releases, and the latter installs those releases.
4+
5+
See [Upgrade Tester](https://nearnodeflash.github.io/dev/repo-guides/release-nnf-sw/upgrade-tester.md) in the NNF documentation for details.

0 commit comments

Comments
 (0)