Skip to content

Commit

Permalink
add ceph install requirements to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Katharina Brechtel <[email protected]>
  • Loading branch information
mkbrechtel authored and stgraber committed Apr 12, 2024
1 parent 34a56cd commit 0c94ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Install incus stable or LTS on your system from the [zabbly/incus](https://githu

Install [OpenTofu](https://opentofu.org/docs/intro/install/).

Install the required ceph packages for ansible on the controller, on Debian that's the `ceph-base` and `ceph-common` packages:
```
apt install --no-install-recommends ceph-base ceph-common
```

### Create the test VMs with OpenTofu
Go to terraform directory:
Expand Down

0 comments on commit 0c94ba8

Please sign in to comment.