Hi, I'm not familiar with ceph-ansible. I'm not sure if I understand it correctly, according to [1] it tries to get the public IP range to define monitors (?). Can you verify if your mon sections in /etc/ansible/hosts are correct? ansible.builtin.set_fact: _monitor_addresses: "{{ _monitor_addresses | default({}) | combine({item: hostvars[item]['ansible_facts']['all_ipv4_addresses'] | ips_in_ranges(hostvars[item]['public_network'].split(',')) | first}) }}" [1] https://github.com/ceph/ceph-ansible/blob/878cce5b4847a9a112f9d07c0fd651aa15... Zitat von vladimir franciz blando <vladimir.blando@gmail.com>:
I know that only a few are using this script but just trying my luck here if someone has the same issue as mine.
But first, who has successfully used this script and what version did you use? Im using this guide on my test environment ( https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/in... )
Error encountered --- TASK [Generate ceph configuration file] **********************************************************************
*********************************************************************************** fatal: [vladceph-1]: FAILED! => msg: '''_monitor_addresses'' is undefined. ''_monitor_addresses'' is undefined' fatal: [vladceph-3]: FAILED! => msg: '''_monitor_addresses'' is undefined. ''_monitor_addresses'' is undefined' fatal: [vladceph-2]: FAILED! => msg: '''_monitor_addresses'' is undefined. ''_monitor_addresses'' is undefined' ---
Regards, Vlad Blando <https://about.me/vblando> _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io