Skip to content
New issue

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

Add support for providing preferred cluster #46

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

Victoremepunto
Copy link
Contributor

@Victoremepunto Victoremepunto commented Jan 10, 2024

This allows a user to define a preferred cluster to override the default list of available clusters to test. It is useful to temporarily set a different set of server(s) for debug purposes.

# will use the `foo` and the `bar` cluster_ids as the preferred list cluster
AVAILABLE_CLUSTERS=("foo" "bar")

The list of configurable cluster ids must be of course a subset of the SUPPORTED_CLUSTERS list, any cluster id that is not supported will yield an error accordingly.

@Victoremepunto Victoremepunto merged commit 19072ae into RedHatInsights:main Jan 10, 2024
3 checks passed
@Victoremepunto Victoremepunto deleted the test-new-ephemeral branch January 10, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants