Skip to content

ci: cloudant da onboard #39

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

Merged
merged 4 commits into from
Nov 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 25 additions & 35 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"products": [
{
"name": "terraform-ibm-cloudant",
"label": "IBM Cloudant module",
"name": "deploy-arch-ibm-cloudant",
"label": "IBM Cloudant",
"product_kind": "solution",
"tags": [
"ibm_created",
Expand All @@ -18,21 +18,34 @@
"terraform",
"solution",
"cloudant dedicated",
"cloud dedicated"
"database",
"nosql"
],
"short_description": "Creates an IBM Cloudant Dedicated instance in IBM Cloud Dedicated environment.",
"long_description": "This architecture creates an IBM Cloudant Dedicated instance in IBM Cloud Dedicated environment and supports provisioning the following resources:\n- A resource group, if one is not passed in.\n- An IBM Cloudant Dedicated instance on IBM Cloud Dedicated\n- A IBM Cloudant database\n",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-cloudant/blob/main/solutions/dedicated/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-cloudant/images/cloudant.svg",
"short_description": "Creates and configures an IBM Cloudant instance.",
"long_description": "This architecture supports creating and configuring an IBM Cloudant instance and database.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-cloudant/blob/main/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-cloudant/main/images/cloudant.svg",
"provider_name": "IBM",
"features": [
{
"title": "Creates an IBM Cloudant Dedicated instance",
"description": "Creates an IBM Cloudant Dedicated instance on IBM Cloud Dedicated environment."
"description": "Creates an IBM Cloudant Dedicated instance."
},
{
"title": "Creates an IBM Cloudant database",
"description": "Creates an IBM Cloudant database on IBM Cloudant Dedicated instance."
"description": "Creates and configures an IBM Cloudant database."
},
{
"title": "Configure capacity",
"description": "Configure the number of blocks of throughput units."
},
{
"title": "Enable data events",
"description": "Include data event types in events sent to IBM Cloud Activity Tracker with LogDNA for the IBM Cloudant instance."
},
{
"title": "Attach access tags",
"description": "Attach access tags to the IBM Cloudant instance."
}
],
"flavors": [
Expand All @@ -49,29 +62,6 @@
"profile_version": "1.5.0"
}
]},
"release_notes_url": "",
"configuration": [
{
"hidden": true,
"key": "instance_name"
},
{
"hidden": true,
"key": "include_data_events"
},
{
"hidden": true,
"key": "capacity"
},
{
"hidden": true,
"key": "environment_crn"
},
{
"hidden": true,
"key": "database_config"
}
],
"iam_permissions": [
{
"role_crns": [
Expand All @@ -81,10 +71,10 @@
}
],
"architecture": {
"descriptions": "",
"descriptions": "This architecture supports creating and configuring an IBM Cloudant instance and database.",
"features": [
{
"title": "IBM Cloudant Dedicated instance on IBM Cloud Dedicated",
"title": "IBM Cloudant Dedicated instance on existing IBM Cloud Dedicated environment",
"description": "Yes"
},
{
Expand All @@ -99,7 +89,7 @@
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-cloudant/main/reference-architecture/dedicated_cloudant.svg",
"type": "image/svg+xml"
},
"description": "An IBM Cloudant Dedicated instance on IBM Cloud Dedicated. Also, IBM Cloudant Database(s) deployed on the IBM Cloudant instance."
"description": "This architecture supports creating and configuring an IBM Cloudant instance and database in an existing IBM Dedicated environment."
}
]
}
Expand Down