shitty settings updates on MTS cluster

This commit is contained in:
a.pivkin 2024-12-17 12:32:23 +03:00
parent 072536a895
commit 2195d61ba8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
- name: set FQDN
hostname:
name: "{{ inventory_hostname }}"
use: systemd
- name: download asc and cephadm for ceph
get_url:
url: "{{ item.url }}"

View File

@ -28,7 +28,7 @@
pause:
prompt: RUN THIS TO BOOTSTRAP THE CLUSTER "cephadm --image harbor.test.registry.int.nt-com.ru/proxy-quay/ceph/ceph:v19.2 bootstrap --mon-ip {{ first_mon_ip }}
--initial-dashboard-user {{ initial_dashboard_user }} --initial-dashboard-password {{ initial_dashboard_password }}
--apply-spec /root/cluster_spec.yml --config /root/initial-ceph.conf"
--apply-spec /root/cluster_spec.yml --config /root/initial-ceph.conf --allow-fqdn-hostname"
when:
- cluster_network is undefined
@ -37,7 +37,7 @@
prompt: RUN THIS TO BOOTSTRAP THE CLUSTER "cephadm --image harbor.test.registry.int.nt-com.ru/proxy-quay/ceph/ceph:v19.2 bootstrap --mon-ip {{ first_mon_ip }}
--cluster-network {{ cluster_network }}
--initial-dashboard-user {{ initial_dashboard_user }} --initial-dashboard-password {{ initial_dashboard_password }}
--apply-spec /root/cluster_spec.yml --config /root/initial-ceph.conf"
--apply-spec /root/cluster_spec.yml --config /root/initial-ceph.conf --allow-fqdn-hostname"
when:
- cluster_network is defined