Skip to content

Commit

Permalink
feat: add rook storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed May 1, 2024
1 parent d6e0010 commit 4a48af5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ansible/inventory/hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ kubernetes:
lphkw1:
ansible_user: oscar
ansible_host: 10.69.1.26
ceph_drives:
- /dev/disk/by-id/ata-KINGSTON_SA400S37480G_50026B7283215569
lphkw2:
ansible_user: oscar
ansible_host: 10.69.1.27
ceph_drives:
- /dev/disk/by-id/ata-SSDPR-CL100-480-G3_G0Z047886
7 changes: 2 additions & 5 deletions kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,10 @@ spec:
config:
osdsPerDevice: "1"
nodes:
- name: lphkm1
- name: lphkw1
devices:
- name: /dev/disk/by-id/ata-KINGSTON_SA400S37480G_50026B7283215569
- name: lphkm2
devices:
- name: /dev/disk/by-id/ata-SSDPR-CL100-480-G3_GXE092715
- name: lphkm3
- name: lphkw2
devices:
- name: /dev/disk/by-id/ata-SSDPR-CL100-480-G3_G0Z047886
healthCheck:
Expand Down

0 comments on commit 4a48af5

Please sign in to comment.