We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make more things configurable, so we can run the tests on any cluster.
Group related stuff to make names shorter and nicer to work with, and allow code to work with simple types holding the config sections.
This make it impossible to use env vars for configs, but this is a good thing.
Blocks ##1716
Make it easier for the code by using a ctx.Config().Chanel.Name and ctx.Config.Channel().Namespace
channel: name: channel namespace: e2e-gitops
Make it easier for the code to use ctx.Config().Repo.Url and ctx.Config().Repo.Branch.
repo: url: {ocm-ramen-samples url} branch: main
On drenv we have "default", on ocp cluster ti can be anything the admin creates.
clusterSet: default
Issues:
We need to support different namespaces on k8s and ocp:
Move the ramen namespace constants to the config so we can run on any cluster
ramen: hubNamespace: ramen-system clusterNamespace: ramen-system opsNamspace: ramen-ops
We need to support different dr-policy names:
drPolicy: dr-policy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make more things configurable, so we can run the tests on any cluster.
Group related stuff to make names shorter and nicer to work with, and allow code to work with simple types holding the config sections.
This make it impossible to use env vars for configs, but this is a good thing.
Blocks ##1716
Combine channel options and improve the default names
Make it easier for the code by using a ctx.Config().Chanel.Name and ctx.Config.Channel().Namespace
Move repo related constants to config, gathered under repo
Make it easier for the code to use ctx.Config().Repo.Url and ctx.Config().Repo.Branch.
Add clusterset option
On drenv we have "default", on ocp cluster ti can be anything the admin creates.
Issues:
Move ramen namespaces to config
We need to support different namespaces on k8s and ocp:
Move the ramen namespace constants to the config so we can run on any cluster
Issues:
Add drPolicy config
We need to support different dr-policy names:
Issues:
The text was updated successfully, but these errors were encountered: