Remove not needed images from build process

We don't deploy all of the components so we don't need to build them.

Change-Id: I78713ea7051cad690ef8bcb5df694762ad2afe73
This commit is contained in:
Artur Zarzycki 2016-10-28 14:59:42 +02:00
parent dbe589144e
commit 29107186aa
1 changed files with 27 additions and 0 deletions

View File

@ -7,6 +7,33 @@ registry:
repositories:
path: /tmp/ccp-repos
skip_empty: True
repos:
- git_url: https://git.openstack.org/openstack/fuel-ccp-debian-base
name: debian-base
- git_url: https://git.openstack.org/openstack/fuel-ccp-entrypoint
name: entrypoint
- git_url: https://git.openstack.org/openstack/fuel-ccp-etcd
name: etcd
- git_url: https://git.openstack.org/openstack/fuel-ccp-glance
name: glance
- git_url: https://git.openstack.org/openstack/fuel-ccp-heat
name: heat
- git_url: https://git.openstack.org/openstack/fuel-ccp-horizon
name: horizon
- git_url: https://git.openstack.org/openstack/fuel-ccp-keystone
name: keystone
- git_url: https://git.openstack.org/openstack/fuel-ccp-mariadb
name: mariadb
- git_url: https://git.openstack.org/openstack/fuel-ccp-memcached
name: memcached
- git_url: https://git.openstack.org/openstack/fuel-ccp-neutron
name: neutron
- git_url: https://git.openstack.org/openstack/fuel-ccp-nova
name: nova
- git_url: https://git.openstack.org/openstack/fuel-ccp-openstack-base
name: openstack-base
- git_url: https://git.openstack.org/openstack/fuel-ccp-rabbitmq
name: rabbitmq
configs:
private_interface: eth0
public_interface: eth1