summaryrefslogtreecommitdiffstats
path: root/compass
AgeCommit message (Collapse)AuthorFilesLines
2015-04-30Merge "Create Compass build script."Dan Radez5-0/+536
2015-04-20Create Compass build script.chigang5-0/+536
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>
2015-04-20first commit of deploy.sh for compassJerry Zhao8-0/+268
with deploy.sh in this patch, a compass vagrant box will be spawned along with 5 libvirt vms. compass api will be called to install ubuntu 14.04 on those libvirt vms. in a patch later, openstack will be configured to be installed. JIRA: BGS-28 Change-Id: Ie5f8442331081289a1a81a8e3295c881b0504c3c Signed-off-by: Jerry Zhao <zhaoxinyu@huawei.com>
2015-03-30Create place holder for Compass installerJerry Zhao2-0/+0
Add place holder ci scripts of Compass installer for BGS. JIRA: BGS-28 Change-Id: I4c9823ba54a655bf294635fcb7f334ff4c4ef05e Signed-off-by: Jerry Zhao <zhaoxinyu@huawei.com>