releng.git
7 years agocorrect backup-db.sh in kibana repo to keep consistent with testapi 23/20223/1
SerenaFeng [Fri, 2 Sep 2016 08:09:19 +0000 (16:09 +0800)]
correct backup-db.sh in kibana repo to keep consistent with testapi

We change some interfaces in testapi, but this file doesn't change
with that

JIRA: FUNCTEST-455

Change-Id: I105a82557244481bbdf9885fc166ebe975b050ea
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years ago[Functest] Remove exit value job from functest-suite builder 13/20213/1
jose.lausuch [Fri, 2 Sep 2016 07:51:01 +0000 (09:51 +0200)]
[Functest] Remove exit value job from functest-suite builder

Change-Id: I8309c027a871246623c199447dcb667b5bb2f066
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoarmband: Fix default params for labeled pods 83/20183/3
Alexandru Avadanii [Thu, 1 Sep 2016 18:18:18 +0000 (20:18 +0200)]
armband: Fix default params for labeled pods

After previous change introducing the usage of node labels for
Armband CI deploy jobs, we discovered that the old params were
not applied to labeled pods.

To complicate things, we had different DEFAULT_BRIDGE params
for each CI pod, which contradicts the Jenkins templating
paradigm.

Since we already have a mechanism in place for overriding
env vars based on the POD we are running against, move both
<DEPLOY_TIMEOUT> and <DEFAULT_BRIDGE> params to our local_env,
which is sourced by the deploy script and can apply POD specific
configuration.

Add missing LAB_CONFIG_URL to newly added baremetal and virtual
defaults for Armband.

While at it, also replace "brahmaputra" comments with "colorado".

v2 -> v3:
Source local_env before using DEFAULT_BRIDGE in <armband-deploy.sh>.
Previously, we (Armband) sourced this file in our <ci/deploy.sh> [1],
which will be dropped after this change is merged.

[1] https://git.opnfv.org/cgit/armband/tree/ci/deploy.sh#n24

Change-Id: Ibafea25b3df8c3118ce05e3f40934c8e8b9c8dcd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoFix test results dashboard homepage navbar links 63/20163/1
Daniel Farrell [Thu, 1 Sep 2016 14:56:54 +0000 (10:56 -0400)]
Fix test results dashboard homepage navbar links

The previous versions were the wrong paths, 404'd.

Change-Id: I9368db672a18b5bb0394cfacf016cd7f5821d886
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoIncrease the git clone timeout to 15 minutes 47/20147/2
Fatih Degirmenci [Thu, 1 Sep 2016 13:34:32 +0000 (15:34 +0200)]
Increase the git clone timeout to 15 minutes

Change-Id: Iac19f79f36fcbb7bbc27d7f6adf6085cb0ec449c
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "Add Fedor Zhadaev in recipients list for Fuel jobs"
Fatih Degirmenci [Thu, 1 Sep 2016 13:23:29 +0000 (13:23 +0000)]
Merge "Add Fedor Zhadaev in recipients list for Fuel jobs"

7 years agoMerge "kvmfornfv: Store the metadata for the artifacts built by daily jobs"
Fatih Degirmenci [Thu, 1 Sep 2016 13:22:11 +0000 (13:22 +0000)]
Merge "kvmfornfv: Store the metadata for the artifacts built by daily jobs"

7 years agoAdd Fedor Zhadaev in recipients list for Fuel jobs 37/20137/1
Fedor Zhadaev [Thu, 1 Sep 2016 13:14:39 +0000 (16:14 +0300)]
Add Fedor Zhadaev in recipients list for Fuel jobs

Change-Id: Icb1a16f2136291239daffa0fe5932caf6d6c92dd
Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
7 years agoinfra: Do not run provisioning in deploy & smoketest phases 35/20135/1
Fatih Degirmenci [Thu, 1 Sep 2016 13:07:48 +0000 (15:07 +0200)]
infra: Do not run provisioning in deploy & smoketest phases

Change-Id: I326053d863f0f06ceb293cda3cd2405cf2d25f13
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "infra: Fix small doc/script issues and enable mail notification"
Fatih Degirmenci [Thu, 1 Sep 2016 13:03:41 +0000 (13:03 +0000)]
Merge "infra: Fix small doc/script issues and enable mail notification"

7 years agoinfra: Fix small doc/script issues and enable mail notification 29/20129/1
Fatih Degirmenci [Thu, 1 Sep 2016 12:46:51 +0000 (14:46 +0200)]
infra: Fix small doc/script issues and enable mail notification

This change
- Fixes readme of puppet-infracloud
- renames destroy_env.sh script
- enables mail notification
- disables removal of DIB images by default

Change-Id: I628b26b976e38772cbbc69b737a545fe801639ba
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "armband: Use labels for pods and schedule jobs"
Fatih Degirmenci [Thu, 1 Sep 2016 12:19:37 +0000 (12:19 +0000)]
Merge "armband: Use labels for pods and schedule jobs"

7 years agoarmband: Use labels for pods and schedule jobs 03/19903/6
Paul Vaduva [Tue, 30 Aug 2016 14:51:04 +0000 (16:51 +0200)]
armband: Use labels for pods and schedule jobs

Change-Id: Idb3cabe46082b8c0a160cbc156abe0fe8cafbc4a
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
7 years agokvmfornfv: Store the metadata for the artifacts built by daily jobs 25/20125/2
Fatih Degirmenci [Thu, 1 Sep 2016 11:22:13 +0000 (13:22 +0200)]
kvmfornfv: Store the metadata for the artifacts built by daily jobs

Change-Id: I338401a1ced29b7907e74bea6ff28f5a6e80e5df
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoInstall tacker on controller node 23/20123/1
Michal Skalski [Thu, 1 Sep 2016 10:19:25 +0000 (12:19 +0200)]
Install tacker on controller node

In no-ha scenarios opendaylight role may not be collocated with
controller

Change-Id: Ic2040924949e7a0286ffeba795ea102face9bc0f
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
7 years agoMerge "Disable selinux on RHEL case"
Fatih Degirmenci [Thu, 1 Sep 2016 08:37:29 +0000 (08:37 +0000)]
Merge "Disable selinux on RHEL case"

7 years agoMerge "Add jumphost to the managed servers"
Fatih Degirmenci [Thu, 1 Sep 2016 08:37:25 +0000 (08:37 +0000)]
Merge "Add jumphost to the managed servers"

7 years agoDisable selinux on RHEL case 01/19601/2
Yolanda Robla Mota [Thu, 25 Aug 2016 13:52:32 +0000 (15:52 +0200)]
Disable selinux on RHEL case

This is causing several puppet moduels to fail (for example
rabbit not starting). Set that to permissive as a workaround,
but with the intention of fixing the configuration and enabling
selinux on next steps.

Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I34b388792699a9563dacedf87dd6ff85e482e431

7 years agoAdd jumphost to the managed servers 99/19599/2
Yolanda Robla Mota [Thu, 25 Aug 2016 12:29:05 +0000 (14:29 +0200)]
Add jumphost to the managed servers

So at least it gets the dns, ports, and extra
config setup.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Iceb075b7491a9098b10a40b0a549023129739883

7 years agoSet bridge name in hiera 73/19573/2
Yolanda Robla Mota [Thu, 25 Aug 2016 10:45:03 +0000 (12:45 +0200)]
Set bridge name in hiera

It is different from debian/centos, and will be different
in baremetal as well, where vlans will be used. Add the ability
to manage in hiera, so it can just be edited on the yaml
file directly.

Change-Id: I5f5ac3adec6606ca34b3c8ad86c99d8e3aee52d1
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
7 years agoMerge "qtip: move bash scripts out of qtip-ci-jobs.yml"
Fatih Degirmenci [Thu, 1 Sep 2016 07:26:57 +0000 (07:26 +0000)]
Merge "qtip: move bash scripts out of qtip-ci-jobs.yml"

7 years agoMerge "fuel: Enable triggers of Colorado on zte-pod1 and zte-pod3"
Fatih Degirmenci [Thu, 1 Sep 2016 07:25:44 +0000 (07:25 +0000)]
Merge "fuel: Enable triggers of Colorado on zte-pod1 and zte-pod3"

7 years agofuel: Enable triggers of Colorado on zte-pod1 and zte-pod3 41/19641/2
wu.zhihui [Fri, 26 Aug 2016 07:25:10 +0000 (15:25 +0800)]
fuel: Enable triggers of Colorado on zte-pod1 and zte-pod3

Enable triggers of Colorado on zte-pod1 and zte-pod3. Meanwhile, add
colorado branch for zte-pod1 and zte-pod3 in Functest and Yardstick.

Change-Id: I575d37356c9223935d5975a834589b33f9e7498b
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agoApex: fixes wrong arg to clean 67/20067/1
Tim Rozet [Wed, 31 Aug 2016 20:20:53 +0000 (16:20 -0400)]
Apex: fixes wrong arg to clean

Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "[Functest] Fix typo exiting with a ret_val variable"
Fatih Degirmenci [Wed, 31 Aug 2016 18:58:25 +0000 (18:58 +0000)]
Merge "[Functest] Fix typo exiting with a ret_val variable"

7 years agoApex: fixes cleaning nodes 61/20061/1
Tim Rozet [Wed, 31 Aug 2016 18:55:10 +0000 (14:55 -0400)]
Apex: fixes cleaning nodes

Change-Id: Ic83d559fab26cc795e16769529ddce0acd84dc17
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years ago[Functest] Fix typo exiting with a ret_val variable 53/20053/2
jose.lausuch [Wed, 31 Aug 2016 16:03:49 +0000 (18:03 +0200)]
[Functest] Fix typo exiting with a ret_val variable

Change-Id: I39d085726551ac1db2531d474d9c407840f5ffc0
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years ago[Functest] Push logs to artifacts regardless if loop fails 01/19901/3
jose.lausuch [Tue, 30 Aug 2016 14:49:36 +0000 (16:49 +0200)]
[Functest] Push logs to artifacts regardless if loop fails

This prevents from exiting the job without pushing the logs
to artifacts if the functest loop fails.

JIRA: FUNCTEST-443

Change-Id: I6925b5855326df809dbce9f389b10be8a00cf8de
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoCreate daily job for infra deployment, remove sandbox jobs and fix bugs 61/19661/7
Fatih Degirmenci [Fri, 26 Aug 2016 22:25:37 +0000 (00:25 +0200)]
Create daily job for infra deployment, remove sandbox jobs and fix bugs

This change
- creates upstream daily job to trigger and control the execution of jobs
that provision nodes using bifrost, deployment using puppet-infracloud,
and simple smoke test job.
- fixes the hashbang placement in 2 of the scripts.
- removes sandbox dummy jobs as the infra jobs can serve as examples now.

Only the node provisioning job is functional at the moment.

Change-Id: I311d159956d8b7ce3f7a500fac5a7dcb459104cf
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "[compass] set timer of colorado jobs"
Jun Li [Wed, 31 Aug 2016 02:46:34 +0000 (02:46 +0000)]
Merge "[compass] set timer of colorado jobs"

7 years agoApex: Adds powering off nodes to clean 43/19943/1
Tim Rozet [Wed, 31 Aug 2016 01:48:40 +0000 (21:48 -0400)]
Apex: Adds powering off nodes to clean

Change-Id: Icaa3160bf9b96e323e448f66abe3a203e202c090
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years ago[compass] set timer of colorado jobs 41/19941/1
meimei [Wed, 31 Aug 2016 01:08:57 +0000 (09:08 +0800)]
[compass] set timer of colorado jobs

Change-Id: I9a3ec4c5adf52c5990dd163970faf376f60aa037
Signed-off-by: meimei <meimei@huawei.com>
7 years agoMerge "Add the function of yardstick testcase reporter"
Morgan Richomme [Tue, 30 Aug 2016 06:21:12 +0000 (06:21 +0000)]
Merge "Add the function of yardstick testcase reporter"

7 years agoAdd the function of yardstick testcase reporter 73/19673/3
rexlee8776 [Sat, 27 Aug 2016 06:26:46 +0000 (06:26 +0000)]
Add the function of yardstick testcase reporter

JIRA: YARDSTICK-324

Change-Id: I58969265f88d5c20f46f0b1097f5b0ccb1d9a40d
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoMerge "[multisite] stop the timer of colorado"
meimei [Sat, 27 Aug 2016 02:29:51 +0000 (02:29 +0000)]
Merge "[multisite] stop the timer of colorado"

7 years agoMerge "Add colorado reporting for tempest and vims"
Morgan Richomme [Fri, 26 Aug 2016 08:44:33 +0000 (08:44 +0000)]
Merge "Add colorado reporting for tempest and vims"

7 years agoqtip: move bash scripts out of qtip-ci-jobs.yml 29/19629/1
wu.zhihui [Fri, 26 Aug 2016 03:18:04 +0000 (11:18 +0800)]
qtip: move bash scripts out of qtip-ci-jobs.yml

Change-Id: Ib48a1800b5d6d253c8bd8d383cf36c7119f6e9a4
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agomodfied the external-network again. 19/19619/1
Narinder Gupta [Thu, 25 Aug 2016 18:37:38 +0000 (13:37 -0500)]
modfied the external-network again.

It seems tardstick need the external-network variable defined in
this job so introducing the definition again.

Change-Id: I37bab57a9dda70554fb53de725a0124dc18181e9
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoAdd colorado reporting for tempest and vims 89/19589/4
Morgan Richomme [Thu, 25 Aug 2016 12:32:08 +0000 (14:32 +0200)]
Add colorado reporting for tempest and vims

Change-Id: I978799cd1cd777b5033e55a0146c41865e9c2bf5
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years ago[multisite] stop the timer of colorado 57/19557/1
meimei [Thu, 25 Aug 2016 09:17:09 +0000 (17:17 +0800)]
[multisite] stop the timer of colorado

Change-Id: Ib5dbc1561c895a6be1e4666239ec262450cfb740
Signed-off-by: meimei <meimei@huawei.com>
7 years agoMerge "yardstick: Pull the right image for master and colorado branches"
Jun Li [Thu, 25 Aug 2016 01:39:50 +0000 (01:39 +0000)]
Merge "yardstick: Pull the right image for master and colorado branches"

7 years agofuel: Rearrange slave assignments for verify jobs 31/19531/2
Fatih Degirmenci [Wed, 24 Aug 2016 19:41:28 +0000 (21:41 +0200)]
fuel: Rearrange slave assignments for verify jobs

Change-Id: Iaf83ba8bc96189e9ef7749bd367197857c3e656a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoApex: add job to verify only unit test changes 27/19527/3
Tim Rozet [Wed, 24 Aug 2016 17:02:15 +0000 (13:02 -0400)]
Apex: add job to verify only unit test changes

Change-Id: I76d79ae45e134646f1331a733e4c03948ee9f93a
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoAdd pathname jjb param for release branch. 21/19521/3
Thomas F Herbert [Wed, 24 Aug 2016 15:36:08 +0000 (11:36 -0400)]
Add pathname jjb param for release branch.

JIRA: APEX-242

Change-Id: I5bb889a4c7023b650d4de8817d88e29fa6e70d9b
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
7 years agoApex, Functest: Adds apex colorado functest jobs 79/19479/1
Tim Rozet [Wed, 24 Aug 2016 12:49:24 +0000 (08:49 -0400)]
Apex, Functest: Adds apex colorado functest jobs

Change-Id: I07d7f0a3cdef3ebe1dec07156791f181a149ba19
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "qtip: remove brahmaputra jobs and change branch/pod allocation"
Fatih Degirmenci [Wed, 24 Aug 2016 11:18:03 +0000 (11:18 +0000)]
Merge "qtip: remove brahmaputra jobs and change branch/pod allocation"

7 years agoqtip: remove brahmaputra jobs and change branch/pod allocation 21/19421/5
wu.zhihui [Wed, 24 Aug 2016 01:26:38 +0000 (09:26 +0800)]
qtip: remove brahmaputra jobs and change branch/pod allocation

Change-Id: Ie01e2e6bd32c28df55146da328346bfcd2808f05
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agoyardstick: Pull the right image for master and colorado branches 65/19465/2
Fatih Degirmenci [Wed, 24 Aug 2016 10:38:45 +0000 (12:38 +0200)]
yardstick: Pull the right image for master and colorado branches

Change-Id: I868b837f67d24c53ee40bbd03fb1997da4938b3b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "joid: Enable colorado triggers and disable jobs of inactive pods"
Fatih Degirmenci [Wed, 24 Aug 2016 10:29:44 +0000 (10:29 +0000)]
Merge "joid: Enable colorado triggers and disable jobs of inactive pods"

7 years agojoid: Enable colorado triggers and disable jobs of inactive pods 61/19461/2
Fatih Degirmenci [Wed, 24 Aug 2016 09:16:20 +0000 (11:16 +0200)]
joid: Enable colorado triggers and disable jobs of inactive pods

Change-Id: I1ddd6e59c7b55cd5107122a97652da97abb8ca97
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years ago[JOID] Joid cleanup 29/19329/2
David Blaisonneau [Tue, 23 Aug 2016 10:30:36 +0000 (12:30 +0200)]
[JOID] Joid cleanup

Change-Id: I133b1dae993fa6b5e0fc52be411f68a06fbe72bb
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
7 years agobottlenecks project branch to colorado 39/19439/3
MatthewLi [Wed, 24 Aug 2016 07:36:22 +0000 (03:36 -0400)]
bottlenecks project branch to colorado

switch to colorado job, annotate offline pods.

Change-Id: I905a67e2085d38719d42875a298d9c28c7a7556a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoMerge "[compass] create new job for verify of colorado"
Jun Li [Wed, 24 Aug 2016 07:29:12 +0000 (07:29 +0000)]
Merge "[compass] create new job for verify of colorado"

7 years agoMerge "BugFix: Fix a wrong comment"
Jun Li [Wed, 24 Aug 2016 07:28:00 +0000 (07:28 +0000)]
Merge "BugFix: Fix a wrong comment"

7 years agofuel: Get rid of the general disabled trigger 33/19433/1
Fatih Degirmenci [Wed, 24 Aug 2016 07:24:30 +0000 (09:24 +0200)]
fuel: Get rid of the general disabled trigger

Change-Id: I8d73f588662a926dce7f0534e26f8b2945316a50
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoBugFix: Fix a wrong comment 05/19305/2
JingLu5 [Tue, 23 Aug 2016 07:10:50 +0000 (15:10 +0800)]
BugFix: Fix a wrong comment

Change-Id: Ic5c9d35ccc92d8f19419c9b25476c0e084c7299f
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agofuel: Enable triggers for colorado jobs 31/19431/2
Fatih Degirmenci [Wed, 24 Aug 2016 06:59:02 +0000 (08:59 +0200)]
fuel: Enable triggers for colorado jobs

Change-Id: I4048277c1b3ff1d3181004596d059d078c06089b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years ago[compass] create new job for verify of colorado 55/19155/2
meimei [Mon, 22 Aug 2016 07:07:26 +0000 (15:07 +0800)]
[compass] create new job for verify of colorado

Change-Id: I7aa96c53f40696fe33326468537c83f427f02038
Signed-off-by: meimei <meimei@huawei.com>
7 years agoyardstick: Pull image with stable tag 27/19427/1
Fatih Degirmenci [Wed, 24 Aug 2016 06:37:56 +0000 (08:37 +0200)]
yardstick: Pull image with stable tag

Change-Id: I47cb8e3ff448b8adc26b62201b15ddd3476dd0c1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoApex: fixes blocking between streams 09/19409/1
Tim Rozet [Tue, 23 Aug 2016 21:35:41 +0000 (17:35 -0400)]
Apex: fixes blocking between streams

Change-Id: I162e51e0fd6d2d31a8c9daa08e1cc1a0678d5824
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "armband: switched from brahma to colorado"
Fatih Degirmenci [Tue, 23 Aug 2016 18:33:33 +0000 (18:33 +0000)]
Merge "armband: switched from brahma to colorado"

7 years agoarmband: switched from brahma to colorado 35/19335/4
Paul Vaduva [Tue, 23 Aug 2016 11:17:53 +0000 (13:17 +0200)]
armband: switched from brahma to colorado

Switched from brahmaputra branches jobs to colorado
and add installer info.
ARMBAND-54

Change-Id: Ib6389427e4d67135d8096127ba6101684342a613
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
7 years agoApex: migrate jjb to colorado 75/19375/1
Tim Rozet [Tue, 23 Aug 2016 16:13:51 +0000 (12:13 -0400)]
Apex: migrate jjb to colorado

Change-Id: I2e45ea68a30ec356e14d2162df85bf50f51faab2
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoAdjust build blocker for fuel and joid 63/19363/1
Fatih Degirmenci [Tue, 23 Aug 2016 15:05:55 +0000 (17:05 +0200)]
Adjust build blocker for fuel and joid

Change-Id: Id33731d5c4d4b76450598ed2f19cd2b14097d748
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "joid: Create jobs for Colorado"
Aric Gardner [Tue, 23 Aug 2016 14:00:32 +0000 (14:00 +0000)]
Merge "joid: Create jobs for Colorado"

7 years agoMerge "Create project jobs for colorado branch"
Ryota Mibu [Tue, 23 Aug 2016 13:58:08 +0000 (13:58 +0000)]
Merge "Create project jobs for colorado branch"

7 years agoAdd initial puppet and hiera files 35/18935/15
Yolanda Robla Mota [Thu, 18 Aug 2016 08:45:31 +0000 (10:45 +0200)]
Add initial puppet and hiera files

Include the basic site.pp and initial modules, as long as default
hieras, to manage opnfv infracloud.

Change-Id: I891bc414b102257534f1d28df8299bf41c12e8f2
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
7 years agojoid: Create jobs for Colorado 99/19199/4
Fatih Degirmenci [Mon, 22 Aug 2016 11:57:35 +0000 (13:57 +0200)]
joid: Create jobs for Colorado

Please note that the triggers for colorado haven't been created yet.
It will be done once the basics in place.

This change depends on Id5eb8c406d34ff9f3ac59f73243034cbf49b23f0

Change-Id: I637f9cb54858f4b63c0b44478dfcafa30dde97a1
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agofuel: Create jobs for Colorado 89/19189/4
Fatih Degirmenci [Fri, 22 Jul 2016 08:09:49 +0000 (10:09 +0200)]
fuel: Create jobs for Colorado

This change contains updates that impact compass and joid jobs due
to updates in functest and yardstick that remove brahmaputra branch.

Please note that the triggers for colorado haven't been created yet.
It will be done once the basics in place.

Change-Id: Id5eb8c406d34ff9f3ac59f73243034cbf49b23f0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoAdd missing curl package for infracloud 13/19213/2
Yolanda Robla Mota [Mon, 22 Aug 2016 13:10:06 +0000 (15:10 +0200)]
Add missing curl package for infracloud

It is needed on rabbit install

Change-Id: I0ebf66883cc7c66771b3b5b4c2cccc590e61e5ca
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
7 years ago[Joid] Recover config UBUNTU_DISTRO=trusty for onos-sfc 97/19197/2
zhangyuanyou [Mon, 22 Aug 2016 11:47:21 +0000 (19:47 +0800)]
[Joid] Recover config UBUNTU_DISTRO=trusty for onos-sfc

Because it was deleted by https://gerrit.opnfv.org/gerrit/#/c/18937/

Change-Id: Ic276ef624edbdb46801262e197c309a678b3ed1b
Signed-off-by: Yuanyou Zhang<zhangyuanyou@huawei.com>
7 years agoCreate project jobs for colorado branch 87/19187/1
Fatih Degirmenci [Mon, 22 Aug 2016 11:21:57 +0000 (13:21 +0200)]
Create project jobs for colorado branch

Daily jobs for Colorado branch for installer and test projects
have not been created yet and it needs to be done via separate
patches.

Change-Id: I34517e89dfc502ce5741733e01bf8425d513df02
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoarmband: fix daily build without properties file 85/19185/1
Alexandru Avadanii [Mon, 22 Aug 2016 11:20:17 +0000 (13:20 +0200)]
armband: fix daily build without properties file

For the first time the daily build is ran, the properties file
for the latest ISO built is not present.

Change-Id: Ic744c779ddc670cc2b9bcea111d28fd97f76af67
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoMerge "Increase the disk in the infracloud vms"
Fatih Degirmenci [Mon, 22 Aug 2016 10:57:18 +0000 (10:57 +0000)]
Merge "Increase the disk in the infracloud vms"

7 years agoMerge "armband: make submodules-init before clean_cache"
Fatih Degirmenci [Mon, 22 Aug 2016 10:56:08 +0000 (10:56 +0000)]
Merge "armband: make submodules-init before clean_cache"

7 years agoIncrease the disk in the infracloud vms 75/19175/1
Yolanda Robla Mota [Mon, 22 Aug 2016 09:40:46 +0000 (11:40 +0200)]
Increase the disk in the infracloud vms

The 10g disk space is not enough to spin up some vms and test. With
default flavors, just a m1.small needs 20g of disk. Increasing to
100g of disk in each vm, so we can test with better conditions.

Change-Id: I7b273dc5881cb6af67b7852c1318ea739217602f
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
7 years agoadapt reporting 67/19167/1
Morgan Richomme [Mon, 22 Aug 2016 08:01:52 +0000 (10:01 +0200)]
adapt reporting

- no odl-SFC test reported to DB
- add link to scenario scoring wiki page
- add +x on executable python files

Change-Id: I6724408e3ed5d6a2ba78aff40d80d692c1e0780b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoarmband: make submodules-init before clean_cache 07/19107/1
Alexandru Avadanii [Sat, 20 Aug 2016 19:07:00 +0000 (22:07 +0300)]
armband: make submodules-init before clean_cache

Armband daily build is broken because clean_cache.sh
is not present in Armband repo before calling `make submodules-init`
(clean_cache.sh in Armband's ci dir is a softlink pointing to
clean_cache.sh in Fuel@OPNFV git submodule's ci dir).

Change-Id: I10cddd697c1bd624c5a13a4826e3a202acfbb7df
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoMerge "armband: print hostname information"
Fatih Degirmenci [Fri, 19 Aug 2016 19:48:47 +0000 (19:48 +0000)]
Merge "armband: print hostname information"

7 years agoMerge "Adjust bifrost node provisioning timeout and fix file permissions"
Fatih Degirmenci [Fri, 19 Aug 2016 19:44:40 +0000 (19:44 +0000)]
Merge "Adjust bifrost node provisioning timeout and fix file permissions"

7 years agoarmband: print hostname information 77/19077/3
Alexandru Avadanii [Fri, 19 Aug 2016 15:23:41 +0000 (17:23 +0200)]
armband: print hostname information

Change-Id: I41c785e8f5bb57fe56d8292a9a62dc0b1af70d21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoMerge "[JOID] Update Joid deploy script"
Fatih Degirmenci [Fri, 19 Aug 2016 19:43:28 +0000 (19:43 +0000)]
Merge "[JOID] Update Joid deploy script"

7 years agoMerge "[ZTE PODS]override fuel ip in functest and yardstick ci job"
Fatih Degirmenci [Fri, 19 Aug 2016 19:42:13 +0000 (19:42 +0000)]
Merge "[ZTE PODS]override fuel ip in functest and yardstick ci job"

7 years agoMerge "armband: project: inherit {installer}-defaults"
Fatih Degirmenci [Fri, 19 Aug 2016 16:06:10 +0000 (16:06 +0000)]
Merge "armband: project: inherit {installer}-defaults"

7 years agoApex: adds nosdn ovs dpdk scenario to daily 79/19079/1
Tim Rozet [Fri, 19 Aug 2016 15:30:00 +0000 (11:30 -0400)]
Apex: adds nosdn ovs dpdk scenario to daily

Change-Id: I14524233a88dc6937456da79cd435768bacecfc8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoMerge "joid: Create jobs for orange-pod1 and remove brahmaputra jobs"
Fatih Degirmenci [Fri, 19 Aug 2016 14:47:07 +0000 (14:47 +0000)]
Merge "joid: Create jobs for orange-pod1 and remove brahmaputra jobs"

7 years agojoid: Create jobs for orange-pod1 and remove brahmaputra jobs 61/19061/1
Fatih Degirmenci [Fri, 19 Aug 2016 14:11:27 +0000 (16:11 +0200)]
joid: Create jobs for orange-pod1 and remove brahmaputra jobs

Change-Id: I61b68a7db60193f5525de7151e43b7752e5dd604
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoFix apex spec directory 59/19059/1
Michael Chapman [Fri, 19 Aug 2016 14:07:03 +0000 (00:07 +1000)]
Fix apex spec directory

RPM Spec files now live in a subdirectory under build

Change-Id: Ifaba7c50b236843fa799ace8e464d0b2d4280eb9
Signed-off-by: Michael Chapman <woppin@gmail.com>
7 years agoarmband: project: inherit {installer}-defaults 71/18971/2
Alexandru Avadanii [Thu, 18 Aug 2016 14:44:58 +0000 (16:44 +0200)]
armband: project: inherit {installer}-defaults

While at it, also do the following:
- revert previous addition of "armband-defaults" in
  opnfv/installer-params.yml, no longer needed;
- remove Josep from failure mail recipient list, armband@enea.com
  is already forwarded to all of us;
- add CACHE_DIRECTORY variable for enabling build cache;

TODO (left for future rework):
- rename build and deploy jobs to include installer info, e.g.
  "armband-fuel-build-...", preparing for more installers;
- move "installer" parameter to fuel jobs only instead of having
  it as a global param;

Change-Id: I2e6cc43484576bd6569605a7c9e60f6fe64f435b
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
7 years agoIncrease the number of vcpus in testing 53/19053/1
Yolanda Robla Mota [Fri, 19 Aug 2016 11:37:41 +0000 (13:37 +0200)]
Increase the number of vcpus in testing

It defaults to 1 cpu, and that means that computes won't be able
to spin up any node because the number of cpus are exhausted.
Currently the playbook doesn't allow to individually set cpus,
so defaulting everything to 4 temporarily.

Change-Id: Ic6058b28f5d75a270e3897157ba034f804af8ab0
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
7 years agoMerge "[moon] should deploy moon on xenial"
Morgan Richomme [Fri, 19 Aug 2016 09:44:29 +0000 (09:44 +0000)]
Merge "[moon] should deploy moon on xenial"

7 years agoMerge "Added job for nosdn noha scenario and autorun it daily."
mei mei [Fri, 19 Aug 2016 08:43:50 +0000 (08:43 +0000)]
Merge "Added job for nosdn noha scenario and autorun it daily."

7 years ago[moon] should deploy moon on xenial 41/19041/1
meimei [Fri, 19 Aug 2016 08:33:50 +0000 (16:33 +0800)]
[moon] should deploy moon on xenial

Change-Id: Iaa56bc56e6a98813856634e77ce278e5e76ce234
Signed-off-by: meimei <meimei@huawei.com>
7 years agoAdjust bifrost node provisioning timeout and fix file permissions 27/19027/2
Fatih Degirmenci [Thu, 18 Aug 2016 16:52:51 +0000 (18:52 +0200)]
Adjust bifrost node provisioning timeout and fix file permissions

This change
- increases the node provisioning timeout to 1900 seconds since the original
timeout used by upstream bifrost (900 seconds) is not suited for provisioning
VMs with Ubuntu.
- fixes permissions of the scripts.
- removes .gitkeep.

This change is not upstreamed since bifrost uses cirros for test & development
purposes and it is probably not in their interest to have increased timeout.

Change-Id: I4b59a321fa26f8b5895ec577a19d10f5cdcace0f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years ago[ZTE PODS]override fuel ip in functest and yardstick ci job 77/18977/2
wu.zhihui [Thu, 18 Aug 2016 15:42:21 +0000 (23:42 +0800)]
[ZTE PODS]override fuel ip in functest and yardstick ci job

For all zte pods, the fuel ip is not 10.20.0.2 . It need to override.

Change-Id: Ib9533c28d9d03fdfc4804955de9eee7501453cd9
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
7 years agoMerge "Add initial playbooks and scripts for bifrost POCS"
Fatih Degirmenci [Thu, 18 Aug 2016 16:49:18 +0000 (16:49 +0000)]
Merge "Add initial playbooks and scripts for bifrost POCS"

7 years agoMerge "Jenkins connection script needs to be run from $jenkinshome"
Aric Gardner [Thu, 18 Aug 2016 13:03:59 +0000 (13:03 +0000)]
Merge "Jenkins connection script needs to be run from $jenkinshome"

7 years agoMerge "For criteria of CII Best Practicess Badge"
Aric Gardner [Thu, 18 Aug 2016 13:03:41 +0000 (13:03 +0000)]
Merge "For criteria of CII Best Practicess Badge"

7 years agoMerge "Switch MD5SUM for SHA512SUM"
Aric Gardner [Thu, 18 Aug 2016 13:03:14 +0000 (13:03 +0000)]
Merge "Switch MD5SUM for SHA512SUM"

7 years agoAdded job for nosdn noha scenario and autorun it daily. 57/18957/1
Narinder Gupta [Thu, 18 Aug 2016 12:41:55 +0000 (07:41 -0500)]
Added job for nosdn noha scenario and autorun it daily.

This patch will enable the job for nosdn noha scenario and marked
as auto build for that scenario. Currently I am running this
scenario and its passing. But no subsequent daily runs are
happening. This patch will fix this.

Change-Id: I7246e04458ec3e809a9bc4b76ceffb6d4c8742aa
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>