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 release preview #54

Open
wants to merge 11 commits into
base: v1.0.0-release-preview
Choose a base branch
from

Conversation

dfoster-oracle
Copy link
Contributor

@dfoster-oracle dfoster-oracle commented Nov 19, 2024

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, each with a specific purpose:
      • 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
    • Allows for upgrading of 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 Nov 19, 2024
Co-authored-by: Richard Gebhardt <[email protected]>
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. and removed OCA Verified All contributors have signed the Oracle Contributor Agreement. labels Nov 25, 2024
@pawanpinjarkar
Copy link

@dfoster-oracle I see a mention of create-cluster stack can be used for a connected Agent-based installation

Will the disconnected Agent-based installation be covered in a seperate PR?

@dfoster-oracle
Copy link
Contributor Author

@dfoster-oracle I see a mention of create-cluster stack can be used for a connected Agent-based installation

Will the disconnected Agent-based installation be covered in a seperate PR?

We haven't yet done enough modifications to create-cluster to work with disconnected agent based, but it's on the list.

custom_manifests/README.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants