summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-12-11 09:08:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-11 09:08:26 +0000
commitd72a239f2e2e1fa9066d26924b72aa2ba88f9df5 (patch)
tree8da99713e056c90a1c313ba1f5d182252ed4e551
parentc6c936cebf16f9013a6b83867d6afd6dd590bce8 (diff)
parent26274677675106795394f3b8ca8ecb77b7a37922 (diff)
Merge "Update script to push rally html pages in artifacts"
-rw-r--r--jjb/functest/functest.yml2
-rw-r--r--jjb/functest/res-build.sh22
2 files changed, 17 insertions, 7 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml
index b8de928c2..d1e8f262c 100644
--- a/jjb/functest/functest.yml
+++ b/jjb/functest/functest.yml
@@ -404,7 +404,7 @@
description: "Override GIT_BASE"
- string:
name: LAB_CONFIG
- default: "/joid/ci/odl/juju-deployer/scripts/cloud/"
+ default: "/home/ubuntu/joid_config/admin-openrc"
description: "Openstack credentials on the dev lab"
- parameter:
diff --git a/jjb/functest/res-build.sh b/jjb/functest/res-build.sh
index 304d2cc34..a9c5dbe1b 100644
--- a/jjb/functest/res-build.sh
+++ b/jjb/functest/res-build.sh
@@ -2,25 +2,35 @@
set -e
set -o pipefail
-project="$(git remote -v | head -n1 | awk '{{print $2}}' | sed -e 's,.*:\(.*/\)\?,,' -e 's/\.git$//')"
export PATH=$PATH:/usr/local/bin/
git_sha1="$(git rev-parse HEAD)"
res_build_date=$(date -u +"%Y-%m-%d_%H-%M-%S")
-# set once, functe config file could be use to avoid such hardcoded path
-dir_result="$HOME/functest/results"
+# Result directory in the docker file
+# to be used only with CI
+dir_result="/home/opnfv/functest/results"
+
+# Clean the results directory
+# remove json file for rally, export only html
+# json should have been pushed into the DB
+rm -f $dir_result/rally/*.json
# Several information are required: date and testbed
# date is generated by functest so on the artifact, the results shall be under functest/<testbed id>/date/
-testbed="$(hostname)"
-project_artifact=$project/$testbed/$res_build_date
+testbed=$NODE_NAME
+
+project_artifact=functest/$testbed/$res_build_date
# copy folder to artifact
if [ -d "$dir_result" ]; then
if [ "$(ls -A $dir_result)" ]; then
echo "copy result files to artifact $project_artifact"
- gsutil cp -r "$dir_result" gs://artifacts.opnfv.org/"$project_artifact"/
+ gsutil -m cp -r "$dir_result" gs://artifacts.opnfv.org/"$project_artifact"/
+
+ # delete local results
+ # should not be useful as the container is about to die...just in case
+ rm -Rf /home/opnfv/functest/results/*
else
echo "Result folder is empty"
fi
color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Compass4nfv Build Guide

Compass4nfv is an installer project based on open source project COMPASS, which provides automated deployment and management of OpenStack and other distributed systems.

This is a prject for run compass4nfv in OPNFV, including build OPNFV imaged-base installation ISO, deployment for OPNFV distributed system.

There are two files in this directory:

* **build**: build imaged-base installation ISO for OPNFV.
* **deploy**: deploy OPNFV distributed system base the above ISO.

## How to make a reposity for installation ISO

## How to build a ISO for OPNFV installation

## How to deploy Compass ISO in virtual machine/baremetal