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

introduce deploy_hosted_clusters configuration parameter #10547

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dahorak
Copy link
Contributor

@dahorak dahorak commented Sep 23, 2024

  • introduce specific configuration parameter to enable deployment of hosted clusters: DEPLOYMENT["deploy_hosted_clusters"]

- introduce specific configuration parameter to enable deployment of
  hosted clusters: `DEPLOYMENT["deploy_hosted_clusters"]`

Signed-off-by: Daniel Horak <[email protected]>
@dahorak dahorak added the team/ecosystem Ecosystem team related issues/PRs label Sep 23, 2024
@dahorak dahorak self-assigned this Sep 23, 2024
@dahorak dahorak requested a review from a team as a code owner September 23, 2024 07:06
Signed-off-by: Daniel Horak <[email protected]>
and not config.ENV_DATA["skip_ocs_deployment"]
if config.ENV_DATA.get("clusters", False) and (
not config.ENV_DATA["skip_ocs_deployment"]
or config.DEPLOYMENT.get("deploy_hosted_clusters")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we document this value: deploy_hosted_clusters ?

In config/readme.md file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated 623231f

Signed-off-by: Daniel Horak <[email protected]>
Copy link

openshift-ci bot commented Sep 24, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dahorak, petr-balogh

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/XS team/ecosystem Ecosystem team related issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants