Conversation
Add ROSA (Red Hat OpenShift Service on AWS) Hosted Control Planes as a new installation method (host_ocp4_deploy_installation_method: rosa) for the openshift-cluster config. New roles: - host_ocp4_rosa_install: Installs ROSA CLI, Terraform, creates VPC networking, deploys ROSA HCP cluster, sets up admin access and kubeconfig, queries standard OpenShift cluster facts - host_ocp4_rosa_destroy: Deletes ROSA cluster and Terraform VPC resources on bastion Modified files: - pre_infra.yml: Skip pull_secret check, add rosa_token assertion - post_software.yml: Skip credential cleanup, add API readiness check - destroy_env.yml: Add ROSA destroy play on bastion - lifecycle_hook_post_start.yml: Skip CSR approval for ROSA - default_vars.yml: Add ROSA configuration variables Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
host_ocp4_deploy_installation_method: rosafor theopenshift-clusterconfighost_ocp4_rosa_installrole: installs ROSA CLI, Terraform, creates VPC networking via terraform-vpc-example, deploys ROSA HCP cluster, creates admin user, fetches kubeconfig, sets standard OpenShift facts (openshift_api_url,openshift_console_url,openshift_cluster_ingress_domain)host_ocp4_rosa_destroyrole: deletes ROSA cluster and Terraform VPC resources from bastion