Skip to content

Commit

Permalink
Add ceph dashboard (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Dec 19, 2023
1 parent f91fd86 commit 50555fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/guides/configuration-guide/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,25 @@ OSISM has the two playbooks `ceph-configure-lvm-devices` and `ceph-create-lvm-de
```
$ osism apply ceph-osds
```
## Dashboard
Password for the admin user of the Ceph dashboard is set via `ceph_dashboard_password`.
```yaml title="environments/ceph/secrets.yml"
ceph_dashboard_password: password
```

User name of the admin user, port and listen IP address can be set via additional parameters.

```yaml title="environments/ceph/configuration.yml"
ceph_dashboard_addr: 0.0.0.0
ceph_dashboard_port: 7000
ceph_dashboard_username: admin
```
The Ceph dashboard is bootstrapped with the `ceph-bootstrap-dashboard` play.

```
$ osism apply ceph-bootstrap-dashboard
```

0 comments on commit 50555fe

Please sign in to comment.