summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Merge "Change cperf apex deploy to use odl_l3-nofeature-noha"Tim Rozet1-1/+2
2017-03-16Merge "Add support for enum & expand vnf_catalogue schema"Morgan Richomme2-1/+15
2017-03-16Change cperf apex deploy to use odl_l3-nofeature-nohaJamo Luhrsen1-1/+2
Change-Id: I622eb6677423581ab842a169480d91e21965b265 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-16Add jobs to use the aarch64 jenkins slaveCristina Pauna4-0/+104
arm-pod3-2 is an aarch64 jenkins slave for the same POD as the existing x86 jenkins slave arm-pod3. This commit adds jobs so we can deploy the POD and run functest from the aarch64 jenkins slave. These jobs are non-ci JIRA: ARMBAND-241 Change-Id: Ie3b808a641e44649c02f3b75c83d79119217fdfe Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-03-16Add new testcases in reporting pageMorgan Richomme1-0/+12
- FDS - Refstack - opera_ims - vyos-vrouter Change-Id: I42a323a1f466b0ba11e61bb287b8b283e4759c09 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-03-16Merge "[compass] adaption for danube"Fatih Degirmenci1-8/+8
2017-03-16[compass] adaption for danubemeimei1-8/+8
Change-Id: I486c94bd85574140069b4854e93f7a458a8c6885 Signed-off-by: meimei <meimei@huawei.com>
2017-03-16Add vnf, tag create & Associate PluginsKumar Rishabh28-122/+1184
Adds support for accessing database, plugin to create tags and vnfs and make association between them. Also adds autocomplete feature to vnf-tag association. Change-Id: Id55f998df68ae5e6e6fd298c6393b3500777468a Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
2017-03-15Use odl_l3-csit-noha scenario for apex cperf runnerJamo Luhrsen1-1/+1
Change-Id: I57c7a06f8a0d89c6238d1d25908786466fa1bff2 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-15jjb: infra: bifrost-cleanup-job: Do not trigger on new patchsetsMarkos Chandras1-0/+2
Commit f6bba721fd13 ("jjb: infra: bifrost-cleanup-job: Do not trigger on patchset creation") changed the job to not trigger on new patchsets but this does not work as expected because it seems that the default value for this option is 'true'. Set 'patchset-uploaded-event' to 'false' in order to really disable that trigger. Fixes: f6bba721fd13 ("jjb: infra: bifrost-cleanup-job: Do not trigger on patchset creation") Change-Id: Id19474511f37ebd13d1933f5d13f185dc5c8e3c9 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-15prototypes: fix yamllint issuesJessica Wagantall4-114/+114
Linting openstack-ansible files Change-Id: Id9e3ffa7753f25cd57c4d706b26cbb76d0bd99c7 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-15prototypes: fix yamllint issuesJessica Wagantall3-4/+7
Linting puppet-infracloud files Change-Id: I37ccf9537a8d56e8209c6dbf17a62901d1cc441c Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras34-0/+40
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-15Trigger docs verify for all changes under docs/Aric Gardner1-1/+1
This should be the same as docs merge Change-Id: Ib65e4dca130369e8372cfda433d4158393e67d3f Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-03-15Adds cronjob for filling vnf table row entriesKumar Rishabh3-0/+167
It uses github api calls to fill no_of_developers, no_of_stars and versions entry. It is a bit hacky as it sets some parameters and parses the header link line to get the number. TODO lines_of_code entry as it is not provided directly by github api. Change-Id: I6cba54ad48fbb6aa5f4823100a426abbb82fc447 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
2017-03-15Modify triggers for armband danube jobsCristina Pauna1-12/+12
This commit rebalances the nr of runs between master and danube branch for CI jobs JIRA: ARMBAND-238 Change-Id: I541ddf3974680096d503829b279cb26ab76577bc Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-03-15[fuel] Disable onos runs for danubeMichael Polenchuk1-4/+4
Change-Id: I8b1a4291cd1e0167aad3e9341bb95c42f338caeb Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-03-15Merge "Allow creation of Dockerfile.aarch64 through patch"Fatih Degirmenci1-3/+13
2017-03-15vswitchperf: Fix Danube VERIFY and MERGE jobsMartin Klozik1-1/+1
VSPERF VERIFY and MERGE jobs should be executed at opnfv-build-ubuntu. Only daily job should be executed at intel-pod12. Configuration of Danube jobs was fixed to use the same executors as master branch. Change-Id: I95a12c7d828eb840c177d3e8114ed81b342b9427 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-15Merge "Update reporting page for Danube"Morgan Richomme9-364/+635
2017-03-15Fix trigger for validate tasksYujun Zhang1-9/+1
Change-Id: If21b82c06ff38a52f70e502b49aa08dae8c2aad5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-15qtip: adapt job template for different streamsYujun Zhang1-2/+2
Change-Id: Ia414071cccafe3f255d09555d83a04bc6600ffcd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-15Add support for enum & expand vnf_catalogue schemaKumar Rishabh2-1/+15
Adds support for enum and expands the vnf_catalogue schema. Change-Id: Ifa2be1a01ad8e12f5f34d6472976f2a862189d48 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
2017-03-14utils: fix yamllint issuesJessica Wagantall2-0/+2
Linting lab-reconfiguration files Change-Id: I7e7dd8dc8653b2ace8f37591dd5ec190899ac256 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-14utils: fix yamllint issuesJessica Wagantall5-13/+16
Linting utils/test yaml files Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-14Merge "Enable Danube Jobs"Aric Gardner20-20/+20
2017-03-14Enable Danube JobsAric Gardner20-20/+20
Here are the projects that were branched: I will double check against this list that these changes make sense and that no one is missing as I go forward. wiki page of participating projects, and their jobs: https://wiki.opnfv.org/display/SWREL/Milestone+Compliance+for+Danube apex - already enabled armband - done availability - already enabled barometer - done bottlenecks - already enabled compass4nfv - done copper - already enabled daisy - (not participating -- keep jobs disabled?) doctor - already enabled domino - already enabled fds - N/A fuel - done functest - already enabled ipv6 - already enabled joid - done kvmfornfv - already enabled models - already enabled multisite - done netready - NOT DONE opera - NOT DONE opnfvdocs - done orchestra - Not participating onosfw - done ovsnfv - done parser - N/A promise - already enabled qtip - already enabled sdnvpn - N/A snaps - done securityscanning - N/A sfc - N/A storperf - done ves - already enabled vswitchperf - already enabled yardstick - already enabled Change-Id: I803662faf05c8554cfe7fa5f85da9521f72b03ff Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-03-14Enable docker build jobs for stable/danubeFatih Degirmenci2-2/+2
Change-Id: Ife9dae40246558b3219b4e194680e7428270df14 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-03-14Fix the RELEASE_VERSION unbound issuehelenyao1-1/+1
'RELEASE_VERSION: unbound variable' popped up when building stable docker image Change-Id: I5d4582aea2f154e0bc34cdccdd05b9df64032ed2 Signed-off-by: helenyao <yaohelan@huawei.com>
2017-03-14Merge "[qtip]execute compute qpi in qtip daily job"Serena Feng2-5/+11
2017-03-14[qtip]execute compute qpi in qtip daily jobwu.zhihui2-5/+11
- Execute compute qpi in qtip daily job. - delete unuse parameter - add CI_DEBUG parameter Change-Id: I0e429703b7d1ac8cc7fda2ec888de789b57a5e50 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-13Merge "Add logic to allow ODL Cbench suite to run from docker container"Tim Rozet2-7/+37
2017-03-13Apex,Functest: Create correct danube functest jobs for ApexTim Rozet3-14/+44
Also adds odl_l3-fdio-noha to daily job for Apex Change-Id: I4732f8b905d0908124c2c65cd2ad3af92262d4b5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-03-13Update reporting page for DanubeMorgan Richomme9-364/+635
- add danube in config to generate results - create new web pages for Euphrates (master) Change-Id: I11b3f37a0f6040a3d0c18820a08a9d6fb7ebe036 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-03-13Allow creation of Dockerfile.aarch64 through patchCristina Pauna1-3/+13
When building an aarch64 docker image an Dockerfile.aarch64 file is expected to exist. With this patch we may create it from the x86 Dockerfile by applying an aarch64 patch This feature can be used with qtip, via https://gerrit.opnfv.org/gerrit/#/c/30185/ JIRA: ARMBAND-219 Change-Id: I71e1e1852e31f92fb1f1947542f7f397b996541f Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-03-13[qtip]enable danube verify/validate job for qtipwu.zhihui2-0/+12
Enable danube verify/validate job for qtip. Change-Id: I9a9403ed19e17f88c01a33fda5991984a8fd5166 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-12[compass] BugFix: job to verify k8s deployQiLiang1-8/+4
Use commit message: 'check k8', 'verify k8', 'check kubernetes' or 'verify kubernetes' to trigger k8s patchset verify. Previous patch bug appearance: https://gerrit.opnfv.org/gerrit/#/c/29471/ Change-Id: I14b52e253fd6ceae601d661568e86c449ae544fa Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-03-13Merge "[compass] add job to verify k8s deploy"mei mei1-0/+105
2017-03-12[compass] add job to verify k8s deployQiLiang1-0/+105
Use commit message: check-k8, verify-k8, check-k8s, verify-k8s, check-kubernetes or verify-kubernetes, to trigger k8s patchset verify. Change-Id: I89c471f603846d6d3a7ff6b73562ee52fb2e93e8 Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-03-11Merge "Removing SELINUX class from server manifest"Fatih Degirmenci1-7/+0
2017-03-10Apex: Enable danube branch,kvm dailyTim Rozet1-142/+24
Enables danube jobs and daily everyday. Master daily is reduced to only running every Sunday as it is not really needed. KVM jobs are added to daily. Previous colorado jobs removed. Change-Id: If0793fd24ecc22a6a9ddc344ff58317eeb9bc986 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-03-10Add logic to allow ODL Cbench suite to run from docker containerJamo Luhrsen2-7/+37
- also changing deploy scenario to only use a single controller Change-Id: Ic1aa9489b17478865db7f9509091e165fbe4a6b3 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2017-03-10Merge changes from topic 'prototypes/bifrost/scripts/use-json-inventory'Markos Chandras2-4/+6
* changes: prototypes: bifrost: Fix ELEMENTS_PATH for latest diskimage-builder release prototypes: bifrost: Switch to JSON for inventory
2017-03-10Merge "dovetail: add dovetail debug testsuite into joid daily loop"Jun Li1-0/+17
2017-03-09prototypes: bifrost: Fix ELEMENTS_PATH for latest diskimage-builder releaseMarkos Chandras2-2/+2
Upcoming diskimage-builder version (2.0.0) changed the location on where dib elements are installed from /usr/share/diskimage-builder to /usr/lib/$python/diskimage_builder/. However, base elements are included by default so fix the script to set ELEMENTS_PATH to the path of our out-of-tree elements. Change-Id: Ib5c4e1465a67a819c9d495b0e0a64addeb0294cb Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-09prototypes: bifrost: Switch to JSON for inventoryMarkos Chandras1-2/+4
Upstream commit 3aaed64e88e3 ("Use JSON baremetal data in testing") switched from CSV to JSON for the inventory file in order to support the *_ipmitool drivers and virtualbmc. This commit mimics the upstream one. Depends-On: Ib5c4e1465a67a819c9d495b0e0a64addeb0294cb Change-Id: If66810db445cf997c5eb61090815abe186e002fa Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-03-09wrong network configuration file.wutianwei1-0/+2
if compass4nfv deploy the scenario of nosdn-openo, it need to use the network_open.yaml. Change-Id: I9761cf5c6943df4f3c51363ef6f148fedbfc6316 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-08Disabling onos for danube releaseDan Radez2-3/+3
ONOS on Apex will not be supported in Danube Change-Id: I58979724df7f6fa359e9789458ac305965ce71b1 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-03-08Add scripts and playbook to deploy OSAwutianwei13-0/+756
The script and playbooks defined on this repo will deploy an OpenStack cloud based on OpenStack-Ansible. You just need to run the osa_deploy.sh. More information please refer to the README.md Change-Id: I731c366ab7197aefd7726150477ba1cc4d2932d3 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-03-07Merge "bug fix: last 4 run reporting for storperf"Morgan Richomme3-13/+34