Skip to content

Commit 916906a

Browse files
fully configurable
1 parent 33570d4 commit 916906a

File tree

3 files changed

+410
-323
lines changed

3 files changed

+410
-323
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ offerings:
1414
scc:
1515
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1616
region: us-south
17-
- name: standard
17+
- name: standard-fully-config
1818
mark_ready: false
1919
install_type: fullstack
2020
format_kind: stack

ibm_catalog.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@
544544
"install_type": "fullstack"
545545
},
546546
{
547-
"label": "Standard (Deploy on Red Hat OpenShift)",
548-
"name": "standard",
547+
"label": "Standard with sample application (Deploy on Red Hat OpenShift)",
548+
"name": "standard-fully-config",
549549
"index": 2,
550550
"working_directory": "solutions/standard",
551551
"compliance": {
@@ -806,6 +806,40 @@
806806
}
807807
]
808808
},
809+
{
810+
"key": "key_protect_plan",
811+
"type": "string",
812+
"default_value": "tiered-pricing",
813+
"description": "The service plan of the Key Protect instance that will be provisioned by this solution. Only used if not supplying `existing_kms_instance_crn`. [Learn more](https://cloud.ibm.com/docs/key-protect?topic=key-protect-pricing-plan).",
814+
"required": false,
815+
"options": [
816+
{
817+
"displayname": "Standard",
818+
"value": "tiered-pricing"
819+
},
820+
{
821+
"displayname": "Cross-region Resiliency",
822+
"value": "cross-region-resiliency"
823+
}
824+
]
825+
},
826+
{
827+
"key": "cloud_monitoring_plan",
828+
"type": "string",
829+
"default_value": "graduated-tier",
830+
"description": "The IBM Cloud Monitoring plan to provision. Available values are `lite` and `graduated-tier` and `graduated-tier-sysdig-secure-plus-monitor` (available in region eu-fr2 only). [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-service_plans)",
831+
"required": false,
832+
"options": [
833+
{
834+
"displayname": "Lite",
835+
"value": "lite"
836+
},
837+
{
838+
"displayname": "Graduated Tier",
839+
"value": "graduated-tier"
840+
}
841+
]
842+
},
809843
{
810844
"key": "existing_secrets_manager_crn",
811845
"type": "string",
@@ -814,7 +848,7 @@
814848
"required": false
815849
},
816850
{
817-
"key": "skip_iam_authorization_policy",
851+
"key": "skip_secrets_manager_iam_auth_policy",
818852
"display_name": "disable_secrets_manager_iam_credentials_engine",
819853
"type": "boolean",
820854
"default_value": false,
@@ -835,6 +869,13 @@
835869
"description": "Pass a list of regions to create a tenant that is targeted to the Cloud Logs instance created by this solution. To manage platform logs that are generated by IBM Cloud® services in a region of IBM Cloud, you must create a tenant in each region that you operate. Leave the list empty if you don't want to create any tenants.",
836870
"required": false
837871
},
872+
{
873+
"key": "event_notifications_email_list",
874+
"type": "array",
875+
"default_value": [],
876+
"description": "List of emails to configure event notifications.",
877+
"required": false
878+
},
838879
{
839880
"key": "app_config_service_plan",
840881
"type": "string",

0 commit comments

Comments
 (0)