Skip to content

Commit

Permalink
CRDBUMPER-bump-controllers
Browse files Browse the repository at this point in the history
Point controllers at new hub v1alpha4

Point conversion fuzz test at new hub. These routines are still
valid for the new hub because it is currently identical to the
previous hub.

ACTION: Some controllers may have been referencing one of these
  non-local APIs. Verify that these APIs are being referenced
  by their correct versions:
  DirectiveBreakdown, Workflow
Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Nov 13, 2024
1 parent a7c639d commit 4b6d408
Show file tree
Hide file tree
Showing 43 changed files with 797 additions and 793 deletions.
14 changes: 7 additions & 7 deletions config/examples/nnf_nnfcontainerprofiles.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-success
Expand All @@ -20,7 +20,7 @@ data:
- -c
- "sleep 10 && exit 0"
---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-fail
Expand All @@ -34,7 +34,7 @@ data:
- -c
- "sleep 10 && exit 1"
---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-randomly-fail
Expand All @@ -59,7 +59,7 @@ data:
echo "exiting: $x"
exit $x
---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-forever
Expand All @@ -79,7 +79,7 @@ data:
- -c
- "while true; do date && sleep 5; done"
---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-mpi
Expand Down Expand Up @@ -117,7 +117,7 @@ data:
image: nnf-mfu:latest

---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-mpi-fail
Expand Down Expand Up @@ -145,7 +145,7 @@ data:
- name: example-mpi-fail
image: nnf-mfu:latest
---
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfContainerProfile
metadata:
name: example-mpi-webserver
Expand Down
2 changes: 1 addition & 1 deletion config/examples/nnf_nnfdatamovementprofile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfDataMovementProfile
metadata:
name: template
Expand Down
2 changes: 1 addition & 1 deletion config/examples/nnf_nnfstorageprofile.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfStorageProfile
metadata:
name: template
Expand Down
2 changes: 1 addition & 1 deletion config/ports/port_manager.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nnf.cray.hpe.com/v1alpha3
apiVersion: nnf.cray.hpe.com/v1alpha4
kind: NnfPortManager
metadata:
name: port-manager
Expand Down
Loading

0 comments on commit 4b6d408

Please sign in to comment.