ci: Initial setup of ci tree 86/86/1
authorJoseph Gasparakis <joseph.gasparakis@intel.com>
Sun, 1 Mar 2015 09:56:01 +0000 (01:56 -0800)
committerJoseph Gasparakis <joseph.gasparakis@intel.com>
Sun, 1 Mar 2015 09:56:01 +0000 (01:56 -0800)
commit0cea236d07716f186f2a65f3eb1f81ef61cfe01f
tree2233379ba40b65a07501dae1d3b043d472f67ec7
parentc118d8c1e9786ec1700db8598047b81dd7959a12
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>
foreman/ci/build.sh [new file with mode: 0644]
foreman/ci/deploy.sh [new file with mode: 0644]
fuel/ci/build.sh [new file with mode: 0644]
fuel/ci/deploy.sh [new file with mode: 0644]
opensteak/ci/build.sh [new file with mode: 0644]
opensteak/ci/deploy.sh [new file with mode: 0644]