From: Joseph Gasparakis Date: Sun, 1 Mar 2015 09:56:01 +0000 (-0800) Subject: ci: Initial setup of ci tree X-Git-Tag: arno.2015.1.0~111^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=genesis.git;a=commitdiff_plain;h=0cea236d07716f186f2a65f3eb1f81ef61cfe01f 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 --- diff --git a/foreman/ci/build.sh b/foreman/ci/build.sh new file mode 100644 index 0000000..e69de29 diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh new file mode 100644 index 0000000..e69de29 diff --git a/fuel/ci/build.sh b/fuel/ci/build.sh new file mode 100644 index 0000000..e69de29 diff --git a/fuel/ci/deploy.sh b/fuel/ci/deploy.sh new file mode 100644 index 0000000..e69de29 diff --git a/opensteak/ci/build.sh b/opensteak/ci/build.sh new file mode 100644 index 0000000..e69de29 diff --git a/opensteak/ci/deploy.sh b/opensteak/ci/deploy.sh new file mode 100644 index 0000000..e69de29