summaryrefslogtreecommitdiffstats
path: root/foreman/build
AgeCommit message (Collapse)AuthorFilesLines
2015-09-15adding files to the build cache to reduce bandwidth by reusing already ↵Dan Radez3-7/+11
downloaded build dependancies reverting git archive to use HEAD, jenkins checks out the correct branch so we can rely on head Change-Id: Iaf308ebdbd72e96c87fb49ee04168a7e9a905d98 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-14changing branch to checkout from to arno/stable and placing all repo ↵Dan Radez2-4/+5
contents into /root instead of deploy.sh only in /bin Change-Id: I5c7c3a990bf18480b1e99a2119363e30e68e6d12 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-05-12Fix foreman build validate-cache targetFatih Degirmenci1-1/+1
Due to missing prepare dependency, cache is constantly invalidated. Removing non-existent dependency fixes this problem. JIRA: BGS-0000 Change-Id: I700a11aade7d53bcfb5b2d0c4d52cec49c44ee8c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-05-04adding rpmbuild to the Makefile for the foreman buildDan Radez3-9/+80
This will allow content in the genesis repo to be provided to the centos install via rpm Change-Id: Ib84759211c56006007913010fb3f73f84271b57d JIRA: BGS-41 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-04-01Initial build.sh files for install via foremanDan Radez5-0/+586
build.sh accepts params defined by https://etherpad.opnfv.org/p/BGS_CI Build currently requires that - CentOS-7.0-1406-x86_64-Minimal.iso - VirtualBox-4.3-4.3.26_98988_fedora18-1.x86_64.rpm - vagrant_1.7.2_x86_64.rpm are placed in the build directory Produces a CentOS 7 iso that will be able to install foreman and provision OpenStack JIRA: BGS-15 Change-Id: If9786d9723f7e77b208745e61704b15cba3ae9c0 Signed-off-by: Dan Radez <dradez@redhat.com>