[openstack-dev] [kolla] Cinder Problem w/ AIO install
Arash Kaffamanesh
ak at cloudssky.com
Sun Jun 5 21:50:30 UTC 2016
Hi,
I'm trying to install OpenStack via kolla on a single bare metal machine
following this page:
http://docs.openstack.org/developer/kolla/quickstart.html
After the install I can log into horizon, but obviously since cinder is
missing, I can't launch any instance (block device is missing).
So I tried to activate cinder and set in globals.yml:
(created a loopback device following this guide:
http://docs.openstack.org/developer/kolla/cinder-guide.html)
enable_cinder: "yes"
cinder_iscsi_ip_address: "x.x.x.x"
cinder_volume_group: "cinder-volumes"
After running kolla-ansible deploy, I'm getting the following exception
below by the task copying over cinder.conf:
Any ideas?
Thanks for any hints in advance!
-Arash
###################
TASK [cinder : Copying over cinder.conf]
***************************************
An exception occurred during task execution. To see the full traceback, use
-vvv. The error was: [line 57]: '[]\n'
fatal: [localhost]: FAILED! => {"failed": true, "stdout": ""}
PLAY RECAP
*********************************************************************
localhost : ok=184 changed=1 unreachable=0 failed=1
Command failed ansible-playbook -i
/usr/share/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e
@/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e action=deploy
/usr/share/kolla/ansible/site.yml
PLAY RECAP
*********************************************************************
localhost : ok=184 changed=1 unreachable=0 failed=1
###################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160605/8a5546f9/attachment.html>
More information about the OpenStack-dev
mailing list