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)
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]

diff --git a/foreman/ci/build.sh b/foreman/ci/build.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fuel/ci/build.sh b/fuel/ci/build.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fuel/ci/deploy.sh b/fuel/ci/deploy.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opensteak/ci/build.sh b/opensteak/ci/build.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/opensteak/ci/deploy.sh b/opensteak/ci/deploy.sh
new file mode 100644 (file)
index 0000000..e69de29