single node kolla deployment failed while starting heka container: internal server error?
I'm trying to deploy a single node installation of kolla, which I will later be extending to 2 hosts. All the steps work until the "kolla-ansible deploy" command. Tried with Docker version 1.12 as well as version 1.13.
I've build all the container images using kolla-build command and pushed the images in the local docker registry running at port 4000. I configured by giving the correct values globals.yml file for the repository.
When I give kolla-ansible deploy, the deployment stops while starting heka container with the following error:
TASK: [common | starting heka container] ***********
failed: [localhost] => {"changed": true, "failed": true}
msg: APIError(HTTPError(u'500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.25/containers/create?name=heka',),)
FATAL: all hosts have failed -- aborting
localhost : 0k=28 changed=0 unreachable=0 failed=1
I'm not sure if this is a config mistake with openstack kolla or with docker. I gave docker_insecure_registry to true in the globals.yml file. Is there some configuration I'm missing? Any place where I can check with detailed steps for deploying kolla?
Please help me, this is required for my capstone project.!
EDIT: While using Kolla-build, I build only specific images and pushed it to the registry, only horizon, glance, nova, neutron, keystone. Will that be a problem?
Is configured docker daemon to use the insecure registry? Check with:
Are you able to manually pull heka image?
I do not have a kolla.conf file in the system. But the docker has started on start up.
I have configured the DOCKER_OPTS="--insecure-registry ID_ADDRESS:4000" option in my /etc/default/docker file in my Ubuntu 16.04. Still the issue persists . @Eduardo Gonzalez
While using Kolla-build, I build only specific images and pushed it to the registry, only horizon, glance, nova, neutron, keystone. Will that be a problem?