Set FQDN to nodes

This commit is contained in:
a.pivkin 2024-12-22 20:31:18 +03:00
parent 05dd8baf85
commit 1d3850fb9c
7 changed files with 43 additions and 2 deletions

17
gprs_szfo.yaml Normal file
View File

@ -0,0 +1,17 @@
ceph-nodes:
hosts:
node01.gprs.ceph.szfo:
ansible_host: 10.50.8.88
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
node02.gprs.ceph.szfo:
ansible_host: 10.50.8.89
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
node03.gprs.ceph.szfo:
ansible_host: 10.50.8.90
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345

View File

@ -0,0 +1,7 @@
addr: 10.50.8.88
location:
root: default
labels:
- mon
- osd
- mgr

View File

@ -0,0 +1,7 @@
addr: 10.50.8.89
location:
root: default
labels:
# - mon
- osd
# - mgr

View File

@ -0,0 +1,6 @@
addr: 10.50.8.90
location:
root: default
labels:
# - mon
- osd

View File

@ -15,3 +15,8 @@ ceph-nodes:
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345
ceph-client:
ansible_host: 10.50.8.91
ansible_user: g10
ansible_ssh_pass: 12345
ansible_become_pass: 12345

View File

@ -12,7 +12,7 @@
grafana_tag: "9.4.12"
alertmanager_tag: "v0.27.0"
ntp_server: "ntp.int.nt-com.ru"
first_mon_ip: "10.50.8.75"
first_mon_ip: "10.50.8.88"
# cluster_network: "10.63.0.0/24"
public_network: "10.50.8.0/24"
CEPH_RELEASE: '19.2.0'

View File

@ -3,4 +3,3 @@ mgr/cephadm/container_image_prometheus = {{ image_registry }}/prometheus/prometh
mgr/cephadm/container_image_node_exporter = {{ image_registry }}/prometheus/node-exporter:{{ node_exporter_tag }}
mgr/cephadm/container_image_grafana = {{ image_registry }}/ceph/ceph-grafana:{{ grafana_tag }}
mgr/cephadm/container_image_alertmanager = {{ image_registry }}/prometheus/alertmanager:{{ alertmanager_tag }}