This repository contains configuration files that simplify the setup of the development environment to work on openATTIC with a ceph cluster managed by DeepSea.
VM | IP | Roles | Description |
---|---|---|---|
salt |
192.168.100.200 | master, admin | Run openattic-docker container or openattic (salt-master + salt-minion) |
node1 |
192.168.100.201 | mon, igw, rgw, mgr | Run ceph (salt-minion) |
node2 |
192.168.100.202 | mon, igw, ganesha, mgr | Run ceph (salt-minion) |
node3 |
192.168.100.203 | mon, rgw, ganesha | Run ceph (salt-minion) |
- Vagrant
- Local copy of the openATTIC repository
- Local copy of the DeepSea repository
Configuration resides in the settings.yml
file that contains the custom configuration to spin up the cluster. See
settings.sample.yml
for an example of the settings.yml
that you must create.