Skip to content

Commit

Permalink
Use kolla-ceph-rgw play (#98)
Browse files Browse the repository at this point in the history
Closes #97

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 20, 2023
1 parent a502fec commit 9e72535
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/guides/deploy-guide/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,26 @@ sidebar_position: 20

1. [Configure the RGW service](../configuration-guides/ceph#rgw-service)

2. Apply roles `ceph-rgws` to deploy the Ceph RGW services and `ceph-rgw` to prepare the OpenStack endpoints.
2. Apply role `ceph-rgws` to deploy the Ceph RGW services.

```
osism apply ceph-rgws
osism apply ceph-rgw
```
3. Apply roles `loadbalancer` (HAProxy endpoints) and `horizon`.

3. Apply role `kolla-ceph-rgw` to add the OpenStack endpoint.

```
osism apply kolla-ceph-rgw
```

4. Apply role `loadbalancer` to add the HAProxy backend and frontend.

```
osism apply loadbalancer
```

5. Apply role `horizon` to enable the Swift dashboard.

```
osism apply horizon
```

0 comments on commit 9e72535

Please sign in to comment.