Unable to find '/etc/kolla/config/swift/account.builder

Bug #1669229 reported by MarginHu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla
Invalid
Undecided
Unassigned

Bug Description

Hi Guys,

when I deploy a multi-node openstack, it reports the following error.

TASK [swift : Copying over rsyncd.conf] ****************************************
changed: [kode2]
changed: [kode1]
changed: [kode0]

TASK [swift : Copying over Swift ring files] ***********************************
failed: [kode1] (item=account.builder) => {"failed": true, "item": "account.builder", "msg": "Unable to find '/etc/kolla/config/swift/account.builder' in expected paths."}
failed: [kode0] (item=account.builder) => {"failed": true, "item": "account.builder", "msg": "Unable to find '/etc/kolla/config/swift/account.builder' in expected paths."}
failed: [kode2] (item=account.builder) => {"failed": true, "item": "account.builder", "msg": "Unable to find '/etc/kolla/config/swift/account.builder' in expected paths."}
failed: [kode1] (item=account.ring.gz) => {"failed": true, "item": "account.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/account.ring.gz' in expected paths."}
failed: [kode0] (item=account.ring.gz) => {"failed": true, "item": "account.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/account.ring.gz' in expected paths."}
failed: [kode2] (item=account.ring.gz) => {"failed": true, "item": "account.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/account.ring.gz' in expected paths."}
failed: [kode1] (item=container.builder) => {"failed": true, "item": "container.builder", "msg": "Unable to find '/etc/kolla/config/swift/container.builder' in expected paths."}
failed: [kode0] (item=container.builder) => {"failed": true, "item": "container.builder", "msg": "Unable to find '/etc/kolla/config/swift/container.builder' in expected paths."}
failed: [kode2] (item=container.builder) => {"failed": true, "item": "container.builder", "msg": "Unable to find '/etc/kolla/config/swift/container.builder' in expected paths."}
failed: [kode1] (item=container.ring.gz) => {"failed": true, "item": "container.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/container.ring.gz' in expected paths."}
failed: [kode0] (item=container.ring.gz) => {"failed": true, "item": "container.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/container.ring.gz' in expected paths."}
failed: [kode2] (item=container.ring.gz) => {"failed": true, "item": "container.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/container.ring.gz' in expected paths."}
failed: [kode1] (item=object.builder) => {"failed": true, "item": "object.builder", "msg": "Unable to find '/etc/kolla/config/swift/object.builder' in expected paths."}
failed: [kode0] (item=object.builder) => {"failed": true, "item": "object.builder", "msg": "Unable to find '/etc/kolla/config/swift/object.builder' in expected paths."}
failed: [kode2] (item=object.builder) => {"failed": true, "item": "object.builder", "msg": "Unable to find '/etc/kolla/config/swift/object.builder' in expected paths."}
failed: [kode1] (item=object.ring.gz) => {"failed": true, "item": "object.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/object.ring.gz' in expected paths."}
failed: [kode0] (item=object.ring.gz) => {"failed": true, "item": "object.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/object.ring.gz' in expected paths."}
failed: [kode2] (item=object.ring.gz) => {"failed": true, "item": "object.ring.gz", "msg": "Unable to find '/etc/kolla/config/swift/object.ring.gz' in expected paths."}
        to retry, use: --limit @/opt/bgi-kolla/kolla-ansible/ansible/site.retry

PLAY RECAP *********************************************************************
kode0 : ok=109 changed=14 unreachable=0 failed=1
kode1 : ok=107 changed=12 unreachable=0 failed=1
kode2 : ok=99 changed=10 unreachable=0 failed=1
kode3 : ok=36 changed=0 unreachable=0 failed=0
kode4 : ok=31 changed=0 unreachable=0 failed=0
kode5 : ok=31 changed=0 unreachable=0 failed=0

kolla 4.0.0.0rc1
kolla-ansible 4.0.0.0rc1
ansible 2.2.1.0

Revision history for this message
Eduardo Gonzalez (egonzalez90) wrote :

Swift rings must be created before deployment. The error is saying that required rings under /etc/kolla/config/swift are not present.
Have you created them before?
If not, please follow this guide https://github.com/openstack/kolla-ansible/blob/master/doc/swift-guide.rst

If rings are created and in the expected path. Please, reply to this bug.

Revision history for this message
MarginHu (margin2017) wrote :

after I apply your guide , this issue resolved, thanks,Eduardo.

Changed in kolla:
status: New → Incomplete
status: Incomplete → Invalid
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.