Skip to content

Commit

Permalink
Add opensearch engine details
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Bhardwaj committed Mar 27, 2024
1 parent 916ed7e commit d27aef9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ properties:
- redis
- mongodb
- kafka
- opensearch
description: >-
A slug representing the database engine used for the cluster. The possible values
are: "pg" for PostgreSQL, "mysql" for MySQL, "redis" for Redis, "mongodb" for MongoDB,
and "kafka" for Kafka.
"kafka" for Kafka and "opensearch" for Opensearch.
version:
type: string
example: '8'
Expand Down
30 changes: 30 additions & 0 deletions specification/resources/databases/responses/options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,29 @@ content:
- m-16vcpu-128gb
- m-24vcpu-192gb
- m-32vcpu-256gb
opensearch:
regions:
- ams3
- blr1
- fra1
- lon1
- nyc1
- nyc3
- sfo2
- sfo3
- sgp1
- syd1
- tor1
versions:
- '1'
- '2'
layouts:
- num_nodes: 3
sizes:
- db-s-2vcpu-4gb
- db-s-4vcpu-8gb
- m3-2vcpu-16gb
- m3-4vcpu-32gb
version_availability:
kafka:
- end_of_life: '2024-05-13T00:00:00Z'
Expand All @@ -387,6 +410,13 @@ content:
- end_of_life: null
end_of_availability: null
version: '8'
opensearch:
- end_of_life: null
end_of_availability: null
version: '1'
- end_of_life: null
end_of_availability: null
version: '2'
pg:
- end_of_life: '2024-11-14T00:00:00Z'
end_of_availability: '2024-05-14T00:00:00Z'
Expand Down

0 comments on commit d27aef9

Please sign in to comment.