summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-06Merge "Reporting docker deployment improvement"Morgan Richomme9-333/+365
2017-07-06Push Functest API doc to artifactSakala Venkata Krishna Rohit2-0/+91
Note that it is not the final goal The final goal is to integrate api doc into Functest developer guide This will be triggered from opnfvdocs and replace the current developer guide: http://docs.opnfv.org/en/stable-danube/submodules/functest/docs/testing/developer/devguide/index.html This patch allows to have an up-to-date api docs on the artifact after functest merge http://artifacts.opnfv.org/functest/docs/ Change-Id: I91256add29ce9eadd66764c2234da1d60981dd31 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com> Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-07-06patch don't verify in centoswutianwei1-1/+1
In master branch, compass4nfv don't support centos. it is needless to verify in centos. Change-Id: I0d7797ca4c057d2422a9bde5d684577a32854e33 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-06Merge "Functest verify jobs only for master branch"Jose Lausuch1-1/+1
2017-07-06Merge "bugfix: hardcoded testapi urls"Jose Lausuch7-13/+17
2017-07-06Compass: add retrieving OS credentials for ContainersLinda Wang1-27/+30
Compass has changed the mechanism of deployment (Containers) in master, so we adjust the way to fetch the OS credentials file. Change-Id: If126ac9b081589c21466b59eae05b107bf6dc425 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-07-06Reporting docker deployment improvementchenjiankun9-333/+365
In the patch, I make build pages(landing page ...), when docker build, when run a container, we can set the api url(default:testresults.opnfv.org/reporting2) by -e; For example: 1. In testresults.opnfv.org: docker run -itd -p 8888:8000 -p 80:80 opnfv/reporting:tag visit: http://testresults.opnfv.org/reporting2/reporting/index.html 2. Personal use: docker run -itd -p 8888:8000 -p 80:80 -e SERVER_URL=192.168.131.2:8888 opnfv/reporting:tag visit: http://192.168.131.2:8888/reporting/index.html Change-Id: Ib838c12e785151acf9852f25eab254aedc520a1d Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-07-06Change the installer ip of daisy-baremetalAlex Yang1-1/+1
From 10.20.11.2 to 10.20.7.3 Change-Id: I796e2bcf3065df804eefec28c2ed9ecdcb198d7a Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-07-05prototypes: xci: xci-deploy: Set default value for devel parametersMarkos Chandras1-1/+1
Commit 68412ffc734e ("prototypes: xci: xci-deploy.sh: Append trailing slash for rsync vars") modified xci-deploy.sh script to append a trailing slash to the devel variables but it broke the script when one of these variables was not set (since we run with 'set -eu') with the following error: ./xci-deploy.sh: line 45: !local_user_var: unbound variable Fixes: I0103b754585931fa1dcd3966c52d7e4a8f2f63f6 Change-Id: Ic2465ff07348b61e74e191516425cd10d80c1fce Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-07-05Functest verify jobs only for master branchjose.lausuch1-1/+1
The verify job is running tox which is not in stable/danube branch. Therefore, the bugfixes in that branch fail. This enables verify jobs only to master branch. Change-Id: Iff2a7b5e2d6aaff489767e77ebfa9a16bb9326de Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-05bugfix: hardcoded testapi urlsSerenaFeng7-13/+17
testapi webportal's urls are fixed in configure files this patch aims to modify them according to base_url provided when bringing up container Change-Id: I29c461fc3b837e54d4ff5330dcaa520637590ff7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-07-05Merge "remove scenarios"Jun Li1-12/+12
2017-07-05Merge "Enable ODL scenarios jobs"Serena Feng2-8/+30
2017-07-04Merge "prototypes: xci: xci-deploy.sh: Append trailing slash for rsync vars"Markos Chandras1-0/+9
2017-07-04Merge "Use former calls to running Functest in Danube"Jose Lausuch3-3/+16
2017-07-04Merge "add zte-virtul3 and zte-virtul4 to Doctor CI pods"Ryota Mibu3-21/+17
2017-07-04Use former calls to running Functest in Danubejose.lausuch3-3/+16
Change-Id: I472a41e3c2ad41e97a6f4ea3b82d72df73c8416b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-04remove scenarioswutianwei1-12/+12
compass4nfv don't support openo, moon,onos in master branch so we remove these scenario Change-Id: Ibfad2b352b1236dac48453101860cdd538528aa3 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-04dovetail change tag to cvp.0.2.0MatthewLi2-4/+6
after https://gerrit.opnfv.org/gerrit/#/c/36775/ merged let it run in CI Change-Id: I46a4a55aab673c346291428eccdc24c77cfd8bc4 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-07-04Enable ODL scenarios jobsZhijiang Hu2-8/+30
This PS does the follwoing things: 1. Enable ODL scenarios jobs on CI Pod 2. Change default scenario from ha to noha Change-Id: I548174bfa551aa06b6d9bfe64cf119eea37efda3 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-07-04Merge "Add jenkins jobs for automatic reporting dashboard deployment"Jose Lausuch7-110/+148
2017-07-04add zte-virtul3 and zte-virtul4 to Doctor CI podsRyota MIBU3-21/+17
Change-Id: I1a27979cad590886fb5cdb039d69611a473cbe3c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-07-04Allow zte-virtual1 publish logs to artifact repojose.lausuch1-1/+2
Change-Id: I0a8935351444909b13ed306baf4f36311c8186c9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-07-04Merge "add python verify job for doctor"Ryota Mibu1-1/+7
2017-07-03Merge changes from topics ↵Markos Chandras2-6/+13
'prototypes/xci/config/pinned-versions-bump-dates', 'prototypes/xci/config/pinned-versions-bump-bifrost-version' * changes: prototypes: xci: scripts: Update SHA dates prototypes: xci: update-osa-version-files: Add support for updating bifrost SHAs
2017-07-03Merge "xci: Fix README for setting dev path instructions"Fatih Degirmenci1-2/+4
2017-07-03Merge "prototypes: xci: Update SHAs for OSA and its roles"Markos Chandras3-57/+60
2017-07-03prototypes: xci: xci-deploy.sh: Append trailing slash for rsync varsMarkos Chandras1-0/+9
The 'synchronize' Ansible module uses rsync and for that we need to indicate that we want to copy the contents of the development path and not the development path itself. As such we need to ensure that a trailing slash is always appended to the user variables but we need to also ensure that we will not end up with double slashes. Change-Id: I0103b754585931fa1dcd3966c52d7e4a8f2f63f6 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-07-03Merge "barometer: Fix upload URL"Fatih Degirmenci1-3/+3
2017-07-03xci: Fix README for setting dev path instructionsFatih Degirmenci1-2/+4
Change-Id: I56c727c242b6826f87a64246b6b4736a637c1abe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-07-03barometer: Fix upload URLFatih Degirmenci1-3/+3
Change-Id: Id8c5572adb2691882519b0136346a393dd4115f9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-07-03Weekly Anteater Project Additionslukehinds1-1/+2
https://wiki.opnfv.org/display/INF/Project+Roll+Out+for+Anteater Week begining July the 2nd Depends-on: I3610868930f0d6033e528548dceb09b3279b6b8d Change-Id: I541ab95f054e8159f41f16520083f71ea2dc5d1f Signed-off-by: lukehinds <lhinds@redhat.com>
2017-07-03Merge "Directly call Functest console scripts"Morgan Richomme3-3/+3
2017-07-03prototypes: xci: scripts: Update SHA datesMarkos Chandras2-4/+6
Update the dates in the pinned-versions file whenever we update the SHAs. Change-Id: I23ebd90a3fc688a7501fcb2d32217357f8c31657 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-07-03prototypes: xci: update-osa-version-files: Add support for updating bifrost SHAsMarkos Chandras2-4/+9
Add a second optional argument to update the bifrost SHA instead of doing this bit manually. Change-Id: I0fab8745ae08ad4f54a2a1f5b0b7a64fde4b8295 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-07-03prototypes: xci: Update SHAs for OSA and its rolesMarkos Chandras3-57/+60
This also updates the second (pre_release) argument of 'update_ansible_role_requirements' from 'false' to 'true' so that non-openstack roles can be updated as well. Change-Id: Id424499f44c9b51c02d56e5d93580faeea50ad12 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-07-02fix dovetail branch issueMatthewLi2-0/+9
error logs https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-baremetal-proposed_tests-danube/43/console Change-Id: I0634041a0679fa7f3e6a4e6c627b3205a3b0372d Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-07-02Add jenkins jobs for automatic reporting dashboard deploymentrohitsakala7-110/+148
Jenkins Jobs have been added for automating the deployment of the reporting dashboard. Also multijob has been added for automating the update of docker in the docker hub and generating docs which is empty for now. Modified unit tests of reporting to make it run from any directory. Modified the testapi jenkins jobs yaml file to generic so that many other modules which may have the same usecases can be integrated easily just like the reporting one that is done now. Change-Id: Id13a55416e17199dae1dd6ce64f7c167d117ba37 Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
2017-06-30Merge "barometer: remove old script from merge job steps"Fatih Degirmenci1-1/+0
2017-06-30Directly call Functest console scriptsCédric Ollivier3-3/+3
It conforms jjobs with "Define console_scripts" [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/36781/ Change-Id: I9209e6efa1b493e24135402a46df72aaa14115d1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-29add python verify job for doctordongwenjuan1-1/+7
Change-Id: I5432c5c87f0eed279cba0b80947761a81a72cd61 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-06-29this script is called by jenkins useragardner1-2/+2
we need to sudo the mkdir Change-Id: I4db726e92566917ecd384884cf1a3c60354c2065 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-06-29Merge "bug fix: typo in bottlenecks naming (reporting page)"Aric Gardner2-3/+3
2017-06-29barometer: remove old script from merge job stepsMaryam Tahhan1-1/+0
Change-Id: Ic28513d75f15d4b25a67ccdbc1a2732fe0029411 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-06-29Merge "barometer: include the barometer-project-parameter"Fatih Degirmenci1-0/+2
2017-06-28Remove invalid Timed trigger from Bifrost JobsTrevor Bramwell2-2/+2
A disabled trigger is set to the empty string, not prefixed with a comment character. Change-Id: I0b29857f0907f33bb0fb8156bb6db84113f1479d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-28Merge "refactor list operation"Jose Lausuch1-26/+42
2017-06-28Merge "bugfix: Exception when the results is empty"Morgan Richomme1-2/+2
2017-06-28Merge "prototypes: xci: scripts: Add update-osa-version-files.sh script"Markos Chandras1-0/+85
2017-06-28barometer: include the barometer-project-parameterMaryam Tahhan1-0/+2
Change-Id: I503674dbec81c7255664818c3305311086db9ca3 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>