From: MatthewLi Date: Tue, 22 Dec 2015 07:50:21 +0000 (-0800) Subject: add instance creation process in bottlnecks jjb workflow X-Git-Tag: test-tag~5 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F5035%2F1;p=releng.git add instance creation process in bottlnecks jjb workflow JIRA: BOTTLENECK-4 Change-Id: I0c1b719c9cd4d96fa2a5fb2df6773bf79f75a7be Signed-off-by: MatthewLi --- diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index e96147848..249a1bd6e 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -107,6 +107,7 @@ builders: - 'bottlenecks-fetch-os-creds' - 'run-rubbos-env-preparation' + - 'bottlenecks-instance-creation' - 'run-rubbos-tools-installation' - 'rubbos-exec' @@ -135,6 +136,17 @@ cd $WORKSPACE ./rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh +- builder: + name: bottlenecks-instance-creation + builders: + - shell: | + #!/bin/bash + set -o errexit + + echo "Bottlenecks: instance creation by using heat template" + cd $WORKSPACE + ./utils/infra_setup/heat_template/HOT_create_instance.sh + - builder: name: run-rubbos-tools-installation builders: @@ -145,6 +157,8 @@ echo "Bottlenecks: to install tools to run rubbos" cd $WORKSPACE + cd rubbos/rubbos_scripts/1-1-1 + source set_bottlenecks_rubbos_env.sh ./rubbos/rubbos_scripts/1-1-1/scripts/run.sh - builder: