Skip to content

Commit

Permalink
Use the channel from my ocm-ramen-sample fork
Browse files Browse the repository at this point in the history
My ocm-ramen-sample fork use `csi-hostpath-sc` storage class, so we can
test busybox with volsync without installing cephfs.

To make replication work, you need to manually add an annotation to the
busybox-sample namespace on both clusters:

    annotations:
      volsync.backube/privileged-movers: "true"

With the annotation we can run basic-test:
- deploy works
- undeploy works
- failover partly works, moving the application to the destination
  cluster, but clean up never finish
- relocate partly works, moving the application to the destination
  cluster, but clean up never finish.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 16, 2023
1 parent ffb0cd7 commit 5dbc0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramenctl/ramenctl/resources/samples-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ metadata:
namespace: ramen-samples
spec:
type: GitHub
pathname: https://github.com/RamenDR/ocm-ramen-samples.git
pathname: https://github.com/nirs/ocm-ramen-samples.git
2 changes: 1 addition & 1 deletion test/basic-test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# directory somewhere.
tmp_dir: /tmp/ramen-test/basic-test

samples_url: https://github.com/ramendr/ocm-ramen-samples
samples_url: https://github.com/nirs/ocm-ramen-samples
samples_dir: /tmp/ramen-test/basic-test/ocm-ramen-samples

hub: hub
Expand Down

0 comments on commit 5dbc0e4

Please sign in to comment.