Skip to content

Commit

Permalink
Let nnf-deploy find overlays for nnf-dm (#233)
Browse files Browse the repository at this point in the history
Nnf-dm now has overlays, so add that to its repository config.

Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored Dec 3, 2024
1 parent efcdd0c commit 99641a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repositories:
development: https://ghcr.io/dataworkflowservices/dws
master: https://ghcr.io/dataworkflowservices/dws
- name: nnf-dm
overlays: [kind, dp0]
development: https://ghcr.io/nearnodeflash/nnf-dm
master: https://ghcr.io/nearnodeflash/nnf-dm
- name: nnf-sos
Expand Down
2 changes: 1 addition & 1 deletion nnf-dm
Submodule nnf-dm updated 72 files
+2 −1 .github/workflows/main.yml
+12 −4 Makefile
+8 −8 cmd/main.go
+6 −0 config/dp0/kustomization.yaml
+13 −0 config/dp0/manager_environment_deploy_patch.yaml
+6 −0 config/kind/kustomization.yaml
+13 −0 config/kind/manager_environment_deploy_patch.yaml
+1 −1 config/manager/manager.yaml
+1 −1 config/manager/manager_imagepullsecret_patch.yaml
+0 −2 config/rbac/prometheus/kustomization.yaml
+0 −20 config/rbac/prometheus/monitor.yaml
+42 −42 daemons/compute/server/servers/server_default.go
+1 −1 go.mod
+2 −2 go.sum
+43 −771 internal/controller/datamovement_controller.go
+98 −96 internal/controller/datamovement_controller_test.go
+27 −16 internal/controller/datamovementmanager_controller.go
+7 −7 internal/controller/datamovementmanager_controller_test.go
+761 −0 internal/controller/helpers/datamovement_helpers.go
+2 −2 internal/controller/suite_test.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/conversion.go
+3 −3 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/groupversion_info.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnf_resource_condition_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnf_resource_health_type.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnf_resource_state_type.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnf_resource_status_type.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnf_resource_type.go
+4 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfaccess_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfaccess_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfcontainerprofile_types.go
+2 −2 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfcontainerprofile_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovement_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovement_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovementmanager_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovementmanager_webhook.go
+14 −2 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovementprofile_types.go
+2 −2 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfdatamovementprofile_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnflustremgt_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnflustremgt_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnode_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnode_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodeblockstorage_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodeblockstorage_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodeecdata_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodeecdata_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodestorage_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfnodestorage_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfportmanager_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfportmanager_webhook.go
+3 −2 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfstorage_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfstorage_webhook.go
+17 −7 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfstorageprofile_types.go
+2 −2 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfstorageprofile_webhook.go
+9 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfsystemstorage_types.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/nnfsystemstorage_webhook.go
+1 −1 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/workflow_helpers.go
+15 −5 vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha4/zz_generated.deepcopy.go
+8 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfaccesses.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfcontainerprofiles.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovementmanagers.yaml
+20 −5 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovementprofiles.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovements.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnflustremgts.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodeblockstorages.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodeecdata.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodes.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodestorages.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfportmanagers.yaml
+184 −27 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfstorageprofiles.yaml
+4 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfstorages.yaml
+21 −4 vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfsystemstorages.yaml
+2 −2 vendor/modules.txt
2 changes: 1 addition & 1 deletion nnf-integration-test
2 changes: 1 addition & 1 deletion nnf-sos
Submodule nnf-sos updated 163 files

0 comments on commit 99641a5

Please sign in to comment.