Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests configuration for the current subscriptions in ocm-ramen-samples. We add more configurations when new subscriptions are added. To run test using a custom configuration use: basic-test/run \ --config configs/core/deployment-k8s-regional-rbd \ env.yaml The default config.yaml is a symlink to the new configuration to keep developers flows working. Developers can create their own test configuration without modifying the source: cp configs/core/deployment-k8s-regional-rbd.yaml ~/test/myconfig.yaml # edit myconfig.yaml... basic-test/run -c ~/test/myconfig.yaml envs/regional-dr.yaml Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information