generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: Monolith example for base-ocp-vpc DA #883
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
Open
mukulpalit-ibm
wants to merge
17
commits into
main
Choose a base branch
from
16039/monolith-terraform
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,799
−1
Open
Changes from 9 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
36ccc09
feat: Monolith example for base-ocp-vpc DA
mukulpalit-ibm fe2cbc7
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm 14780c3
merge changes
mukulpalit-ibm 66cdfa6
Add EN and Apprapp
mukulpalit-ibm 2e1a549
remove existing resources
mukulpalit-ibm defc0c9
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm ed93cb9
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm cf01b7c
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm 6e4dbb1
add monitoring and logs agent
mukulpalit-ibm 092fc2c
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm 5119f27
PR changes
mukulpalit-ibm f8a14cb
Merge branch 'main' into 16039/monolith-terraform
mukulpalit-ibm b3a60e6
pre-commit changes
mukulpalit-ibm a5309f7
pre-commit changes
mukulpalit-ibm 603ecaa
Update folder name
mukulpalit-ibm 8a920bf
Update folder name
mukulpalit-ibm 4de060a
PR changes
mukulpalit-ibm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # IBM Cloud OpenShift DA - Monolith Add-ons Module Example | ||
|
|
||
| A simple example that shows how to provision a multi zone OCP VPC cluster as well as all foundational infrastructure and supporting services required for a secure and compliant OpenShift (OCP) cluster deployment on IBM Cloud VPC. | ||
|
|
||
| The following resources are provisioned by this example: | ||
| - A new resource group, if an existing one is not passed in. | ||
| - A Key Protect instance with 2 root keys, one for cluster encryption, and one for worker boot volume encryption. | ||
| - A VPC with subnets across 3 zones. | ||
| - A public gateway for all the three zones. | ||
| - A multi-zone (3 zone) KMS encrypted OCP VPC cluster, with worker pools in each zone. | ||
| - An additional worker pool named workerpool is created and attached to the cluster using the worker-pool submodule. | ||
| - Auto scaling enabled for the default worker pool. | ||
| - Taints against the workers in zone-2 and zone-3. | ||
| - Enable Kubernetes API server audit logs. | ||
| - A Cloud logs instance. | ||
| - A Cloud monitoring instance. | ||
| - An activity tracker event routing instance. | ||
| - A secrets manager instance. | ||
| - A COS instance along with 3 buckets for VPC flow logs, metrics/data bucket and activity tracker bucket. | ||
| - A SCC-WP instance. | ||
| - A VPC instance. | ||
| - An event notifications instance. | ||
| - An app configuration service with aggregator enabled. | ||
| - Monitoring agent. | ||
| - A Trusted Profile with Sender role to logs service. | ||
| - Logs agent. | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.