Skip to content

Commit

Permalink
Merge pull request #223 from red-hat-storage/sync_us--main
Browse files Browse the repository at this point in the history
Syncing latest changes from upstream main for ramen
  • Loading branch information
ShyamsundarR authored Mar 27, 2024
2 parents 8600439 + 930463d commit 65380af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/addons/cdi/cr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# yamllint disable rule:line-length
---
resources:
- https://raw.githubusercontent.com/nirs/drenv-addons/main/cdi/dabbcbed1618d1ec970135b4c0a8b692c2dd60b6/cdi-cr.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.3/cdi-cr.yaml
patches:
# Allow pulling from local insecure registry.
- target:
Expand Down
3 changes: 1 addition & 2 deletions test/addons/cdi/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# yamllint disable rule:line-length
---
resources:
# TODO: use latest release.
- https://raw.githubusercontent.com/nirs/drenv-addons/main/cdi/dabbcbed1618d1ec970135b4c0a8b692c2dd60b6/cdi-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.58.3/cdi-operator.yaml
11 changes: 5 additions & 6 deletions test/addons/rbd-mirror/start
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ def fetch_secret_info(cluster):
info = {}

print(f"Getting mirroring info site name for cluster '{cluster}'")
info["name"] = kubectl.get(
"cephblockpools.ceph.rook.io",
POOL_NAME,
"--output=jsonpath={.status.mirroringInfo.site_name}",
"--namespace=rook-ceph",
context=cluster,
info["name"] = drenv.wait_for(
f"cephblockpools.ceph.rook.io/{POOL_NAME}",
output="jsonpath={.status.mirroringInfo.site_name}",
namespace="rook-ceph",
profile=cluster,
)

print(f"Getting rbd mirror boostrap peer secret name for cluster '{cluster}'")
Expand Down

0 comments on commit 65380af

Please sign in to comment.