Skip to content

Commit 5b9dabd

Browse files
authored
Merge pull request #7755 from ovh/fix-review-ceph-createuser
fix(ceph create user): upadte guide
2 parents aea43a4 + 08be56a commit 5b9dabd

18 files changed

+487
-165
lines changed

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_user/guide.de-de.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,61 @@ excerpt: This guide shows you how to create a new user
44
updated: 2018-03-26
55
---
66

7-
## Using web interface
7+
## Objective
8+
9+
This guide shows you how to create a new Cloud Disk Array user, using the OVHcloud Control Panel or the OVHcloud API.
10+
11+
## Requirements
12+
13+
- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
14+
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)
15+
16+
## Instructions
17+
18+
### Using the OVHcloud Control Panel
819

920
> [!primary]
1021
>
11-
> Using web interface is the easiest way to create a user.
22+
> Using the OVHcloud Control Panel is the easiest way to create a user.
1223
>
1324
14-
First, connect to the [Cloud Disk Array manager](https://www.ovh.com/manager/cloud/index.html){.external}. Under 'Platforms and services' select your Ceph cluster. On the bottom left, you will find the **user list**. No user is created by default (except *admin* that you can't use and that is hidden).
25+
First, log into your [OVHcloud Control Panel](/links/manager) and go to the `Bare Metal Cloud`{.action} section. Click the `Platforms and services`{.action} header then on the `ceph-cluster`{.action} service.
1526

1627
![Ceph users](images/create_a_user_1.png){.thumbnail}
1728

1829
Enter a username.
1930

2031
> [!warning]
2132
>
22-
> Your username needs at least three characters.
33+
> Your username needs to contain at least three characters.
2334
>
2435
2536
![Ceph user creation](images/create_a_user_2.png){.thumbnail}
2637

27-
After user creation, you are back to manager. You can see that cluster status has changed because the user is being created.
38+
The user is then created.
2839

2940
![Ceph user creation](images/create_a_user_3.png){.thumbnail}
3041

31-
## Using API
42+
### Using the API
43+
44+
> [!success]
45+
> If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) guide.
46+
47+
You can create a user using this API route:
3248

3349
> [!api]
3450
>
3551
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/user
3652
>
37-
serviceName is the fsid of your cluster.
3853
39-
You can check user creation by listing users.
54+
`serviceName` is the fsid of your cluster.
55+
56+
You can also check the user creation by creating a list of users:
57+
58+
> [!api]
59+
>
60+
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/user
61+
>
4062
4163
```bash
4264
GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
@@ -56,6 +78,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
5678

5779
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.
5880

59-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
81+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
6082

61-
Join our community of users on <https://community.ovh.com/en/>.
83+
Join our [community of users](/links/community).

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_user/guide.en-asia.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,61 @@ excerpt: This guide shows you how to create a new user
44
updated: 2018-03-26
55
---
66

7-
## Using web interface
7+
## Objective
8+
9+
This guide shows you how to create a new Cloud Disk Array user, using the OVHcloud Control Panel or the OVHcloud API.
10+
11+
## Requirements
12+
13+
- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
14+
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)
15+
16+
## Instructions
17+
18+
### Using the OVHcloud Control Panel
819

920
> [!primary]
1021
>
11-
> Using web interface is the easiest way to create a user.
22+
> Using the OVHcloud Control Panel is the easiest way to create a user.
1223
>
1324
14-
First, connect to the [Cloud Disk Array manager](https://www.ovh.com/manager/cloud/index.html){.external}. Under 'Platforms and services' select your Ceph cluster. On the bottom left, you will find the **user list**. No user is created by default (except *admin* that you can't use and that is hidden).
25+
First, log into your [OVHcloud Control Panel](/links/manager) and go to the `Bare Metal Cloud`{.action} section. Click the `Platforms and services`{.action} header then on the `ceph-cluster`{.action} service.
1526

1627
![Ceph users](images/create_a_user_1.png){.thumbnail}
1728

1829
Enter a username.
1930

2031
> [!warning]
2132
>
22-
> Your username needs at least three characters.
33+
> Your username needs to contain at least three characters.
2334
>
2435
2536
![Ceph user creation](images/create_a_user_2.png){.thumbnail}
2637

27-
After user creation, you are back to manager. You can see that cluster status has changed because the user is being created.
38+
The user is then created.
2839

2940
![Ceph user creation](images/create_a_user_3.png){.thumbnail}
3041

31-
## Using API
42+
### Using the API
43+
44+
> [!success]
45+
> If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) guide.
46+
47+
You can create a user using this API route:
3248

3349
> [!api]
3450
>
3551
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/user
3652
>
37-
serviceName is the fsid of your cluster.
3853
39-
You can check user creation by listing users.
54+
`serviceName` is the fsid of your cluster.
55+
56+
You can also check the user creation by creating a list of users:
57+
58+
> [!api]
59+
>
60+
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/user
61+
>
4062
4163
```bash
4264
GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
@@ -56,6 +78,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
5678

5779
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.
5880

59-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
81+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
6082

61-
Join our community of users on <https://community.ovh.com/en/>.
83+
Join our [community of users](/links/community).

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_user/guide.en-au.md

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,61 @@ excerpt: This guide shows you how to create a new user
44
updated: 2018-03-26
55
---
66

7-
## Using web interface
7+
## Objective
8+
9+
This guide shows you how to create a new Cloud Disk Array user, using the OVHcloud Control Panel or the OVHcloud API.
10+
11+
## Requirements
12+
13+
- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
14+
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)
15+
16+
## Instructions
17+
18+
### Using the OVHcloud Control Panel
819

920
> [!primary]
1021
>
11-
> Using web interface is the easiest way to create a user.
22+
> Using the OVHcloud Control Panel is the easiest way to create a user.
1223
>
1324
14-
First, connect to the [manager](https://ca.ovh.com/manager/dedicated/#/configuration){.external} and under Platforms and services you'll fine the Ceph service.
15-
16-
In the tab 'Users', you will find the **user list**. No user is created by default (except *admin* that you can't use and that is hidden).
25+
First, log into your [OVHcloud Control Panel](/links/manager) and go to the `Bare Metal Cloud`{.action} section. Click the `Platforms and services`{.action} header then on the `ceph-cluster`{.action} service.
1726

1827
![Ceph users](images/create_a_user_1.png){.thumbnail}
1928

2029
Enter a username.
2130

2231
> [!warning]
2332
>
24-
> Your username needs at least three characters.
33+
> Your username needs to contain at least three characters.
2534
>
2635
2736
![Ceph user creation](images/create_a_user_2.png){.thumbnail}
2837

29-
After user creation, you are back to manager. You can see that cluster status has changed because the user is being created.
38+
The user is then created.
3039

3140
![Ceph user creation](images/create_a_user_3.png){.thumbnail}
3241

33-
## Using API
42+
### Using the API
43+
44+
> [!success]
45+
> If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) guide.
46+
47+
You can create a user using this API route:
3448

3549
> [!api]
3650
>
3751
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/user
3852
>
39-
serviceName is the fsid of your cluster.
4053
41-
You can check user creation by listing users.
54+
`serviceName` is the fsid of your cluster.
55+
56+
You can also check the user creation by creating a list of users:
57+
58+
> [!api]
59+
>
60+
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/user
61+
>
4262
4363
```bash
4464
GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
@@ -58,6 +78,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
5878

5979
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.
6080

61-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
81+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
6282

63-
Join our community of users on <https://community.ovh.com/en/>.
83+
Join our [community of users](/links/community).

pages/storage_and_backup/block_storage/cloud_disk_array/ceph_create_a_user/guide.en-ca.md

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,61 @@ excerpt: This guide shows you how to create a new user
44
updated: 2018-03-26
55
---
66

7-
## Using web interface
7+
## Objective
8+
9+
This guide shows you how to create a new Cloud Disk Array user, using the OVHcloud Control Panel or the OVHcloud API.
10+
11+
## Requirements
12+
13+
- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
14+
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)
15+
16+
## Instructions
17+
18+
### Using the OVHcloud Control Panel
819

920
> [!primary]
1021
>
11-
> Using web interface is the easiest way to create a user.
22+
> Using the OVHcloud Control Panel is the easiest way to create a user.
1223
>
1324
14-
First, connect to the [manager](https://ca.ovh.com/manager/dedicated/#/configuration){.external} and under Platforms and services you'll fine the Ceph service.
15-
16-
In the tab 'Users', you will find the **user list**. No user is created by default (except *admin* that you can't use and that is hidden).
25+
First, log into your [OVHcloud Control Panel](/links/manager) and go to the `Bare Metal Cloud`{.action} section. Click the `Platforms and services`{.action} header then on the `ceph-cluster`{.action} service.
1726

18-
![Ceph users](images/ceph-add-user-1.png){.thumbnail}
27+
![Ceph users](images/create_a_user_1.png){.thumbnail}
1928

2029
Enter a username.
2130

2231
> [!warning]
2332
>
24-
> Your username needs at least three characters.
33+
> Your username needs to contain at least three characters.
2534
>
2635
27-
![Ceph user creation](images/ceph-add-user-2.png){.thumbnail}
36+
![Ceph user creation](images/create_a_user_2.png){.thumbnail}
37+
38+
The user is then created.
2839

29-
After user creation, you are back to manager. You can see that cluster status has changed because the user is being created.
40+
![Ceph user creation](images/create_a_user_3.png){.thumbnail}
3041

31-
![Ceph user creation](images/ceph-task-1.png){.thumbnail}
42+
### Using the API
3243

33-
## Using API
44+
> [!success]
45+
> If you are not familiar with the OVHcloud API, read our [First Steps with the OVHcloud API](/pages/manage_and_operate/api/first-steps) guide.
46+
47+
You can create a user using this API route:
3448

3549
> [!api]
3650
>
3751
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/user
3852
>
39-
serviceName is the fsid of your cluster.
4053
41-
You can check user creation by listing users.
54+
`serviceName` is the fsid of your cluster.
55+
56+
You can also check the user creation by creating a list of users:
57+
58+
> [!api]
59+
>
60+
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/user
61+
>
4262
4363
```bash
4464
GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
@@ -58,6 +78,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/user
5878

5979
Visit our dedicated Discord channel: <https://discord.gg/ovhcloud>. Ask questions, provide feedback and interact directly with the team that builds our Storage and Backup services.
6080

61-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
81+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
6282

63-
Join our community of users on <https://community.ovh.com/en/>.
83+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)