diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-03-18 15:49:24 +0100 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-04-02 12:15:28 +0200 |
commit | 1e066de62f2b4bcc833ce62a16efdcbf71d3dd9b (patch) | |
tree | fc860e3f5cf9afbcc91ae4589054109a9a8ea26d /fuel/ci | |
parent | 3eed12baa4753bf7f1eadc2b99465af38086f14f (diff) |
Automatic Deployment
- Deployment Hardware Adapter
- Deployment Environment Adapter
- Fuel environment cleanup
- Fuel environment configuration
JIRA: [BGS-2] Create Fuel deployment script
Change-Id: Ie8aa6c0817a73c507cb4345bde1e2c904bb5b105
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/ci')
-rwxr-xr-x[-rw-r--r--] | fuel/ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fuel/ci/deploy.sh b/fuel/ci/deploy.sh index e69de29..d11c65a 100644..100755 --- a/fuel/ci/deploy.sh +++ b/fuel/ci/deploy.sh @@ -0,0 +1,3 @@ +# To be able to deploy on a certain metal environment there needs to be a Deployment Environment Adaptor executable" +# properly added to $PATH such that deploy.sh can call it by $dea [options] as indicated by ./deploy -h. + |