genesis.git
9 years ago*** FIRST VERSION OF CI BUILD SCRIPT *** 44/144/5
Jonas Bjurel [Thu, 12 Mar 2015 14:18:06 +0000 (15:18 +0100)]
*** FIRST VERSION OF CI BUILD SCRIPT ***
- Provides build cache management to a remote location
- Provides automatic cashe repopulation
- See /fuel/ci/README
- Rebased to master
- Bug around cache handling fixed
- New option -r introduced to invoke external script/program instead of standard http(s)/fttp get and put, eg. scripts or programs to integrate with dropbox, or similar. The script needs to anheaer to curl argument list.
- Stefan Berg's comments implemented
- Fatih Degirmenci's comments implemented with one exemption: the revision state
  .iso naming convention still remains the same - we need to discuss this. With
  the implementation of Fatih's comments the build.sh argument structure is slightly
  changed, please see ./build.sh -h

TODO:
- Further testing
- Finalize cache invalidation logic
- Make refactoring

JIRA:

Change-Id: I4efdbdd10f726c0a3229849a63040b6d2702db5c
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
9 years agoRebase due to Fuel upstream change 43/143/1
Stefan K. Berg [Wed, 11 Mar 2015 22:39:48 +0000 (23:39 +0100)]
Rebase due to Fuel upstream change

An update of the Fuel upstream code requires us to perform the
corresponding change in the same file as we are modifying it in
the OPNFV context.

JIRA: #BGS-16

Change-Id: If3d5a0f1f2e97524f9e4a603cff89bc433226b92
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
9 years agoInitial setup of "common" directory tree 17/117/7
Frank Brockners [Sat, 7 Mar 2015 17:38:39 +0000 (18:38 +0100)]
Initial setup of "common" directory tree

Complement the tree structure that was created by Joseph with
a directory tree that is to hold files which are independent
from a particular installer approach and as such are common
to the OPNFV install and maintenance process:

genesis
 └── common
      ├── manifests
      └── tools

Directories contain README files that describe their use.
Cleaned up trailing whitespaces.

Change-Id: Icad2a9e9e64764d8d495f779d73176a36208062e
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
9 years agoStarting point for ODL Integration 94/94/5
Jonas Bjurel [Mon, 2 Mar 2015 21:46:45 +0000 (22:46 +0100)]
Starting point for ODL Integration
***CAN BE MERGED***
- ODL build and installation (puppet manifests) including needed dependencies
- Modified in accordance with Randy Levensalors comments
- Added chmod 4755 /bin/fusermount due to that lately some systems dont install fuseiso
  withe SUID set for fusermount. Investing ongoing on why and why not consistent.
- Rebased with master
- ODL disabled in top Make (enable it by uncommenting the odl dirs
- Removed white spaces
- Hopefully fixed an issue with the docker ubuntu repos, added --no-cache=true to the fuel/docker/Make file.

TODO:
- Refactor collecting ODL and Java dependencies to one common place
- Refactoring top Makefile
- Adding CI hooks for build and deploy
- Finishing integration plumbing wit Neutron/ML2 and OVS/OVSDB

Change-Id: I13dd4d3a72d099316dfaa9f7cd9140781be2397b
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
9 years agoAdding LICENSE file 05/105/1
Aric Gardner [Fri, 6 Mar 2015 20:30:35 +0000 (15:30 -0500)]
Adding LICENSE file

Change-Id: Ib8b6f28f78dd044bf71154bab0cc17256d5ff77b
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
9 years agoFixed typos and added additional info. 98/98/2
Frank Brockners [Fri, 6 Mar 2015 10:03:28 +0000 (11:03 +0100)]
Fixed typos and added additional info.

Added additional info tags for IRC channel and repo. Removed blurb on how to contribute (we can keep this on the wiki).

Change-Id: I40d9eaf947182f5295882bd3924729a623856031
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
9 years agoAdd info file to be embeded in an iframe on the wiki 97/97/1
Aric Gardner [Thu, 5 Mar 2015 21:18:03 +0000 (16:18 -0500)]
Add info file to be embeded in an iframe on the wiki

Change-Id: Ib5f9a79a7c3dba93c708786df6b5503441fff830
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
9 years agoMerge "ci: Initial setup of ci tree"
Stefan Berg [Thu, 5 Mar 2015 16:17:37 +0000 (16:17 +0000)]
Merge "ci: Initial setup of ci tree"

9 years agoMerge "adding notes about using foreman installer"
Stefan Berg [Thu, 5 Mar 2015 15:38:08 +0000 (15:38 +0000)]
Merge "adding notes about using foreman installer"

9 years agoMerge "Add ceph installation readme"
Stefan Berg [Thu, 5 Mar 2015 15:37:40 +0000 (15:37 +0000)]
Merge "Add ceph installation readme"

9 years agoci: Initial setup of ci tree 86/86/1
Joseph Gasparakis [Sun, 1 Mar 2015 09:56:01 +0000 (01:56 -0800)]
ci: Initial setup of ci tree

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>
9 years agofuel: Do not allocate pseudo tty for docker 74/74/2
Fatih Degirmenci [Wed, 25 Feb 2015 19:02:55 +0000 (20:02 +0100)]
fuel: Do not allocate pseudo tty for docker

Change-Id: I7a82f3b70ed2620b8f82ec6d7d67f26c3b0b6cab
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
9 years agoFix incorrect URL 52/52/1
Thanh Ha [Fri, 20 Feb 2015 17:52:56 +0000 (12:52 -0500)]
Fix incorrect URL

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>
9 years agoUpdate of Fuel based build system to Fuel 6.0.1 32/32/3
Stefan K. Berg [Fri, 13 Feb 2015 16:09:52 +0000 (17:09 +0100)]
Update of Fuel based build system to Fuel 6.0.1

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>
9 years agoSimplification and cleanup of build process 30/30/1
Stefan K. Berg [Thu, 12 Feb 2015 11:12:34 +0000 (12:12 +0100)]
Simplification and cleanup of build process

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>
9 years agoVersion 0.0.1 of /fuel-bild 27/27/1
Jonas Bjurel [Fri, 30 Jan 2015 21:22:43 +0000 (22:22 +0100)]
Version 0.0.1 of /fuel-bild
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>
9 years agoAdd ceph installation readme 18/18/2
Arnaud Morin [Mon, 2 Feb 2015 15:12:26 +0000 (16:12 +0100)]
Add ceph installation readme

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>
9 years agoadding notes about using foreman installer 13/13/1
Dan Radez [Fri, 30 Jan 2015 15:00:59 +0000 (10:00 -0500)]
adding notes about using foreman installer

Change-Id: I7344d5ba9f6137d3c689428d24e03f297d9af8e8
Signed-off-by: Dan Radez <dradez@redhat.com>
9 years agoadding puppet code for installation 12/12/2
Dan Radez [Mon, 26 Jan 2015 20:40:43 +0000 (15:40 -0500)]
adding puppet code for installation

Change-Id: I97fa75fdef058e64666dc73567cdce904d6ffc72
Signed-off-by: Dan Radez <dradez@redhat.com>
9 years agoadding documentation on using puppet modules to install BGS 11/11/1
Dan Radez [Mon, 26 Jan 2015 14:39:04 +0000 (09:39 -0500)]
adding documentation on using puppet modules to install BGS

Change-Id: I96864b6ba5d359c4dbcc39434d02ea14ab3d6f52
Signed-off-by: Dan Radez <dradez@redhat.com>
9 years agoAdding .gitreview to genesis more information at https://wiki.opendaylight.org/view...
Aric Gardner [Mon, 19 Jan 2015 17:56:27 +0000 (12:56 -0500)]
Adding .gitreview to genesis more information at https://wiki.opendaylight.org/view/Git-review_Workflow

Change-Id: I37ecb2aee6b70a0b7b58109c979ad3c26a607958
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
9 years agoInitial empty repository
Aric Gardner [Mon, 15 Dec 2014 19:15:57 +0000 (19:15 +0000)]
Initial empty repository