Skip to content

Commit

Permalink
Change ceph, cephcsi, csi-addons images for consistency groups testing
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Gershkovich <[email protected]>
  • Loading branch information
ELENAGER committed Dec 5, 2024
1 parent 98b40db commit ea6aebd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/addons/csi-addons/cache
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import os
from drenv import cache

os.chdir(os.path.dirname(__file__))
cache.refresh(".", "addons/csi-addons-0.11.0.yaml")
cache.refresh(".", "addons/csi-addons-0.11-vgr-1.yaml")
11 changes: 6 additions & 5 deletions test/addons/csi-addons/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

---
resources:
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.11.0/crds.yaml
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.11.0/rbac.yaml
- https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.11.0/setup-controller.yaml
- https://raw.githubusercontent.com/Nikhil-Ladha/kubernetes-csi-addons/refs/heads/add-vgr-controller-us/deploy/controller/crds.yaml
- https://raw.githubusercontent.com/Nikhil-Ladha/kubernetes-csi-addons/refs/heads/add-vgr-controller-us/deploy/controller/rbac.yaml
- https://raw.githubusercontent.com/Nikhil-Ladha/kubernetes-csi-addons/refs/heads/add-vgr-controller-us/deploy/controller/setup-controller.yaml

images:
- name: quay.io/csiaddons/k8s-controller
newTag: v0.11.0
- name: quay.io/csiaddons/k8s-controller:latest
newName: quay.io/nladha/csiaddons-controller
newTag: vgr
2 changes: 1 addition & 1 deletion test/addons/csi-addons/start
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from drenv import cache

def deploy(cluster):
print("Deploying csi addon for volume replication")
path = cache.get(".", "addons/csi-addons-0.11.0.yaml")
path = cache.get(".", "addons/csi-addons-0.11-vgr-1.yaml")
kubectl.apply("--filename", path, context=cluster)


Expand Down
2 changes: 1 addition & 1 deletion test/addons/rook-operator/cache
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import os
from drenv import cache

os.chdir(os.path.dirname(__file__))
cache.refresh(".", "addons/rook-operator-1.15.yaml")
cache.refresh(".", "addons/rook-operator-1.15-vgr-1.yaml")
4 changes: 4 additions & 0 deletions test/addons/rook-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ patches:
env:
- name: ROOK_DISABLE_ADMISSION_CONTROLLER
value: 'true'
- name: ROOK_CSI_CEPH_IMAGE
value: quay.io/madhupr001/cephcsi:vgr
- name: ROOK_CSIADDONS_IMAGE
value: quay.io/nladha/csiaddons-sidecar:vgr
2 changes: 1 addition & 1 deletion test/addons/rook-operator/start
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from drenv import cache

def deploy(cluster):
print("Deploying rook ceph operator")
path = cache.get(".", "addons/rook-operator-1.15.yaml")
path = cache.get(".", "addons/rook-operator-1.15-vgr-1.yaml")
kubectl.apply("--filename", path, context=cluster)


Expand Down

0 comments on commit ea6aebd

Please sign in to comment.