Skip to content

Commit

Permalink
Add example OSISM config file
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne committed Jul 8, 2024
1 parent bcd30d7 commit 4af6a72
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions config.example.osism.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
general:
machine_pickle_file: data.pickle

logging:
level: INFO # level at which logging should start
format:
time: "%Y-%m-%d %H:%M.%S" # other example: "iso"
renderer: console # or: json

ceph:
config: ./.ceph/ceph.conf
keyring: ./.ceph/ceph.client.admin.keyring

# fill in correct path to private key
ssh:
private_key: /home/USER/.ssh/cloud.private
hosts:
testbed-node-0:
address: 192.168.16.10
user: dragon
testbed-node-1:
address: 192.168.16.11
user: dragon
testbed-node-2:
address: 192.168.16.12
user: dragon

kubernetes:
config: ./k8s/config

rook:
cluster:
name: osism-ceph
namespace: rook-ceph
mds_placement_label: node-role.osism.tech/rook-mds
mgr_placement_label: node-role.osism.tech/rook-mgr
mon_placement_label: node-role.osism.tech/rook-mon
osd_placement_label: node-role.osism.tech/rook-osd
rgw_placement_label: node-role.osism.tech/rook-rgw
ceph:
image: quay.io/ceph/ceph:v18.2.1

migration_modules:
- cephx_auth_config
- migrate_osds
- migrate_monitors
- example

0 comments on commit 4af6a72

Please sign in to comment.