Set FQDN to nodes
This commit is contained in:
parent
05dd8baf85
commit
1d3850fb9c
17
gprs_szfo.yaml
Normal file
17
gprs_szfo.yaml
Normal 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
|
||||
7
host_vars/node01.gprs.ceph.szfo.yaml
Normal file
7
host_vars/node01.gprs.ceph.szfo.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
addr: 10.50.8.88
|
||||
location:
|
||||
root: default
|
||||
labels:
|
||||
- mon
|
||||
- osd
|
||||
- mgr
|
||||
7
host_vars/node02.gprs.ceph.szfo.yaml
Normal file
7
host_vars/node02.gprs.ceph.szfo.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
addr: 10.50.8.89
|
||||
location:
|
||||
root: default
|
||||
labels:
|
||||
# - mon
|
||||
- osd
|
||||
# - mgr
|
||||
6
host_vars/node03.gprs.ceph.szfo.yaml
Normal file
6
host_vars/node03.gprs.ceph.szfo.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
addr: 10.50.8.90
|
||||
location:
|
||||
root: default
|
||||
labels:
|
||||
# - mon
|
||||
- osd
|
||||
5
inv.yaml
5
inv.yaml
|
|
@ -14,4 +14,9 @@ ceph-nodes:
|
|||
ansible_host: 10.50.8.77
|
||||
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
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user