Add build ceph container with nova and glance build

We can't just simply fetch fuel-ccp-ceph if we want to use build from repos
option, because if ccp can't find ceph in repo option it doesn't proceed
it and we get information about no ceph_repository option included in
fuel-ccp-ceph repo.

Change-Id: I4b6acc6ef8f7b6f7dd6a62562873ea5dfdadea71
This commit is contained in:
Artur Zarzycki 2016-11-10 15:51:32 +01:00
parent 06ec29534a
commit 1f758b5bb5
2 changed files with 2 additions and 9 deletions

View File

@ -12,13 +12,6 @@ else
GIT_BRANCH=stable/newton
fi
if [[ "$REPO_LIST" =~ "glance" ]] || [[ "$REPO_LIST" =~ "nova" ]]; then
mkdir -p "$WORKSPACE"/containers/openstack/ceph
pushd "$WORKSPACE"/containers/openstack/ceph
git clone https://git.openstack.org/openstack/fuel-ccp-ceph .
popd
fi
tee fuel-ccp/ccp-test.yaml << EOF
debug: True
builder:

View File

@ -26,7 +26,7 @@
- newton
jobs:
- test-{os_version}-build-{name}:
repos: fuel-ccp-debian-base fuel-ccp-openstack-base fuel-ccp-glance
repos: fuel-ccp-debian-base fuel-ccp-openstack-base fuel-ccp-ceph fuel-ccp-glance
- project:
name: heat
@ -103,7 +103,7 @@
- newton
jobs:
- test-{os_version}-build-{name}:
repos: fuel-ccp-debian-base fuel-ccp-openstack-base fuel-ccp-nova
repos: fuel-ccp-debian-base fuel-ccp-openstack-base fuel-ccp-ceph fuel-ccp-nova
- project:
name: openstack-base