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

v1.0.0 #55

Merged
merged 2 commits into from
Jan 16, 2025
Merged

v1.0.0 #55

merged 2 commits into from
Jan 16, 2025

Conversation

dfoster-oracle
Copy link
Contributor

What's Changed

  • Upgraded OCI CCM and CSI driver versions to v1.30
    • Adds support for using Bare Metal instances as OpenShift cluster nodes
    • Adds support for provisioning Raw Block Volumes (no filesystem)
  • Major Terraform refactor
    • Instead of one infrastructure.tf file that can only create a cluster, we now have the terraform-stacks directory which contains individual Terraform stacks intended to be used with RMS:
      • add-nodes
      • create-cluster
      • create-tags
    • Use shared_modules across all Terraform stacks
    • Packaging of stacks into versioned and distributable zip files
  • Terraform improvements
    • Instances are now distributed across Availability and Fault Domains if available
    • create-cluster stack can be used for a connected Agent-based installation
    • Stacks now output a dynamic_custom_manifest which contains all custom manifests necessary for OpenShift installation, pre-formatted with OCI CCM and CSI secrets, and condensed into a single manifest for easy uploading/pasting
  • New custom manifests
    • All necessary custom manifests are now formatted and output by the Terraform stacks
    • oci-eval-user-data.yml executes scipts uploaded during instance creation
      • iscsi-oci-configure-secondary-nic.sh evaluates and configures the instance network settings for iSCSI boot volumes (Bare Metal)
    • cluster-network.yml modifies the default cluster Network subnet to avoid conflicts with iSCSI boot volumes in OCP 4.17+
  • Versioned OCI CCM and CSI manifests
    • Add support for updating CCM and CSI drivers on an existing cluster

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 7, 2025
@dfoster-oracle dfoster-oracle marked this pull request as ready for review January 7, 2025 19:28
yutpeng
yutpeng previously approved these changes Jan 15, 2025
@dfoster-oracle dfoster-oracle merged commit 814507b into main Jan 16, 2025
1 check passed
@dfoster-oracle dfoster-oracle deleted the v1.0.0-release-preview branch January 16, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants