summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-05Merge "ci: Initial setup of ci tree"Stefan Berg6-0/+0
2015-03-05Merge "adding notes about using foreman installer"Stefan Berg1-3/+24
2015-03-05Merge "Add ceph installation readme"Stefan Berg1-0/+217
2015-03-01ci: Initial setup of ci treeJoseph Gasparakis6-0/+0
This patch creates some tree structure based on Fatih Deqirmenci's suggestion: genesis ├── common │ ├── manifests │ ├── tools │ └── ci ├── foreman │ ├── tools │ │ └── foo.sh │ └── ci │ ├── deploy.sh │ └── build.sh ├── fuel │ ├── tools │ │ └── foo.sh │ └── ci │ ├── deploy.sh │ └── build.sh └── opensteak ├── tools │ └── foo.sh └── ci ├── deploy.sh └── build.sh So far creating only the deploy and build scripts. Signed-off-by: Joseph Gasparakis <joseph.gasparakis@intel.com>
2015-02-26fuel: Do not allocate pseudo tty for dockerFatih Degirmenci1-1/+1
Change-Id: I7a82f3b70ed2620b8f82ec6d7d67f26c3b0b6cab Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-02-20Fix incorrect URLThanh Ha1-1/+1
fuel.org leads to a very different URL. This patch removes the URL and updates to wording to be a little less ambiguous. Change-Id: Ifab4bc51f39b04fb3d0f3ed633ab5f6ba468bc0a Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-02-17Update of Fuel based build system to Fuel 6.0.1Stefan K. Berg11-101/+315
Rebase of the build system to build Fuel from the stable/6.0 branch which currently creates Fuel 6.0.1. The Fuel baseline thus becomes: - OpenStack Juno - Ubuntu 12.04.4 - CentOS 6.5 An additional patch is added to the Fuel build system to enable a newer version of Fuel to be built under Docker (as the Ubuntu sandbox chroot is installing atd, where the post install expects upstart to be running which is not the case in the build container). Rebase of patches on top of Fuel to support 6.0.1. Change-Id: I2e884d27e1533be8d60c071a7ea9db998a4f5fea Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-02-12Simplification and cleanup of build processStefan K. Berg10-335/+64
Docker build image: - Uplift of the base Ubuntu version to 14.04. - Instead of building the Ubuntu image with debootstrap, we use the official Docker repository version of Ubuntu. - Cleanup of the way how runcontext operates - Fix: Make sure that the build system can be run as root Top Makefile: - Building the Fuel ISO on Docker local /tmp directory not to pollute local directory with files owned by root. - Removed unused targets. Change-Id: I684348b2a15546eadf98d810239a84ff9798b1e8 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-02-05Version 0.0.1 of /fuel-bildJonas Bjurel89-0/+5383
This is a build system that rebases the result from fuel.org such that you can add or change packages/puppet manifests any way you like, and reliably produce a installable which can be reproduced any time. See README for more information. Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2015-02-03Add ceph installation readmeArnaud Morin1-0/+217
This allow an installation of ceph to be used with BGS. It basically needs 4 machines: * 1 ceph admin * 3 ceph nodes The machines needs to be installed with Ubuntu 14.04 priorily with a mecanism to be defined (e.g. PXE boot with fuel/cobler/maas). The machines are connected with at least two networks interfaces: * 1 network for storage * 1 network for admin This is only a documentation that would be integrated into python/bash scripts to automate the installation when needed/ready. Change-Id: I38656bcc21fa43d6cfeac9108f5804ce03ed960f Signed-off-by: Arnaud Morin <arnaud1.morin@orange.com>
2015-01-30adding notes about using foreman installerDan Radez1-3/+24
Change-Id: I7344d5ba9f6137d3c689428d24e03f297d9af8e8 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-01-26adding puppet code for installationDan Radez5-3/+247
Change-Id: I97fa75fdef058e64666dc73567cdce904d6ffc72 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-01-26adding documentation on using puppet modules to install BGSDan Radez1-0/+54
Change-Id: I96864b6ba5d359c4dbcc39434d02ea14ab3d6f52 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-01-19Adding .gitreview to genesis more information at ↵Aric Gardner1-0/+5
https://wiki.opendaylight.org/view/Git-review_Workflow Change-Id: I37ecb2aee6b70a0b7b58109c979ad3c26a607958 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2014-12-15Initial empty repositoryAric Gardner0-0/+0