Skip to content

Commit f38497e

Browse files
Merge pull request #4540 from ovh/public_cloud_db_update_capabilities
Public cloud db update capabilities
2 parents fc1c1cb + 4f369dc commit f38497e

File tree

213 files changed

+6507
-3812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+6507
-3812
lines changed

pages/platform/databases/cassandra_01_capabilities/guide.de-de.md

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ section: Cassandra - Guides
66
order: 010
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/databases/cassandra/capabilities/'
9-
updated: 2023-01-19
9+
updated: 2023-04-14
1010
---
1111

12-
**Last updated January 19th, 2023**
12+
**Last updated April 14th, 2023**
1313

1414
## Objective
1515

@@ -77,9 +77,10 @@ Here are the node types you can choose from:
7777

7878
**Essentials plans**
7979

80-
| Name | Disk (GB) | Cores | Memory (GB) |
81-
| ------- | --------- | ----- | ----------- |
82-
| db1-7 | 160 | 2 | 7 |
80+
| Name | Storage | vCore | Memory (GB) |
81+
| ------- | ---------------------- | ----- | ----------- |
82+
| db1-4 | From 240 GB to 720 GB | 1 | 4 |
83+
| db1-7 | From 480 GB to 1.44 TB | 2 | 7 |
8384
| db1-15 | 320 | 4 | 15 |
8485
| db1-30 | 640 | 8 | 30 |
8586
| db1-60 | 1280 | 16 | 60 |
@@ -97,15 +98,23 @@ Here are the node types you can choose from:
9798

9899
**Enterprise plans**
99100

100-
| Name | Disk (GB) | Cores | Memory (GB) |
101-
| ------- | --------- | ----- | ----------- |
102-
| db1-15 | 1920 | 4 | 15 |
103-
| db1-30 | 3840 | 8 | 30 |
104-
| db1-60 | 7680 | 16 | 60 |
105-
| db1-120 | 15360 | 32 | 120 |
101+
| Name | Storage | vCore | Memory (GB) |
102+
| ------- | ------------------------- | ----- | ----------- |
103+
| db1-15 | From 1.92 TB to 5.76 TB | 4 | 15 |
104+
| db1-30 | From 3.84 TB to 11.52 TB | 8 | 30 |
105+
| db1-60 | From 7.68 TB to 23.04 TB | 16 | 60 |
106+
| db1-120 | From 15.36 TB to 46.08 TB | 32 | 120 |
106107

107108
Right now, all nodes of a given cluster should be of the same type and live in the same region.
108109

110+
#### Flexible storage
111+
112+
you can increase the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/de/publiccloud/databases/resize-cluster-storage/) for more information.
113+
114+
#### Node template upgrade
115+
116+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
117+
109118
#### Disk type
110119

111120
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/de/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -114,6 +123,17 @@ Also, the performance caracteristics of the various storage offerings may vary d
114123

115124
Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters.
116125

126+
#### Effective storage
127+
128+
The disk size listed above is the total disk size of the underlying machine. However, a small part of it goes towards the OS install.
129+
130+
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
131+
132+
1. When reaching a concerning level of disk usage, a warning email is sent.
133+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
134+
135+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/de/publiccloud/databases/handling-disk-full/) for more information.
136+
117137
### Features
118138

119139
#### Network
@@ -125,12 +145,19 @@ Ingress and Egress traffic are included in the service plans and unmetered.
125145
Here are some considerations to take into account when using private network:
126146

127147
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
128-
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
148+
- When connecting from an outside subnet, the Openstack IP gateway must be enabled in the subnet used for the Database service. The customer is responsible for any other custom network setup.
149+
150+
##### Authorised IPs
151+
152+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic. Until then, your service will be unreachable.
153+
154+
#### Advanced parameters
155+
156+
You can further customise your Cassandra by using advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/de/publiccloud/databases/cassandra/advanced-parameters-references/) for more information on the supported parameters.
129157

130158
#### Logs and metrics
131159

132-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
133-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
160+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration can be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Cassandra logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/de/publiccloud/databases/cross-service-integration/) for more information.
134161

135162
- **Logs retention**: 1000 lines of logs
136163
- **Metrics retention**: 1 calendar month

pages/platform/databases/cassandra_01_capabilities/guide.en-asia.md

Lines changed: 47 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cassandra/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Cassandra
55
section: Cassandra - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-14
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 14th, 2023**
1111

1212
## Objective
1313

@@ -75,31 +75,40 @@ Here are the node types you can choose from:
7575

7676
**Essentials plans**
7777

78-
| Name | Disk (GB) | Cores | Memory (GB) |
79-
| ------- | --------- | ----- | ----------- |
80-
| db1-7 | 160 | 2 | 7 |
78+
| Name | Storage | vCore | Memory (GB) |
79+
| ------- | ---------------------- | ----- | ----------- |
80+
| db1-4 | From 240 GB to 720 GB | 1 | 4 |
81+
| db1-7 | From 480 GB to 1.44 TB | 2 | 7 |
8182

8283
**Business plans**
8384

84-
| Name | Disk (GB) | Cores | Memory (GB) |
85-
| ------- | --------- | ----- | ----------- |
86-
| db1-15 | 960 | 4 | 15 |
87-
| db1-30 | 1920 | 8 | 30 |
88-
| db1-60 | 3840 | 16 | 60 |
89-
| db1-120 | 7680 | 32 | 120 |
85+
| Name | Storage | vCore | Memory (GB) |
86+
| ------- | ------------------------ | ----- | ----------- |
87+
| db1-15 | From 960 GB to 2.88 TB | 4 | 15 |
88+
| db1-30 | From 1.92 TB to 5.76 TB | 8 | 30 |
89+
| db1-60 | From 3.84 TB to 11.52 TB | 16 | 60 |
90+
| db1-120 | From 7.68 TB to 23.04 TB | 32 | 120 |
9091

9192

9293
**Enterprise plans**
9394

94-
| Name | Disk (GB) | Cores | Memory (GB) |
95-
| ------- | --------- | ----- | ----------- |
96-
| db1-15 | 1920 | 4 | 15 |
97-
| db1-30 | 3840 | 8 | 30 |
98-
| db1-60 | 7680 | 16 | 60 |
99-
| db1-120 | 15360 | 32 | 120 |
95+
| Name | Storage | vCore | Memory (GB) |
96+
| ------- | ------------------------- | ----- | ----------- |
97+
| db1-15 | From 1.92 TB to 5.76 TB | 4 | 15 |
98+
| db1-30 | From 3.84 TB to 11.52 TB | 8 | 30 |
99+
| db1-60 | From 7.68 TB to 23.04 TB | 16 | 60 |
100+
| db1-120 | From 15.36 TB to 46.08 TB | 32 | 120 |
100101

101102
Right now, all nodes of a given cluster should be of the same type and live in the same region.
102103

104+
#### Flexible storage
105+
106+
you can increase the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/asia/en/publiccloud/databases/resize-cluster-storage/) for more information.
107+
108+
#### Node template upgrade
109+
110+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
111+
103112
#### Disk type
104113

105114
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/asia/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -108,6 +117,17 @@ Also, the performance caracteristics of the various storage offerings may vary d
108117

109118
Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters.
110119

120+
#### Effective storage
121+
122+
The disk size listed above is the total disk size of the underlying machine. However, a small part of it goes towards the OS install.
123+
124+
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
125+
126+
1. When reaching a concerning level of disk usage, a warning email is sent.
127+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
128+
129+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/asia/en/publiccloud/databases/handling-disk-full/) for more information.
130+
111131
### Features
112132

113133
#### Network
@@ -119,12 +139,19 @@ Ingress and Egress traffic are included in the service plans and unmetered.
119139
Here are some considerations to take into account when using private network:
120140

121141
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
122-
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
142+
- When connecting from an outside subnet, the Openstack IP gateway must be enabled in the subnet used for the Database service. The customer is responsible for any other custom network setup.
143+
144+
##### Authorised IPs
145+
146+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic. Until then, your service will be unreachable.
147+
148+
#### Advanced parameters
149+
150+
You can further customise your Cassandra by using advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/asia/en/publiccloud/databases/cassandra/advanced-parameters-references/) for more information on the supported parameters.
123151

124152
#### Logs and metrics
125153

126-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
127-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
154+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration can be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Cassandra logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/asia/en/publiccloud/databases/cross-service-integration/) for more information.
128155

129156
- **Logs retention**: 1000 lines of logs
130157
- **Metrics retention**: 1 calendar month

pages/platform/databases/cassandra_01_capabilities/guide.en-au.md

Lines changed: 47 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cassandra/capabilities
44
excerpt: Discover the capabilities and limitations of Public Cloud Databases for Cassandra
55
section: Cassandra - Guides
66
order: 010
7-
updated: 2023-01-19
7+
updated: 2023-04-14
88
---
99

10-
**Last updated January 19th, 2023**
10+
**Last updated April 14th, 2023**
1111

1212
## Objective
1313

@@ -75,31 +75,40 @@ Here are the node types you can choose from:
7575

7676
**Essentials plans**
7777

78-
| Name | Disk (GB) | Cores | Memory (GB) |
79-
| ------- | --------- | ----- | ----------- |
80-
| db1-7 | 160 | 2 | 7 |
78+
| Name | Storage | vCore | Memory (GB) |
79+
| ------- | ---------------------- | ----- | ----------- |
80+
| db1-4 | From 240 GB to 720 GB | 1 | 4 |
81+
| db1-7 | From 480 GB to 1.44 TB | 2 | 7 |
8182

8283
**Business plans**
8384

84-
| Name | Disk (GB) | Cores | Memory (GB) |
85-
| ------- | --------- | ----- | ----------- |
86-
| db1-15 | 960 | 4 | 15 |
87-
| db1-30 | 1920 | 8 | 30 |
88-
| db1-60 | 3840 | 16 | 60 |
89-
| db1-120 | 7680 | 32 | 120 |
85+
| Name | Storage | vCore | Memory (GB) |
86+
| ------- | ------------------------ | ----- | ----------- |
87+
| db1-15 | From 960 GB to 2.88 TB | 4 | 15 |
88+
| db1-30 | From 1.92 TB to 5.76 TB | 8 | 30 |
89+
| db1-60 | From 3.84 TB to 11.52 TB | 16 | 60 |
90+
| db1-120 | From 7.68 TB to 23.04 TB | 32 | 120 |
9091

9192

9293
**Enterprise plans**
9394

94-
| Name | Disk (GB) | Cores | Memory (GB) |
95-
| ------- | --------- | ----- | ----------- |
96-
| db1-15 | 1920 | 4 | 15 |
97-
| db1-30 | 3840 | 8 | 30 |
98-
| db1-60 | 7680 | 16 | 60 |
99-
| db1-120 | 15360 | 32 | 120 |
95+
| Name | Storage | vCore | Memory (GB) |
96+
| ------- | ------------------------- | ----- | ----------- |
97+
| db1-15 | From 1.92 TB to 5.76 TB | 4 | 15 |
98+
| db1-30 | From 3.84 TB to 11.52 TB | 8 | 30 |
99+
| db1-60 | From 7.68 TB to 23.04 TB | 16 | 60 |
100+
| db1-120 | From 15.36 TB to 46.08 TB | 32 | 120 |
100101

101102
Right now, all nodes of a given cluster should be of the same type and live in the same region.
102103

104+
#### Flexible storage
105+
106+
you can increase the storage of your cluster up to the maximum allowed for a given reference. Please refer to the [Resize your cluster storage guide](https://docs.ovh.com/au/en/publiccloud/databases/resize-cluster-storage/) for more information.
107+
108+
#### Node template upgrade
109+
110+
You can upgrade the node template of your cluster to scale your hardware resources up. This operation causes no interruption of service but be aware that you will not be able to downgrade the node template afterwards.
111+
103112
#### Disk type
104113

105114
The type of storage available may vary according to the region your cluster lives in: see [Availability of Public Cloud products](https://www.ovhcloud.com/en-au/public-cloud/regions-availability/) for more information about block storage type availability depending on region. Thus, your cluster may be backed by e.g. *High Speed* or *High Speed Gen2* block storage.
@@ -108,6 +117,17 @@ Also, the performance caracteristics of the various storage offerings may vary d
108117

109118
Public Cloud Databases will select the most efficient disk type for your cluster depending on your cluster parameters.
110119

120+
#### Effective storage
121+
122+
The disk size listed above is the total disk size of the underlying machine. However, a small part of it goes towards the OS install.
123+
124+
We try hard to avoid "disk full" situations that could be harmful to cluster health. Therefore:
125+
126+
1. When reaching a concerning level of disk usage, a warning email is sent.
127+
2. When reaching a concerning level of disk usage, the service is moved in the "DISK_FULL" state, and "read-only" mode, meaning no more writes can be done.
128+
129+
See the [Handling «Disk Full» situations documentation](https://docs.ovh.com/au/en/publiccloud/databases/handling-disk-full/) for more information.
130+
111131
### Features
112132

113133
#### Network
@@ -119,12 +139,19 @@ Ingress and Egress traffic are included in the service plans and unmetered.
119139
Here are some considerations to take into account when using private network:
120140

121141
- Network ports are created in the private network of your choice. Thus, further operations on that network might be restricted - e.g. you won’t be able to delete the network if you didn’t stop the Public Cloud Databases services first.
122-
- When connecting from outside subnet, Openstack IP gateway must be enabled in the subnet use for the Database service. The customer is responsible for any other custom network setup.
142+
- When connecting from an outside subnet, the Openstack IP gateway must be enabled in the subnet used for the Database service. The customer is responsible for any other custom network setup.
143+
144+
##### Authorised IPs
145+
146+
Once your service is up and running, you will be able to specify IP addresses (or CIDR blocks) to authorise incoming traffic. Until then, your service will be unreachable.
147+
148+
#### Advanced parameters
149+
150+
You can further customise your Cassandra by using advanced parameters. See the [Advanced parameters references documentation](https://docs.ovh.com/au/en/publiccloud/databases/cassandra/advanced-parameters-references/) for more information on the supported parameters.
123151

124152
#### Logs and metrics
125153

126-
Logs and metrics are available via the OVHcloud Public Cloud Control Panel.
127-
As of today, you can't export logs and metrics, nor plug them into a remote tool.
154+
Logs and metrics are available through the Control Panel and the API. Additionally, cross service integration can be configured to leverage your logs and metrics in other Public Cloud Database services. You could then view your Cassandra logs in Opensearch and metrics in Grafana (metrics have to be exported first in a time series compatible engine such as PostgreSQL or M3db). See the [Cross Service Integration documentation](https://docs.ovh.com/au/en/publiccloud/databases/cross-service-integration/) for more information.
128155

129156
- **Logs retention**: 1000 lines of logs
130157
- **Metrics retention**: 1 calendar month

0 commit comments

Comments
 (0)