[openstack-dev] [kolla] deploy kolla on ppc64

Michał Rostecki michal.rostecki at gmail.com
Thu Apr 21 21:56:15 UTC 2016


On Thu, Apr 21, 2016 at 11:29 PM, Franck Barillaud <fbarilla at us.ibm.com> wrote:
> I've been using Kola to deploy Mitaka on x86 and it works great. Now I would
> like to do the same thing on IBM Power8 systems (ppc64). I've setup a local
> registry with an Ubuntu image.
> I've docker and a local registry running on a Power8 system. When I issue
> the following command:
>
> kolla-build --base ubuntu --type source --registry  <registry_host>:4000
> --push
>
> I get an 'exec format error' message. It seems that the build process pulls
> the Ubuntu amd64 image from the public registry and not the ppc64 image from
> the local registry. Is there a configuration parameter I can setup to force
> to pull the image from the local registry ?
>

You can provide the address of your registry as a part of the image
name in the --base option. So, i.e. <your_ip_address>:5000/ubuntu. It
should work.

Cheers,
Michal



More information about the OpenStack-dev mailing list