Skip to content

Commit

Permalink
Merge pull request #129 from mbaldessari/odf-switch
Browse files Browse the repository at this point in the history
WIP Switch to the external ODF chart
  • Loading branch information
mbaldessari authored Dec 5, 2024
2 parents 034fc84 + 3ffe376 commit 36fdf6b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 235 deletions.
6 changes: 0 additions & 6 deletions charts/hub/odf/Chart.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions charts/hub/odf/templates/label-storage-nodes-job.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions charts/hub/odf/templates/policy-odf-status.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/hub/odf/templates/rbac/label-storage-bundle-role.yaml

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions charts/hub/odf/templates/rbac/label-storage-bundle-sa.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/hub/odf/templates/rbac/quay-noobaa-deploy-rolebinding.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions charts/hub/odf/templates/storagecluster.yaml

This file was deleted.

56 changes: 0 additions & 56 deletions charts/hub/odf/values.yaml

This file was deleted.

8 changes: 7 additions & 1 deletion values-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ global:
git:
taskImage: image-registry.openshift-image-registry.svc:5000/openshift/tools

storageSystem:
deploy: true
inventory:
useSpecificNodes: False

clusterGroup:
name: hub
isHubCluster: true
Expand Down Expand Up @@ -129,7 +134,8 @@ clusterGroup:
name: storage
namespace: openshift-storage
project: opp
path: charts/hub/odf
chart: openshift-data-foundations
chartVersion: 0.1.*

quay-registry:
name: quay-registry
Expand Down
10 changes: 8 additions & 2 deletions values-hub.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
storageSystem:
deploy: true
inventory:
useSpecificNodes: false

clusterGroup:
name: hub
isHubCluster: true
Expand Down Expand Up @@ -81,8 +86,9 @@ clusterGroup:
storage:
name: storage
namespace: openshift-storage
project: opp
path: charts/hub/odf
chart: openshift-data-foundations
project: hub
chartVersion: 0.1.*

quay-registry:
name: quay-registry
Expand Down

0 comments on commit 36fdf6b

Please sign in to comment.