Who has ever tried to deploy fuel-ccp?
I am trying to deploy fuel-ccp with vagrant (Vagrantfile in the official github repository).
When I run ccp build
I got this:
vagrant@node1:~$ ccp build
2017-04-06 09:15:01,871 INFO fuel_ccp.fetch Cloning repositories into /home/vagrant/ccp-repos/
2017-04-06 09:15:01,879 INFO fuel_ccp.fetch ##################################################
2017-04-06 09:15:01,879 INFO fuel_ccp.fetch Summary:
2017-04-06 09:15:01,879 INFO fuel_ccp.fetch 23 repository(s) is(are) already cloned: fuel-ccp-ceph, fuel-ccp-cinder, fuel-ccp-debian-base, fuel-ccp-entrypoint, fuel-ccp-etcd, fuel-ccp-galera, fuel-ccp-glance, fuel-ccp-grafana, fuel-ccp-heat, fuel-ccp-horizon, fuel-ccp-ironic, fuel-ccp-keystone, fuel-ccp-memcached, fuel-ccp-murano, fuel-ccp-
neutron, fuel-ccp-nova, fuel-ccp-openstack-base, fuel-ccp-rabbitmq, fuel-ccp-sahara, fuel-ccp-searchlight, fuel-ccp-stacklight, fuel-ccp-elasticsearch, fuel-ccp-nginx
2017-04-06 09:15:01,879 INFO fuel_ccp.fetch ##################################################
2017-04-06 09:15:02,219 INFO fuel_ccp.build base: Starting image build
2017-04-06 09:25:09,524 ERROR fuel_ccp.build base: The command '/bin/sh -c apt-get update && apt-get install -y apt-transport-https' returned a non-zero code: 100
2017-04-06 09:25:09,524 ERROR fuel_ccp.build base: Push will be skipped due to build failure
2017-04-06 09:25:09,524 ERROR fuel_ccp.build base-tools: Build will be skipped due to parent image (base) build failure
2017-04-06 09:25:09,560 INFO fuel_ccp.build ##################################################
2017-04-06 09:25:09,561 INFO fuel_ccp.build Summary:
2017-04-06 09:25:09,561 ERROR fuel_ccp.build 2 image(s) build failed: base-tools, base
2017-04-06 09:25:09,561 ERROR fuel_ccp.build 2 image(s) push failed: base-tools, base
2017-04-06 09:25:09,561 INFO fuel_ccp.build ##################################################
Log: (/tmp/ccp.log)
[2017-04-06 09:15:02,219] INFO fuel_ccp.build base: Starting image build
[2017-04-06 09:15:02,222] DEBUG docker.api.build Looking for auth config
[2017-04-06 09:15:02,222] DEBUG docker.api.build No auth config in memory - loading from filesystem
[2017-04-06 09:15:02,222] DEBUG docker.auth.auth Trying paths: ['/home/vagrant/.docker/config.json', '/home/vagrant/.dockercfg']
[2017-04-06 09:15:02,222] DEBUG docker.auth.auth No config file found
[2017-04-06 09:15:02,222] DEBUG docker.api.build No auth config found
[2017-04-06 09:15:02,272] DEBUG fuel_ccp.build base: Step 1/10 : FROM debian:jessie
[2017-04-06 09:15:02,272] DEBUG fuel_ccp.build base: ---> 8cedef9d7368
[2017-04-06 09:15:02,272] DEBUG fuel_ccp.build base: Step 2/10 : MAINTAINER MOS Microservices <mos-microservices@mirantis.com>
[2017-04-06 09:15:02,273] DEBUG fuel_ccp.build base: ---> Using cache
[2017-04-06 09:15:02,273] DEBUG fuel_ccp.build base: ---> d54c422070d1
[2017-04-06 09:15:02,273] DEBUG fuel_ccp.build base: Step 3/10 : ENV DEBIAN_FRONTEND noninteractive
[2017-04-06 09:15:02,273] DEBUG fuel_ccp.build base: ---> Using cache
[2017-04-06 09:15:02,275] DEBUG fuel_ccp.build base: ---> 9abac259f18a
[2017-04-06 09:15:02,275] DEBUG fuel_ccp.build base: Step 4/10 : RUN apt-get update && apt-get install -y apt-transport-https
[2017-04-06 09:15:02,326] DEBUG fuel_ccp.build base: ---> Running in b752d7721034
[2017-04-06 09:23:05,493] DEBUG fuel_ccp.build base: Err http://security.debian.org jessie/updates InRelease
[2017-04-06 09:23:05,494] DEBUG fuel_ccp.build base:
[2017-04-06 09:23:05,494] DEBUG fuel_ccp.build base: Err http://security.debian.org jessie/updates Release.gpg
Cannot ...