Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 4 commits
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
8 changes: 7 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,13 @@
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
]
}
},
{
"service_name": "databases-for-elasticsearch",
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
]
}
],
"architecture": {
"features": [
Expand Down
62 changes: 61 additions & 1 deletion stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,67 @@
}
],
"name": "6 - WatsonX SaaS services",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a8504fac-eb37-4aa0-a284-f26e876b5750-global"
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.9932d3b1-369e-4b5c-ad39-9e10149b83b0-global"
},
{
"inputs": [
{
"name": "use_existing_resource_group",
"value": true
},
{
"name": "resource_group_name",
"value": "ref:../../members/1%20-%20Account%20Infrastructure%20Base/outputs/workload_resource_group_name"
},
{
"name": "region",
"value": "ref:../../inputs/region"
},
{
"name": "prefix",
"value": "ref:../../inputs/prefix"
},
{
"name": "plan",
"value": "platinum"
},
{
"name": "elasticsearch_version",
"value": "8.12"
},
{
"name": "existing_kms_instance_crn",
"value": "ref:../../members/2a%20-%20Security%20Service%20-%20Key%20Management/outputs/kms_instance_crn"
},
{
"name": "kms_endpoint_type",
"value": "private"
},
{
"name": "member_host_flavor",
"value": "b3c.4x16.encrypted"
}
],
"name": "7 - Databases for Elasticsearch",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be renamed "3b - Databases for Elasticsearch" since it has a dependency on 1 - Account Infrastructure Base and 2a - Security Service - Key Management only (and then rename 3a - Security Service - Observability)?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

going with this for now - will revisit later

"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.c5ea982b-011a-46c8-a49d-0de273f40b46-global"
}
],
"outputs": [
{
"name": "es_hostname",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es_hostname -> elasticsearch_hostname

"value": "ref:./members/7 - Databases for Elasticsearch/outputs/hostname"
},
{
"name": "es_port",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es_port -> elasticsearch_port

"value": "ref:./members/7 - Databases for Elasticsearch/outputs/port"
},
{
"name": "es_certificate_base64",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es_certificate_base64 -> elasticsearch_certificate_base64

"value": "ref:./members/7 - Databases for Elasticsearch/outputs/certificate_base64"
},
{
"name": "es_service_credentials_json",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es_service_credentials_json -> elasticsearch_service_credentials_json

"value": "ref:./members/7 - Databases for Elasticsearch/outputs/service_credentials_json"
}
]
}