typo in external_ceph.yml
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Eduardo Gonzalez | ||
Ocata |
Fix Committed
|
Undecided
|
Unassigned | ||
Pike |
Fix Released
|
High
|
Eduardo Gonzalez |
Bug Description
Deploying using kolla-ansible with external Ceph cluster.
TASK [nova : Check cinder keyring file] *******
fatal: [dl004]: FAILED! => {"failed": true, "msg": "The module state was not found in configured module paths. Additionally, core modules are missing. If this is a checkout, run 'git submodule update --init --recursive' to correct this problem."}
typo appears to be in:
kolla-ansible/
local_action: state path="{{ node_custom_config }}/nova/
corrected to:
- name: Check cinder keyring file
local_action: stat path="{{ node_custom_config }}/nova/
register: cinder_
failed_when: not cinder_
when: cinder_backend_ceph | bool
results in:
TASK [nova : Check cinder keyring file] *******
ok: [dl004 -> localhost]
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → pike-1 |
Addressed by: https:/ /review. openstack. org/#/c/ 443753/ /review. openstack. org/#/c/ 444062/
https:/
-> Finished