Hi, tying to get this to do a simple deployment, and i'm getting a strange error, has anyone seen this? I'm using Centos 7, rel 5 ansible 2.5.3 python version = 2.7.5
I've tried with mimic luninous and even jewel, no luck at all.
TASK [ceph-validate : validate provided configuration] **************************************************************************************************************************************************************************************
task path: /home/jzygmont/ansible/ceph-ansible/roles/ceph-validate/tasks/main.yml:2
Thursday 20 September 2018 14:05:18 -0700 (0:00:05.734) 0:00:37.439 ****
The full traceback is:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 138, in run
res = self._execute()
File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 561, in _execute
result = self._handler.run(task_vars=variables)
File "/home/jzygmont/ansible/ceph-ansible/plugins/actions/validate.py", line 43, in run
notario.validate(host_vars, install_options, defined_keys=True)
TypeError: validate() got an unexpected keyword argument 'defined_keys'
fatal: [172.20.3.178]: FAILED! => {
"msg": "Unexpected failure during module execution.",
"stdout": ""
}
NO MORE HOSTS LEFT **************************************************************************************************************************************************************************************************************************
PLAY RECAP **********************************************************************************************************************************************************************************************************************************
172.20.3.178 : ok=25 changed=0 unreachable=0 failed=1
task path: /home/jzygmont/ansible/ceph-ansible/roles/ceph-validate/tasks/main.yml:2
Thursday 20 September 2018 14:05:18 -0700 (0:00:05.734) 0:00:37.439 ****
The full traceback is:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 138, in run
res = self._execute()
File "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 561, in _execute
result = self._handler.run(task_vars=variables)
File "/home/jzygmont/ansible/ceph-ansible/plugins/actions/validate.py", line 43, in run
notario.validate(host_vars, install_options, defined_keys=True)
TypeError: validate() got an unexpected keyword argument 'defined_keys'
fatal: [172.20.3.178]: FAILED! => {
"msg": "Unexpected failure during module execution.",
"stdout": ""
}
NO MORE HOSTS LEFT **************************************************************************************************************************************************************************************************************************
PLAY RECAP **********************************************************************************************************************************************************************************************************************************
172.20.3.178 : ok=25 changed=0 unreachable=0 failed=1
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com