Create Compass build script. 94/394/1
authorchigang <chigang@huawei.com>
Tue, 21 Apr 2015 03:47:08 +0000 (23:47 -0400)
committerchigang <chigang@huawei.com>
Tue, 21 Apr 2015 03:54:11 +0000 (23:54 -0400)
commit80b8e7cfe6768f07c11fcf961f645eda8753bc22
treeb9f2682ed7870587b743f53d26cb4e306092350f
parente1d29739ccbc6efc20f400636a211dae0e75bff4
Create Compass build script.

Compass is a open source platform for deploying distributed systems,
including OpenStack. It has a plugin structure for hardware discovery,
os provisioning and package installation and configuration.
As for OPNFV BGS experiment, we want to deploy it in automatic mechanism,
so in this script we build the ISO including compass and other packages
that could be used in later deployment.

JIRA: BGS-40

Change-Id: Ie08ef0911ff0d8f23c2d18d929b34c204f1a7536
Signed-off-by: chigang <chigang@huawei.com>
compass/build/Makefile [new file with mode: 0755]
compass/build/cache.mk [new file with mode: 0755]
compass/build/config.mk [new file with mode: 0755]
compass/build/install.sh [new file with mode: 0755]
compass/ci/build.sh [changed mode: 0644->0755]