From 771e0fb0293c6a17bd224afe060982cf09a2297c Mon Sep 17 00:00:00 2001 From: Artur Zarzycki Date: Fri, 9 Dec 2016 01:11:40 +0100 Subject: [PATCH] Change repos directories names Some time ago there was decision to create directories without fuel-ccp prefix. Now simple deployment job use builder that prepare directories with this convention, so we should change this script to be compatible with the other ones. Change-Id: I1b1026b5a6ee851693ae1bc83112e0f44d49ce59 --- .../config/ccp-configs-common.yaml | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/tools/ccp-multi-deploy/config/ccp-configs-common.yaml b/tools/ccp-multi-deploy/config/ccp-configs-common.yaml index 4d0c2b89..17fc997d 100644 --- a/tools/ccp-multi-deploy/config/ccp-configs-common.yaml +++ b/tools/ccp-multi-deploy/config/ccp-configs-common.yaml @@ -11,34 +11,35 @@ registry: repositories: path: /tmp/ccp-repos skip_empty: True + entrypoint_repo_name: entrypoint repos: - git_url: https://git.openstack.org/openstack/fuel-ccp-debian-base - name: fuel-ccp-debian-base + name: debian-base - git_url: https://git.openstack.org/openstack/fuel-ccp-entrypoint - name: fuel-ccp-entrypoint + name: entrypoint - git_url: https://git.openstack.org/openstack/fuel-ccp-etcd - name: fuel-ccp-etcd + name: etcd - git_url: https://git.openstack.org/openstack/fuel-ccp-glance - name: fuel-ccp-glance + name: glance - git_url: https://git.openstack.org/openstack/fuel-ccp-heat - name: fuel-ccp-heat + name: heat - git_url: https://git.openstack.org/openstack/fuel-ccp-horizon - name: fuel-ccp-horizon + name: horizon - git_url: https://git.openstack.org/openstack/fuel-ccp-keystone - name: fuel-ccp-keystone + name: keystone - git_url: https://git.openstack.org/openstack/fuel-ccp-mariadb - name: fuel-ccp-mariadb + name: mariadb - git_url: https://git.openstack.org/openstack/fuel-ccp-memcached - name: fuel-ccp-memcached + name: memcached - git_url: https://git.openstack.org/openstack/fuel-ccp-neutron - name: fuel-ccp-neutron + name: neutron - git_url: https://git.openstack.org/openstack/fuel-ccp-nova - name: fuel-ccp-nova + name: nova - git_url: https://git.openstack.org/openstack/fuel-ccp-openstack-base - name: fuel-ccp-openstack-base + name: openstack-base - git_url: https://git.openstack.org/openstack/fuel-ccp-rabbitmq - name: fuel-ccp-rabbitmq + name: rabbitmq - git_url: https://git.openstack.org/openstack/fuel-ccp-ceph - name: fuel-ccp-ceph + name: ceph configs: private_interface: ens3