Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this we can create and test an environment using --name-prefix. This is likely to needed in CI when we run multiple environments concurrently on the same host (.e.g one per pr). Example usage: (cd test && drenv start --nane-prefix pr123- envs/regional-dr.yaml) ramenctl deploy --nane-prefix pr123- test/envs/regional-dr.yaml ramenctl config --nane-prefix pr123- test/envs/regional-dr.yaml test/basic-test/run --nane-prefix pr123- test/envs/regional-dr.yaml Part-of: RamenDR#959 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
- Loading branch information