summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-07-23Fixes home directory differences between Jenkins nodesTim Rozet1-2/+2
JIRA: OCTO-109 Change-Id: I31ac16b3f33b98d09614f53872c7a9c8b68bf4d2 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-23Moves lab-reconfig to execute on masterTim Rozet1-2/+74
The problem is the lab reconfig includes a reboot of nodes in a POD and since Jenkins slave is on one of those nodes, it will sever the jenkins connection and fail the job. Therefore we need to run the lab-reconfig from master node, then execute the deploy on the slave when it is back up. JIRA: OCTO-109 Change-Id: I10724b95685f6dba2cd463e01ff7618de292c851 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-23Fixes permissions issue with lab-reconfigTim Rozet1-2/+2
Issue where jenkins-ci is unable to remove venv dir due to venv created with sudo. Removing sudo from commands. JIRA: OCTO-109 Change-Id: I6cc0232f0ba22caebb005072eab5c2152ab84401 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-23Fix unbound variable issue during venv activationPeter Bandzi1-1/+5
JIRA: OCTO-109 Change-Id: Iac5bc0f2135ffce6dee7003ddbf6f174247702b3 Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
2015-07-22Fixes issue where venv was being activated in wrong directoryTim Rozet1-1/+1
JIRA: OCTO-109 Change-Id: I804aa0ae1232d9f9bfd44d5ed1c6ff74f865c0a5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-22Merge "Script for reconfiguring UCS network"Tim Rozet5-0/+239
2015-07-22Script for reconfiguring UCS networkPeter Bandzi5-0/+239
Script will reconfigure POD-2 network for foreman or fuel Networ is specified in yaml file. Template must be created on UCS. JIRA: OCTO-109 Change-Id: I375a387c7607eb5dea126812569d8e19fda0c5c0 Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
2015-07-21Adds lab reconfig to JJB for ForemanTim Rozet1-0/+41
Adds another builder to do the lab reconfig pulls in UCS login info from the local jumphost. Need to still add the updates for Fuel, but want to make sure these changes are good. JIRA: OCTO-109 Change-Id: I8e7988b49e8ae44b37973472deff800b9f4f21e8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-15create merge job for opnfvdocs for master and stable/arnoMatthewLi1-4/+4
JIRA: OCTO-88 Change-Id: Ic9ff046f2c31be9d610be88942fe00bf62e8721c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-07-15Merge "create merge job for functest for master and stable/arno"Fatih Degirmenci1-4/+4
2015-07-15create merge job for functest for master and stable/arnoMatthewLi1-4/+4
JIRA: OCTO-87 Change-Id: Ib312449187a108528cc3ee9fe82c1fc1cedfb01a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-07-15create verify job for opnfvdocs for master and stable/arnoMatthewLi1-4/+4
JIRA: OCTO-83 Change-Id: Ie79573d5534b6cb373f9dea2ff1bd120b4267ce9 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-07-15Add INFO and LICENSEFatih Degirmenci2-0/+38
JIRA: RELENG-1 Change-Id: If2ef0c54b9e412c532cd7460a5d177e9b3ac6ce2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-07-14create merge jobs for pharos for master and stable/arnoMatthewLi1-4/+4
JIRA: OCTO-86 Change-Id: I43b039297c39699d5fac5c14eab8ac3e988f8121 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-07-09Merge "Ensure that only ASCII characters make it into the jobs JIRA:OCTO-105"Aric Gardner2-3/+19
2015-07-09Merge "create merge jobs for octopus for master and stable arno"Fatih Degirmenci1-4/+4
2015-07-08Merge "[doctor] make sure jenkins deletes old files"Fatih Degirmenci1-8/+6
2015-07-08Merge "[promise] upload under-review documents"Fatih Degirmenci3-196/+44
2015-07-07[doctor] make sure jenkins deletes old filesRyota MIBU1-8/+6
Currently, jenkis will remove old built files under review/<change-ID> only when "change-merged". This won't performed in "remerge" jobs. This patch make sure that jenkins deletes out-of-dated document files from the artifact server after it successfully uploaded latest documents to the server. JIRA: DOCTOR-12 Change-Id: I6891fec8559e75ad81d86258ade6d32a7bd0e368 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-06[promise] upload under-review documentsRyota MIBU3-196/+44
This patch configures Jenkins to upload under-review documents built in verify jobs, so that reviewers can check how document would be changed. The config and script are copied from those of Doctor. JIRA: PROMISE-5 Change-Id: I096a82e8b1cc0b89db0a03c79ae28f1419dbf752 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-06[doctor] fix file paths to upload in merge jobsRyota MIBU2-11/+2
This patch fixs dir/file paths to upload latest built document in merge jobs. This patch also delete unused file (doctor/t.sh). JIRA: DOCTOR-12 Change-Id: I1539e4352e6682a2f90de321355d0dc7762cffa8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-06[doctor] add missing project parameterRyota MIBU1-0/+3
This patch adds a project parameter which is refered by jenkins while it get code from the repository. JIRA: DOCTOR-12 Change-Id: I185a9a72feb286d0071dfc8ac638ea455f602e9b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-03Merge "[doctor] upload docs built in verify jobs"Fatih Degirmenci4-165/+70
2015-07-03Merge "Integrate fetch-os-creds.sh to functest.yml JIRA: FUNCTEST-7"Fatih Degirmenci1-6/+34
2015-07-03[doctor] upload docs built in verify jobsRyota MIBU4-165/+70
This patch configure jenkins doctor job to upload documents built in verify jobs, so that reviewers can check how document would be changed. This patch also clean up doctor.yml and delete script files. JIRA: DOCTOR-12 Change-Id: Ia57ced1f263f691bd288946dd44da37199b3bfc6 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-02Integrate fetch-os-creds.sh to functest.ymljose.lausuch1-6/+34
JIRA: FUNCTEST-7 Change-Id: Ifa9fda149294ddafc91e891b0326b6fa250bb630 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-07-02fetch-os-creds.sh yardstick, renamed builder to yardstick-fetch-os-credsjose.lausuch1-3/+3
JIRA: YARDSTICK-33 Change-Id: I897410c67fdd7982ebed43ef142eb5b40c950516 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-07-02Fix shell that includes ../../utils/fetch_os_creds.shFatih Degirmenci1-1/+1
JIRA: YARDSTICK-33 Change-Id: I152eef32bdcabf5f61832921e42f4570894a8b9b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-07-01Integrate fetch-os-creds.sh to yardstickFatih Degirmenci1-4/+29
JIRA: YARDSTICK-33 Change-Id: I1fe483ff7dc30354f81657738c1ba9d2f51b3661 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-30Get vars from env for fetch_os_creds.shFatih Degirmenci1-1/+5
The vars needed by script is set from env if they're available. Default destination is set to $HOME/opnfv-openrc.sh JIRA: FUNCTEST-16 Change-Id: I92e4498d342f784f9ffdea7a87546b4fbacc09f7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-30Switch to timer triggered daily runs for genesis/fuelFatih Degirmenci1-2/+2
JIRA: OCTO-4 Change-Id: I9c1added8c9a3cf1672c31387b4431600f23019e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-30create merge jobs for octopus for master and stable arnoMatthewLi1-4/+4
JIRA: OCTO-85 Change-Id: I462cf572b0b2dd3a257d6dd3dff1cea44adf236e Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-06-30fetch_os_creds.sh : small correction for Fuel to grab the public API correctlyjose.lausuch1-2/+2
JIRA: FUNCTEST-16 Change-Id: I6a8d1ff2a58c599cd84426d580024bd962fae51f Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-06-29Merge "Added script to fetch the OpenStack credentials file for Fuel and ↵Fatih Degirmenci1-0/+139
Foreman JIRA: FUNCTEST-16 Example FUEL: ./fetch_os_creds.sh -d $HOME/creds -i fuel -a 10.20.0.2 Example Foreman: ./fetch_os_creds.sh -d $HOME/creds -i foreman -a 172.30.10.73"
2015-06-29Add "Hello World" for relengFatih Degirmenci1-0/+76
JIRA: XYZ Change-Id: Ie1dcf39a56eabffe95e877c7d19f48e75c984053 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-29Added script to fetch the OpenStack credentials file for Fuel and Foremanjose.lausuch1-0/+139
JIRA: FUNCTEST-16 Example FUEL: ./fetch_os_creds.sh -d $HOME/creds -i fuel -a 10.20.0.2 Example Foreman: ./fetch_os_creds.sh -d $HOME/creds -i foreman -a 172.30.10.73 Change-Id: I4bddfad43f6200572615da66915822b3dc2f3957 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-06-29Merge "create CI jobs for Compass BGS track."Fatih Degirmenci1-46/+232
2015-06-26create CI jobs for Compass BGS track.m001331421-46/+232
JIRA: BGS-28 Change-Id: Ibe7c44c2aaae1fab108749fe2ce28de6aa2d497a Signed-off-by: m00133142 <meimei@huawei.com>
2015-06-25Align yardstick execution with latest yardstick versionFatih Degirmenci1-1/+1
JIRA: YARDSTICK-33 Change-Id: I37b5f12bbf095c55ea33b129895fd7b5706da115 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-24Enable genesis/fuel HA deployment in LF POD1Fatih Degirmenci1-2/+39
JIRA: OCTO-74 Change-Id: I0627613f0034a698c54054ccbc018db59439d1f5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-24Override GIT_BASE parameter for orange-buildFatih Degirmenci1-0/+27
JIRA: FUNCTEST-10 Change-Id: I65e308799e579ed43b0a972046311d8d6ed47f3a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-23(re)-add Orange-build POD for CIMorgan Richomme1-0/+1
JIRA:FUNCTEST-10 Change-Id: Ic54f7516d1253316285b4050eab67f2ddcd24e66 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-06-22Ensure that only ASCII characters make it into the jobs JIRA:OCTO-105Aric Gardner2-3/+19
Change-Id: I64d5d82de154c7d7fb9ca44e76d8d2a67b3ec034 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-06-18Put workspace cleanup back for genesis/fuel and genesis/foremanFatih Degirmenci2-0/+6
Disk space is getting full due to not removing build artifacts. Change-Id: I46cadacfab8c23e0196bb43972abc64d2f07f3ad Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-18Merge "Create daily jenkins jobs for octopus for stable/arno"Fatih Degirmenci2-87/+35
2015-06-18Create daily jenkins jobs for octopus for stable/arnochenshuai@huawei.com2-87/+35
JIRA: OCTO-98 Change-Id: Ide90b41939d30ace3c775e7575b6e216ebbe03c6 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-06-18Create daily jenkins jobs for pharos for stable/arnochenshuai@huawei.com2-87/+34
JIRA: OCTO-97 Change-Id: I676cc61d6ec665ad323be3ae8641b6a749d5c52a Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-06-17Remove empty execute shell from functest.ymlFatih Degirmenci1-1/+0
JIRA: FUNCTEST-12 Change-Id: If0343b017d63244e70db50dd2d9a13b2a3161043 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-17Fix WORKSPACE typoFatih Degirmenci1-1/+1
JIRA: FUNCTEST-12 Change-Id: I93f8eb8987c586f3903159f15ac3c1c78008a929 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-17Move artifact storage and cleanup to their own macrosFatih Degirmenci1-2/+15
JIRA: FUNCTEST-9, FUNCTEST-12 Change-Id: Ibf1f959ca99a75bbbffd51ee36c9625b5f82cf57 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>