typo in external_ceph.yml

Bug #1671526 reported by Nathan Harper
6
This bug affects 1 person
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/ansible/roles/nova/tasks/external-ceph.yml

  local_action: state path="{{ node_custom_config }}/nova/ceph.client.cinder.keyring"

corrected to:

- name: Check cinder keyring file
  local_action: stat path="{{ node_custom_config }}/nova/ceph.client.cinder.keyring"
  register: cinder_cephx_keyring_file
  failed_when: not cinder_cephx_keyring_file.stat.exists
  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
Revision history for this message
Duong Ha-Quang (duonghq) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 4.0.1

This issue was fixed in the openstack/kolla-ansible 4.0.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 5.0.0.0b2

This issue was fixed in the openstack/kolla-ansible 5.0.0.0b2 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.