Compare commits
2 Commits
1d5f6fd49d
...
716d315cdb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
716d315cdb | ||
|
|
4a62ef6f20 |
|
|
@ -46,7 +46,7 @@
|
||||||
trim_blocks: true
|
trim_blocks: true
|
||||||
lstrip_blocks: true
|
lstrip_blocks: true
|
||||||
loop:
|
loop:
|
||||||
- { name: "ceph.conf.j2", dest: "/root/ceph.conf" }
|
# - { name: "ceph.conf.j2", dest: "/root/ceph.conf" }
|
||||||
- { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" }
|
- { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" }
|
||||||
- { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" }
|
- { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" }
|
||||||
- { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"}
|
- { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"}
|
||||||
|
|
|
||||||
24
inv.yaml
24
inv.yaml
|
|
@ -1,17 +1,17 @@
|
||||||
ceph-nodes:
|
ceph-nodes:
|
||||||
hosts:
|
hosts:
|
||||||
ceph-node01:
|
ceph-node01:
|
||||||
ansible_host: 10.50.37.14
|
ansible_host: 10.50.8.51
|
||||||
ansible_user: user
|
ansible_user: g10
|
||||||
ansible_ssh_pass: 123456
|
ansible_ssh_pass: 12345
|
||||||
ansible_become_pass: 123456
|
ansible_become_pass: 12345
|
||||||
ceph-node02:
|
ceph-node02:
|
||||||
ansible_host: 10.50.37.15
|
ansible_host: 10.50.8.75
|
||||||
ansible_user: user
|
ansible_user: g10
|
||||||
ansible_ssh_pass: 123456
|
ansible_ssh_pass: 12345
|
||||||
ansible_become_pass: 123456
|
ansible_become_pass: 12345
|
||||||
ceph-node03:
|
ceph-node03:
|
||||||
ansible_host: 10.50.37.16
|
ansible_host: 10.50.8.76
|
||||||
ansible_user: user
|
ansible_user: g10
|
||||||
ansible_ssh_pass: 123456
|
ansible_ssh_pass: 12345
|
||||||
ansible_become_pass: 123456
|
ansible_become_pass: 12345
|
||||||
|
|
@ -12,9 +12,9 @@
|
||||||
grafana_tag: "9.4.12"
|
grafana_tag: "9.4.12"
|
||||||
alertmanager_tag: "v0.27.0"
|
alertmanager_tag: "v0.27.0"
|
||||||
ntp_server: "ntp.int.nt-com.ru"
|
ntp_server: "ntp.int.nt-com.ru"
|
||||||
first_mon_ip: "10.52.37.14"
|
first_mon_ip: "10.50.8.51"
|
||||||
# cluster_network: "10.63.0.0/24"
|
# cluster_network: "10.63.0.0/24"
|
||||||
public_network: "10.52.37.0/24"
|
public_network: "10.50.8.0/24"
|
||||||
CEPH_RELEASE: '19.2.0'
|
CEPH_RELEASE: '19.2.0'
|
||||||
initial_dashboard_user: 'admin'
|
initial_dashboard_user: 'admin'
|
||||||
initial_dashboard_password: 'qweqwe'
|
initial_dashboard_password: 'qweqwe'
|
||||||
|
|
|
||||||
14
rgw.yaml
Normal file
14
rgw.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
service_type: rgw
|
||||||
|
service_id: rgw_test
|
||||||
|
placement:
|
||||||
|
hosts:
|
||||||
|
- ceph01
|
||||||
|
- ceph03
|
||||||
|
count_per_host: 1
|
||||||
|
spec:
|
||||||
|
rgw_realm: norsi
|
||||||
|
rgw_zone: savela
|
||||||
|
rgw_zonegroup:
|
||||||
|
rgw_frontend_port: 1234
|
||||||
|
networks:
|
||||||
|
- 192.169.142.0/24
|
||||||
|
|
@ -25,7 +25,7 @@ placement:
|
||||||
label: "mgr"
|
label: "mgr"
|
||||||
---
|
---
|
||||||
service_type: osd
|
service_type: osd
|
||||||
service_id: 12_SDD
|
service_id: All_disks
|
||||||
service_name: osd.all-available-devices
|
service_name: osd.all-available-devices
|
||||||
placement:
|
placement:
|
||||||
label: "osd"
|
label: "osd"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user