Skip to content

Feat(ceph guide): update ceph acl ip #7792

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
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Benutzererstellung (EN)
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - Benutzererstellung (EN)
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User creation
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - User creation
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creación de usuarios (EN)
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - Creación de usuarios (EN)
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creación de usuarios (EN)
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - Creación de usuarios (EN)
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Création d'utilisateurs
excerpt: Ce qui vous présente comment créer un nouvel utilisateur.
title: Cloud Disk Array - Création d'utilisateurs
excerpt: Découvrez comment créer un nouvel utilisateur Cloud Disk Array
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Creazione dell'utente (EN)"
excerpt: This guide shows you how to create a new user
title: "Cloud Disk Array - Creazione dell'utente (EN)"
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tworzenie użytkownika (EN)
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - Tworzenie użytkownika (EN)
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Criação de usuário (EN)
excerpt: This guide shows you how to create a new user
title: Cloud Disk Array - Criação de usuário (EN)
excerpt: This guide shows you how to create a new Cloud Disk Array user
updated: 2018-03-26
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
---
title: IP-ACL-Erstellung (EN)
excerpt: This guide shows you how to create an IP ACL to allow access to your ceph cluster.
updated: 2018-03-26
title: Cloud Disk Array - IP-ACL-Erstellung (EN)
excerpt: This guide shows you how to create an IP ACL to allow access to your Ceph cluster
updated: 2025-04-28
---

## Using web interface
## Objective

This guide shows you how to create an IP ACL to allow access to your Ceph cluster, using the OVHcloud Control Panel or the OVHcloud API.

## Requirements

- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)

## Instructions

> [!primary]
>
> Using web interface is the easiest way to create an IP ACL.
> Using the OVHcloud Control Panel is the easiest way to create an IP ACL.
>

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 right, you will find the existing ACL. By default there is no ACL.
### Using the OVHcloud Control Panel

First, log in to your [OVHcloud Control Panel](/links/manager) and click on `Bare Metal Cloud`{.action}. In the section called `STORAGE AND BACKUPS`, click the `Cloud Disk Array`{.action} service.

![Ceph pools](images/create_an_ip_acl_1.png){.thumbnail}
Here you'll find the existing ACL in `IP access control`{.action}, by default there is no ACL.

Get your ip address.
![Ceph pools](images/ceph-add-ip-1.png){.thumbnail}

Get your ip address:

```bash
admin@server:~$ ip -4 a
Expand All @@ -26,26 +39,33 @@ admin@server:~$ ip -4 a

Add your IP.

![Ceph pools](images/create_an_ip_acl_2.png){.thumbnail}
![Ceph pools](images/ceph-add-ip-2.png){.thumbnail}

Then create the IP ACL.

After the pool creation, you can see that the cluster status has changed because the ACL is being created.

And create the IP ACL.
### Using the API

After the pool creation, you are back to manager. You can see that cluster status has changed because the ACL is being created.
> [!success]
> 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.

## Using API
Use the following API call:

> [!api]
>
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/acl
>
serviceName is the fsid of your cluster.

You can check ACL creation by listing ACL.
`serviceName` is the fsid of your cluster.

You can check ACL creation by listing ACL:

> [!api]
>
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/acl
>

Example:

```bash
Expand All @@ -64,6 +84,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/acl

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.

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.
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.

Join our community of users on <https://community.ovh.com/en/>.
Join our [community of users](/links/community).
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
---
title: IP ACL creation
excerpt: This guide shows you how to create an IP ACL to allow access to your ceph cluster.
updated: 2018-03-26
excerpt: This guide shows you how to create an IP ACL to allow access to your Ceph cluster
updated: 2025-04-28
---

## Using web interface
## Objective

This guide shows you how to create an IP ACL to allow access to your Ceph cluster, using the OVHcloud Control Panel or the OVHcloud API.

## Requirements

- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)

## Instructions

> [!primary]
>
> Using web interface is the easiest way to create an IP ACL.
> Using the OVHcloud Control Panel is the easiest way to create an IP ACL.
>

First, connect to the [Cloud Disk Array manager](https://ca.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/asia/&ovhSubsidiary=asia){.external}. Under 'Platforms and services' select your Ceph cluster. On the bottom right, you will find the existing ACL. By default there is no ACL.
### Using the OVHcloud Control Panel

First, log in to your [OVHcloud Control Panel](/links/manager) and click on `Bare Metal Cloud`{.action}. In the section called `STORAGE AND BACKUPS`, click the `Cloud Disk Array`{.action} service.

![Ceph pools](images/create_an_ip_acl_1.png){.thumbnail}
Here you'll find the existing ACL in `IP access control`{.action}, by default there is no ACL.

Get your ip address.
![Ceph pools](images/ceph-add-ip-1.png){.thumbnail}

Get your ip address:

```bash
admin@server:~$ ip -4 a
Expand All @@ -26,26 +39,33 @@ admin@server:~$ ip -4 a

Add your IP.

![Ceph pools](images/create_an_ip_acl_2.png){.thumbnail}
![Ceph pools](images/ceph-add-ip-2.png){.thumbnail}

Then create the IP ACL.

After the pool creation, you can see that the cluster status has changed because the ACL is being created.

And create the IP ACL.
### Using the API

After the pool creation, you are back to manager. You can see that cluster status has changed because the ACL is being created.
> [!success]
> 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.

## Using API
Use the following API call:

> [!api]
>
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/acl
>
serviceName is the fsid of your cluster.

You can check ACL creation by listing ACL.
`serviceName` is the fsid of your cluster.

You can check ACL creation by listing ACL:

> [!api]
>
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/acl
>

Example:

```bash
Expand All @@ -64,6 +84,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/acl

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.

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.
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.

Join our community of users on <https://community.ovh.com/en/>.
Join our [community of users](/links/community).
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
---
title: IP ACL creation
excerpt: This guide shows you how to create an IP ACL to allow access to your ceph cluster.
updated: 2018-03-26
excerpt: This guide shows you how to create an IP ACL to allow access to your Ceph cluster
updated: 2025-04-28
---

## Using web interface
## Objective

This guide shows you how to create an IP ACL to allow access to your Ceph cluster, using the OVHcloud Control Panel or the OVHcloud API.

## Requirements

- A [Cloud Disk Array](/links/storage/cloud-disk-array) solution
- Access to the [OVHcloud Control Panel](/links/manager) or to the [OVHcloud API](/links/api)

## Instructions

> [!primary]
>
> Using web interface is the easiest way to create an IP ACL.
> Using the OVHcloud Control Panel is the easiest way to create an IP ACL.
>

First, connect to the [manager](https://ca.ovh.com/manager/dedicated/#/configuration){.external} and under Platforms and services you'll fine the Ceph service.
### Using the OVHcloud Control Panel

First, log in to your [OVHcloud Control Panel](/links/manager) and click on `Bare Metal Cloud`{.action}. In the section called `STORAGE AND BACKUPS`, click the `Cloud Disk Array`{.action} service.

Here you will find the existing ACL, by default there is no ACL.
Here you'll find the existing ACL in `IP access control`{.action}, by default there is no ACL.

![Ceph pools](images/create_an_ip_acl_1.png){.thumbnail}
![Ceph pools](images/ceph-add-ip-1.png){.thumbnail}

Get your ip address.
Get your ip address:

```bash
admin@server:~$ ip -4 a
Expand All @@ -28,26 +39,33 @@ admin@server:~$ ip -4 a

Add your IP.

![Ceph pools](images/create_an_ip_acl_2.png){.thumbnail}
![Ceph pools](images/ceph-add-ip-2.png){.thumbnail}

And create the IP ACL.
Then create the IP ACL.

After the pool creation, you are back to manager. You can see that cluster status has changed because the ACL is being created.
After the pool creation, you can see that the cluster status has changed because the ACL is being created.

## Using API
### Using the API

> [!success]
> 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.

Use the following API call:

> [!api]
>
> @api {v1} /dedicated/ceph POST /dedicated/ceph/{serviceName}/acl
>
serviceName is the fsid of your cluster.

You can check ACL creation by listing ACL.
`serviceName` is the fsid of your cluster.

You can check ACL creation by listing ACL:

> [!api]
>
> @api {v1} /dedicated/ceph GET /dedicated/ceph/{serviceName}/acl
>

Example:

```bash
Expand All @@ -66,6 +84,6 @@ GET /dedicated/ceph/98d166d8-7c88-47b7-9cb6-63acd5a59c15/acl

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.

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.
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.

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