We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy osp-16 with ceph-ansible, i'm getting following error,
TASK [tripleo-ceph-run-ansible : print ceph-ansible output in case of failure] *** Sunday 05 April 2020 19:21:30 -0400 (0:00:00.126) 0:11:42.298 ********** fatal: [undercloud]: FAILED! => { "ceph_ansible_std_out_err": [ "ansible-playbook 2.8.10", " config file = /etc/ansible/ansible.cfg", " configured module search path = ['/usr/share/ceph-ansible/library']", " ansible python module location = /usr/lib/python3.6/site-packages/ansible", " executable location = /bin/ansible-playbook", " python version = 3.6.8 (default, Oct 11 2019, 15:04:54) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]", "Using /etc/ansible/ansible.cfg as config file", "ERROR! the playbook: /usr/share/ceph-ansible/site-container.yml.sample could not be found" ], "failed_when_result": true }
I had to manually install ceph-ansible for /usr/share/ceph-ansible/site-container.yml.sample
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to deploy osp-16 with ceph-ansible, i'm getting following error,
TASK [tripleo-ceph-run-ansible : print ceph-ansible output in case of failure] ***
Sunday 05 April 2020 19:21:30 -0400 (0:00:00.126) 0:11:42.298 **********
fatal: [undercloud]: FAILED! => {
"ceph_ansible_std_out_err": [
"ansible-playbook 2.8.10",
" config file = /etc/ansible/ansible.cfg",
" configured module search path = ['/usr/share/ceph-ansible/library']",
" ansible python module location = /usr/lib/python3.6/site-packages/ansible",
" executable location = /bin/ansible-playbook",
" python version = 3.6.8 (default, Oct 11 2019, 15:04:54) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]",
"Using /etc/ansible/ansible.cfg as config file",
"ERROR! the playbook: /usr/share/ceph-ansible/site-container.yml.sample could not be found"
],
"failed_when_result": true
}
I had to manually install ceph-ansible for /usr/share/ceph-ansible/site-container.yml.sample
The text was updated successfully, but these errors were encountered: