On Thu, Apr 21, 2016 at 11:29 PM, Franck Barillaud <fbari...@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

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to