[JIRA] (OVIRT-612) Support to FTP files for Kimchi Project

2016-07-28 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19036#comment-19036
 ] 

eyal edri [Administrator] commented on OVIRT-612:
-

Hey, 
Did you got a chance to read on the standard CI ? do you need help in adding 
the 1st job?

> Support to FTP files for Kimchi Project
> ---
>
> Key: OVIRT-612
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-612
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Paulo Ricardo Paz Vital
>Assignee: infra
>
> Hello,
> Kimchi is a sub-project of oVirt and we are planning to make available to 
> users
> simple qcow2 image files of Fedora 23, OpenSUSE 42.1 and Ubuntu 16.04 with 
> Kimchi installed in there.
> We need support to store the files and make them available to download, in a
> service like FTP. Since Kimchi mailing lists already use oVirt infrastructure,
> I'd like to know if it's possible to be supported by oVirt and how to do that.
> Thanks and best regards, Paulo.
> --
> Paulo Ricardo Paz Vital
> Linux Technology Center, IBM Systems
> http://www.ibm.com/linux/ltc/



--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-656) check gerrit hook MODIFIED - why status moved when we had a newer branch

2016-07-27 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-656:
---

 Summary: check gerrit hook MODIFIED - why status moved when we had 
a newer branch
 Key: OVIRT-656
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-656
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: eyal edri [Administrator]
Assignee: infra


Bug https://bugzilla.redhat.com/show_bug.cgi?id=1350861 shouldn't have moved to 
MODIFIED since there is a newer branch - ovirt-engine-4.0.2 while the patch was 
on ovirt-engine-4.0.



--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-662) fix race between jobs on CI check patch jobs

2016-07-28 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-662:
---

 Summary: fix race between jobs on CI check patch jobs
 Key: OVIRT-662
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-662
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: eyal edri [Administrator]
Assignee: infra


Today we have some projects with an additional job that runs other than 
check-patch.sh, which causes a race that can result in -1 being overridden if 
the output from another successful job is returned after the -1. 





--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-661) test

2016-07-27 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-661:
---

 Summary: test
 Key: OVIRT-661
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-661
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra


test

-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-660) Re: Please create an SLA team group in gerrit

2016-07-27 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-660:
---

 Summary: Re: Please create an SLA team group in gerrit
 Key: OVIRT-660
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-660
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra


sending email to infra-support to open a ticket.

On Wed, Jul 27, 2016 at 4:26 PM, Roy Golan  wrote:

> dear infra,
>
> It will be very helpful to have an SLA team setup for quick add in review.
> Can you help? (I will supply the members if needed)
>
> \R
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-651) fix deploy.sh script on resources.ovirt.org to deploy ovirt-release rpm

2016-07-25 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-651:
---

 Summary: fix deploy.sh script on resources.ovirt.org to deploy 
ovirt-release rpm
 Key: OVIRT-651
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-651
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: eyal edri [Administrator]
Assignee: infra
Priority: Highest


Currently the deploy to experimental uses a deploy.sh script under:
resources.ovirt.org:/home/deploy-ovirt-experimental/ dir which is triggered
by the deploy job [1] (for master in this case, but applies to all versions).

The current code [2] doesn't work for non versioned RPMs like ovirt-release [3] 
and fails on [4].

repoman knows already how to handle this and [~sbonazo...@redhat.com] used it 
on another flow.

The relevant params in the conf is:
store.RPMStore.to_all_distros=ovirt-release*

the param: on_wrong_distro with 'fail' as default value might also be related, 
and should probably have 'copy_to_all' value.

See [5] for full doc on repoman. 

This is currently blocking from NG & Appliance to use the tested repo since 
they need the 'ovirt-release' rpm to work and its not deployed to experimental 
due to this.

Also, once this is working we can probably drop the old publish artifacts jobs 
and use the experimental repo instead (we'll rename it to snapshot after 
softlinking the nightlies repos for a test period)

[1] http://jenkins.ovirt.org/job/deploy-to-ovirt_experimental_master
[2] repoman \
--verbose \
--temp-dir generate-in-repo \
--option main.allowed_repo_paths=/srv/resources/repos/ovirt/experimental \
--create-latest-repo \
'/srv/resources/repos/ovirt/experimental' \
add conf:stdin
[3] 
http://jenkins.ovirt.org/job/ovirt-release_master_build-artifacts-el7-x86_64/
[4]  
http://jenkins.ovirt.org/job/deploy-to-ovirt_experimental_master/1265/console
2016-07-25 05:32:03,693::INFO::repoman.cmd.do_add:353::
2016-07-25 05:32:03,693::INFO::repoman.common.stores.RPM._save:269::Saving new 
added rpms into 
/srv/resources/repos/ovirt/experimental/master/ovirt-release_el7_75
Traceback (most recent call last):
  File "/usr/bin/repoman", line 10, in 
sys.exit(main())
  File "/usr/lib/python2.7/site-packages/repoman/cmd.py", line 455, in main
exit_code = do_add(args, config, repo)
  File "/usr/lib/python2.7/site-packages/repoman/cmd.py", line 355, in do_add
repo.save()
  File "/usr/lib/python2.7/site-packages/repoman/common/repo.py", line 42, in 
_func
return func(self, *args, **kwargs)
  File "/usr/lib/python2.7/site-packages/repoman/common/repo.py", line 201, in 
save
store.save()
  File 
"/usr/lib/python2.7/site-packages/repoman/common/stores/RPM/__init__.py", line 
261, in save
self._save(**args)
  File 
"/usr/lib/python2.7/site-packages/repoman/common/stores/RPM/__init__.py", line 
280, in _save
'No distros found in the repo and no packages with '
Exception: No distros found in the repo and no packages with any distros added.

[5] http://repoman.readthedocs.io/




--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-663) add ppc64le arch builds for oVirt projects

2016-07-31 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-663:

Status: In Progress  (was: To Do)

https://gerrit.ovirt.org/#/c/61629/ - support to build VDSM per arch - verified 
to be running the correct jobs on each slave per arch, but mock fails and 
requires adding support for more arch,

handled in this patch:
https://gerrit.ovirt.org/#/c/61735/

> add ppc64le arch builds for oVirt projects
> --
>
> Key: OVIRT-663
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-663
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> now that we have a ppc64le slaves in jenkins we can start building pkg for it 
> and deploy it to resources.ovirt.org.
> this ticket will track all pkg progress:
> # qemu-kvm - currently pending gluster builds for ppc64le, ETA - next week
> # vdsm 
> # ioprocess
> [~danken][~from...@redhat.com] anything else that is not noarch which we need 
> to build?



--
This message was sent by Atlassian JIRA
(v1000.184.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-678) Re: please remove the following jenkins jobs

2016-08-10 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19316#comment-19316
 ] 

eyal edri [Administrator] commented on OVIRT-678:
-

The ppc64le job actually is pending a VDSM fix [1], once the missing repo is 
provided the job should work.
I'm sorry, but its not possible to have a constant failure on vdsm el7 - the 
whole system test flow is based on el7 and we can't afford to have it broken.
Please provide info on what is causing the failures so we can work to fix it 
ASAP.
 

[1] https://gerrit.ovirt.org/#/c/62123/

> Re: please remove the following jenkins jobs
> 
>
> Key: OVIRT-678
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-678
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> On Wed, Aug 10, 2016 at 3:41 PM, Irit Goihman  wrote:
> > Hi,
> > jobs vdsm_master_build-artifacts-el7-ppc64le and 
> > vdsm_master_check-merged-el7-x86_64
> > keep failing. They were created recently and should be removed.
> >
> The ppc64le should be fixed, not removed.
> We want ppc64le builds now that we have ppc64le slaves.
> The check-merged for el7 is your call, fine for me if you want to remove.
> Just weird since el7 is our main target.
> >
> > Thanks
> >
> > --
> > Irit Goihman
> > Software Engineer
> > Red Hat Israel Ltd.
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.217.2#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-669) Please add Gerrit hooks for project ovirt-engine-dashboard

2016-08-02 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19101#comment-19101
 ] 

eyal edri [Administrator] commented on OVIRT-669:
-

All requested hooks were deployed:

/home/gerrit2/review_site/git/ovirt-engine-dashboard.git/hooks

lrwxrwxrwx. 1 gerrit2 gerrit2 14 Aug  2 09:26
change-abandoned.update_tracker -> update_tracker
lrwxrwxrwx. 1 gerrit2 gerrit2 14 Aug  2 09:25 change-merged.update_tracker
-> update_tracker
lrwxrwxrwx. 1 gerrit2 gerrit2 82 Aug  2 09:26
comment-added.propagate_review_values ->
/home/gerrit2/review_site/hooks/custom_hooks/comment-added.propagate_review_values
lrwxrwxrwx. 1 gerrit2 gerrit2 14 Aug  2 09:25
patchset-created.update_tracker -> update_tracker
lrwxrwxrwx. 1 gerrit2 gerrit2 59 Aug  2 09:25 update_tracker ->
/home/gerrit2/review_site/hooks/custom_hooks/update_tracker

Please check and let us know if all works well.
Also, if you want more hooks like change status or verify bug-url its also
possible to add.



On Mon, Aug 1, 2016 at 10:27 PM, Vojtech Szocs (oVirt JIRA) <



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)


> Please add Gerrit hooks for project ovirt-engine-dashboard
> --
>
> Key: OVIRT-669
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-669
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Vojtech Szocs
>Assignee: infra
>
> For project ovirt-engine-dashboard, please add following Gerrit hooks:
> - patchset-created.update_tracker
> - change-merged.update_tracker
> - change-abandoned.update_tracker
> - comment-added.propagate_review_values
> http://infra-docs.readthedocs.io/en/latest/CI/Gerrit_Hooks.html
> Thanks!
> Vojtech



--
This message was sent by Atlassian JIRA
(v1000.203.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-671) Gerrit - Session expiring every 5 minutes

2016-08-03 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-671:
---

Assignee: Anton Marchukov  (was: infra)

Anton, can you look into this?

> Gerrit - Session expiring every 5 minutes
> -
>
> Key: OVIRT-671
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-671
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: Anton Marchukov
>
> Hi, this week I'm seeing:
> Code Review - Session Expired
> Session Expired
> You are no longer signed in to Gerrit Code Review.
> To continue, please sign-in again.
> Every 5-10 minutes.
> Can you please check gerrit config?
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-265) [gerrit] install new plugins

2016-08-03 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-265:
---

Assignee: Shlomo Ben David  (was: infra)

> [gerrit] install new plugins
> 
>
> Key: OVIRT-265
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-265
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: General
>Affects Versions: Test
>Reporter: eyal edri [Administrator]
>Assignee: Shlomo Ben David
>
> https://gerrit.googlesource.com/plugins/codenvy/ \\- edit inline code review
> https://gerrit.googlesource.com/plugins/gitblit/ \\- test if this worth it
> https://gerrit.googlesource.com/plugins/healthcheck/
> https://gerrit.googlesource.com/plugins/its-jira/
> https://gerrit.googlesource.com/plugins/its-bugzilla/
> https://gerrit.googlesource.com/plugins/reviewers-by-blame/
> https://gerrit.googlesource.com/plugins/uploadvalidator/ \\- from 2.9



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-627) add per patch testing flow to experimental to ovirt-engine

2016-08-03 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-627:

Summary: add per patch testing flow to experimental to ovirt-engine  (was: 
add manual testing flow to experimental)

> add per patch testing flow to experimental to ovirt-engine
> --
>
> Key: OVIRT-627
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-627
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Today, we can test a patch per project on each of the ovirt versions using 
> experimanal flow
> i,e:
> run build_artifacts with a patch -> deploy to experimental -> run test job
> this is problematic since it actually deploys the build with the patch to the 
> experimental repo which should only contain built pkg that are merged.
> We need to either close the flow or add param to the build artifacts that 
> says 'create temp repo/test repo' so the built rpm won't be part of the 
> official tested repo and the link to latest_tested won't be updated if this 
> option is triggered.



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-627) add per patch testing flow to experimental to ovirt-engine

2016-08-03 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19205#comment-19205
 ] 

eyal edri [Administrator] commented on OVIRT-627:
-

Instead of adding a manual job, we just need to clone the current 
build-artifacts flow with the deploy script and experimental test job.

the build artifacts can be lighter and not include all permutations. 

> add per patch testing flow to experimental to ovirt-engine
> --
>
> Key: OVIRT-627
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-627
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Today, we can test a patch per project on each of the ovirt versions using 
> experimanal flow
> i,e:
> run build_artifacts with a patch -> deploy to experimental -> run test job
> this is problematic since it actually deploys the build with the patch to the 
> experimental repo which should only contain built pkg that are merged.
> We need to either close the flow or add param to the build artifacts that 
> says 'create temp repo/test repo' so the built rpm won't be part of the 
> official tested repo and the link to latest_tested won't be updated if this 
> option is triggered.



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-668) ovirt-engine-nodejs-modules errors

2016-08-03 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19201#comment-19201
 ] 

eyal edri [Administrator] commented on OVIRT-668:
-

since we found out its a limitation of rpmbuild i don't think there is anything 
left for infra to do right?

we can close this ticket?

> ovirt-engine-nodejs-modules errors
> --
>
> Key: OVIRT-668
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-668
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> *Hi, looks like something happened during a build:
> **http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_4.0_create-rpms-el7-x86_64_created/8/console
> *
> *00:08:50.299* + exit 0*00:18:36.484* Provides:
> ovirt-engine-nodejs-modules = 0.0.10-1.el7
> ovirt-engine-nodejs-modules(x86-64) = 0.0.10-1.el7*00:18:36.484*
> Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1*00:18:36.485* Requires:
> /bin/bash /bin/sh /usr/bin/env ld-linux-x86-64.so.2()(64bit)
> ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit)
> libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.2.5)(64bit)
> libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit)
> libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit)
> libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit)
> libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit)
> libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit)
> libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit)
> libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit)
> libpthread.so.0(GLIBC_2.2.5)(64bit)
> libpthread.so.0(GLIBC_2.3.2)(64bit)
> libpthread.so.0(GLIBC_2.3.3)(64bit) librt.so.1()(64bit)
> librt.so.1(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit)
> libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit)
> libstdc++.so.6(GLIBCXX_3.4)(64bit)
> libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
> libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libz.so.1()(64bit)
> libz.so.1(ZLIB_1.2.0)(64bit)*00:18:36.515* Checking for unpackaged
> file(s): /usr/lib/rpm/check-files
> /builddir/rpmbuild/BUILDROOT/ovirt-engine-nodejs-modules-0.0.10-1.el7.x86_64*00:18:40.184*
> Wrote: 
> /tmp/ovirt-engine-nodejs-modules/ovirt-engine-nodejs-modules-0.0.10-1.el7.src.rpm*00:18:40.185*
> error: Unable to create immutable header region.
> Note it got stuck for 10 minutes and then failed with an error that seems
> infra releated.
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-612) Support to FTP files for Kimchi Project

2016-08-11 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19408#comment-19408
 ] 

eyal edri [Administrator] commented on OVIRT-612:
-

[~snaft...@redhat.com] can you help Paulo on the basics on how to submit a 
patch to gerrit.ovirt.org to the jenkins repo?

> Support to FTP files for Kimchi Project
> ---
>
> Key: OVIRT-612
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-612
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Paulo Ricardo Paz Vital
>Assignee: infra
>
> Hello,
> Kimchi is a sub-project of oVirt and we are planning to make available to 
> users
> simple qcow2 image files of Fedora 23, OpenSUSE 42.1 and Ubuntu 16.04 with 
> Kimchi installed in there.
> We need support to store the files and make them available to download, in a
> service like FTP. Since Kimchi mailing lists already use oVirt infrastructure,
> I'd like to know if it's possible to be supported by oVirt and how to do that.
> Thanks and best regards, Paulo.
> --
> Paulo Ricardo Paz Vital
> Linux Technology Center, IBM Systems
> http://www.ibm.com/linux/ltc/



--
This message was sent by Atlassian JIRA
(v1000.217.2#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-682) Improve CI logging - check if its possible to include mock errors in console output

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-682:
---

 Summary: Improve CI logging - check if its possible to include 
mock errors in console output
 Key: OVIRT-682
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-682
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra


On Fri, Aug 12, 2016 at 8:08 PM, Nir Soffer  wrote:

> Hi all,
>
> Lately vdsm builds are failing in the install packages stage with
> this unhelpful error:
>
> 13:59:42 INFO: installing package(s): autoconf automake gdb ...
> 13:59:53 ERROR: Command failed. See logs for output.
>
> I downloaded the logs.tgz file from
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc24-
> x86_64/1154/artifact/exported-artifacts/logs.tgz
>
> And indeed in /./vdsm/logs/mocker-fedora-24-x86_64.fc24.install_packages/
> root.log
> I found found this error:
>
> DEBUG util.py:421:  Error: Package:
> python-ioprocess-0.17.0-1.201608111609.gitbd272f2.fc24.noarch
> (ovirt-snapshot)
> DEBUG util.py:421: Requires: ioprocess =
> 0.17.0-1.201608111609.gitbd272f2.fc24
> DEBUG util.py:421: Available:
> ioprocess-0.15.1-1.fc24.x86_64 (fedora)
> DEBUG util.py:421: ioprocess = 0.15.1-1.fc24
> DEBUG util.py:421: Available:
> ioprocess-0.16.1-1.fc24.x86_64 (updates)
> DEBUG util.py:421: ioprocess = 0.16.1-1.fc24
> DEBUG util.py:421: Available:
> ioprocess-0.17.0-1.201607121058.gitbd272f2.fc24.x86_64
> (ovirt-snapshot)
> DEBUG util.py:421: ioprocess =
> 0.17.0-1.201607121058.gitbd272f2.fc24
> DEBUG util.py:421: Available:
> ioprocess-0.17.0-1.20160829.gitbd272f2.fc24.x86_64
> (ovirt-snapshot)
> DEBUG util.py:421: ioprocess =
> 0.17.0-1.20160829.gitbd272f2.fc24
>
> So we have 2 issues here:
>
> 1. We need *all* errors in the console
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc24-
> x86_64/1154/console


Not sure its possible or easy to do, these errors usually come from mock
and are not relevant to the code running on the console.
I've cc'd infra-support and updated topic to track it and check our options.
Going foward, we might want to install a log collector like logstash and
then searching errors there should be much easier.


>
>
> 2. Someone need to fix the ovirt-snapshot repository - it should have
> the missing ioprocess
> package.
> Maybe the project xml is not correct?
>
> Nir
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-675) ci-tools repo does not support RHEL7

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-675:

Epic Link: OVIRT-411

> ci-tools repo does not support RHEL7
> 
>
> Key: OVIRT-675
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-675
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Repositories Mgmt
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>
> The ci-tools repo does not work with RHEL7. 
> Our puppet manifests set it up the following way:
> baseurl=http://resources.ovirt.org/repos/ci-tools/EL/$releasever
> On RHEL7 this results in:
> http://resources.ovirt.org/repos/ci-tools/EL/7Server/
> which does not exist.
> Can we create a symlink 7Server -> 7 to make it work? It looks like a similar 
> config ins in place for RHEL6.
> The current ci-tools puppet manifest is here:
> https://gerrit.ovirt.org/gitweb?p=infra-puppet.git;a=blob;f=site/ovirt_base/manifests/ci_tools_repo.pp;h=1d36c79f4dc891ee71ceecf05ed733a0f85ef613;hb=refs/heads/production



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-681) [URGENT] boolean parameters not passed anymore to jenkins jobs

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19505#comment-19505
 ] 

eyal edri [Administrator] commented on OVIRT-681:
-

Can we get rid of the matrix plugin and move to use normal jobs,
should be easy with YAML and don't need the complexity of matrix jobs...

On Sun, Aug 14, 2016 at 10:39 AM, Gil Shinar (oVirt JIRA) <



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)


> [URGENT] boolean parameters not passed anymore to jenkins jobs
> --
>
> Key: OVIRT-681
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-681
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: image.png
>
>
> Hi,
> looks like repository closure jobs are not working anymore because the
> boolean parameters are not passed anymore to the job environment.
> Can you please check why this happens?
> See for example
> http://jenkins.ovirt.org/user/sbonazzo/my-views/view/Repo%20status/job/repos_4.0_check-closure_merged/86/DISTRIBUTION=centos7/console
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-663) add ppc64le arch builds for oVirt projects

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-663:

Blocked By: centos bugs
Status: Blocked  (was: In Progress)

Pending centos tickets to allow build vdsm ppc64le, ioprocess was already built 
and deployed.

our patches:
https://gerrit.ovirt.org/#/c/62123/5
https://gerrit.ovirt.org/#/c/61629/

centos bugs:
https://bugs.centos.org/view.php?id=11304
https://bugs.centos.org/view.php?id=11222
https://bugs.centos.org/view.php?id=11279



> add ppc64le arch builds for oVirt projects
> --
>
> Key: OVIRT-663
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-663
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> now that we have a ppc64le slaves in jenkins we can start building pkg for it 
> and deploy it to resources.ovirt.org.
> this ticket will track all pkg progress:
> # qemu-kvm - currently pending gluster builds for ppc64le, ETA - next week
> # vdsm 
> # ioprocess
> [~danken][~from...@redhat.com] anything else that is not noarch which we need 
> to build?



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-684) dev permissions

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-684:

Blocked By: pending user reply
Status: Blocked  (was: To Do)

> dev permissions
> ---
>
> Key: OVIRT-684
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-684
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Liron Aravot
>Assignee: infra
>
> Hi,
> I need dev permissions for "laravot" to be able to trigger manually.
> "laravot is missing the Gerrit/ManualTrigger permission"
> thanks.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-683) [gerrit hooks] bug status shouldn't move to MODIFIED if on master branch

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-683:
---

 Summary: [gerrit hooks] bug status shouldn't move to MODIFIED if 
on master branch
 Key: OVIRT-683
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-683
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: eyal edri [Administrator]
Assignee: infra


consider master branch also in the logic for moving to MODIFIED state,
suggested patch: https://gerrit.ovirt.org/#/c/61073/



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-683) [gerrit hooks] bug status shouldn't move to MODIFIED if on master branch

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-683:

Epic Link: OVIRT-411

> [gerrit hooks] bug status shouldn't move to MODIFIED if on master branch
> 
>
> Key: OVIRT-683
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-683
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> consider master branch also in the logic for moving to MODIFIED state,
> suggested patch: https://gerrit.ovirt.org/#/c/61073/



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-682) Improve CI logging - check if its possible to include mock errors in console output

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-682:

Epic Link: OVIRT-400

> Improve CI logging - check if its possible to include mock errors in console 
> output
> ---
>
> Key: OVIRT-682
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-682
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> On Fri, Aug 12, 2016 at 8:08 PM, Nir Soffer  wrote:
> > Hi all,
> >
> > Lately vdsm builds are failing in the install packages stage with
> > this unhelpful error:
> >
> > 13:59:42 INFO: installing package(s): autoconf automake gdb ...
> > 13:59:53 ERROR: Command failed. See logs for output.
> >
> > I downloaded the logs.tgz file from
> > http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc24-
> > x86_64/1154/artifact/exported-artifacts/logs.tgz
> >
> > And indeed in /./vdsm/logs/mocker-fedora-24-x86_64.fc24.install_packages/
> > root.log
> > I found found this error:
> >
> > DEBUG util.py:421:  Error: Package:
> > python-ioprocess-0.17.0-1.201608111609.gitbd272f2.fc24.noarch
> > (ovirt-snapshot)
> > DEBUG util.py:421: Requires: ioprocess =
> > 0.17.0-1.201608111609.gitbd272f2.fc24
> > DEBUG util.py:421: Available:
> > ioprocess-0.15.1-1.fc24.x86_64 (fedora)
> > DEBUG util.py:421: ioprocess = 0.15.1-1.fc24
> > DEBUG util.py:421: Available:
> > ioprocess-0.16.1-1.fc24.x86_64 (updates)
> > DEBUG util.py:421: ioprocess = 0.16.1-1.fc24
> > DEBUG util.py:421: Available:
> > ioprocess-0.17.0-1.201607121058.gitbd272f2.fc24.x86_64
> > (ovirt-snapshot)
> > DEBUG util.py:421: ioprocess =
> > 0.17.0-1.201607121058.gitbd272f2.fc24
> > DEBUG util.py:421: Available:
> > ioprocess-0.17.0-1.20160829.gitbd272f2.fc24.x86_64
> > (ovirt-snapshot)
> > DEBUG util.py:421: ioprocess =
> > 0.17.0-1.20160829.gitbd272f2.fc24
> >
> > So we have 2 issues here:
> >
> > 1. We need *all* errors in the console
> > http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc24-
> > x86_64/1154/console
> Not sure its possible or easy to do, these errors usually come from mock
> and are not relevant to the code running on the console.
> I've cc'd infra-support and updated topic to track it and check our options.
> Going foward, we might want to install a log collector like logstash and
> then searching errors there should be much easier.
> >
> >
> > 2. Someone need to fix the ovirt-snapshot repository - it should have
> > the missing ioprocess
> > package.
> > Maybe the project xml is not correct?
> >
> > Nir
> >
> -- 
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-678) Re: please remove the following jenkins jobs

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-678:

External issue ID: https://bugs.centos.org/view.php?id=11304
   Blocked By: pending missing builds for ppc64
   Status: Blocked  (was: To Do)

Once we merge https://gerrit.ovirt.org/#/c/62123/5 and 
https://gerrit.ovirt.org/#/c/61629/ the ppc64le jobs should work.

If there are other jobs failing, please report.

> Re: please remove the following jenkins jobs
> 
>
> Key: OVIRT-678
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-678
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> On Wed, Aug 10, 2016 at 3:41 PM, Irit Goihman  wrote:
> > Hi,
> > jobs vdsm_master_build-artifacts-el7-ppc64le and 
> > vdsm_master_check-merged-el7-x86_64
> > keep failing. They were created recently and should be removed.
> >
> The ppc64le should be fixed, not removed.
> We want ppc64le builds now that we have ppc64le slaves.
> The check-merged for el7 is your call, fine for me if you want to remove.
> Just weird since el7 is our main target.
> >
> > Thanks
> >
> > --
> > Irit Goihman
> > Software Engineer
> > Red Hat Israel Ltd.
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-681) [URGENT] boolean parameters not passed anymore to jenkins jobs

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19508#comment-19508
 ] 

eyal edri [Administrator] commented on OVIRT-681:
-

So can we close this as duplicate? 

> [URGENT] boolean parameters not passed anymore to jenkins jobs
> --
>
> Key: OVIRT-681
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-681
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: image.png
>
>
> Hi,
> looks like repository closure jobs are not working anymore because the
> boolean parameters are not passed anymore to the job environment.
> Can you please check why this happens?
> See for example
> http://jenkins.ovirt.org/user/sbonazzo/my-views/view/Repo%20status/job/repos_4.0_check-closure_merged/86/DISTRIBUTION=centos7/console
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-684) dev permissions

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19515#comment-19515
 ] 

eyal edri [Administrator] commented on OVIRT-684:
-

added you the dev role, please try now

> dev permissions
> ---
>
> Key: OVIRT-684
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-684
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Liron Aravot
>Assignee: infra
>
> Hi,
> I need dev permissions for "laravot" to be able to trigger manually.
> "laravot is missing the Gerrit/ManualTrigger permission"
> thanks.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-684) dev permissions

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-684:

Resolution: Fixed
Status: Done  (was: Blocked)

please open if you still require more permissions

> dev permissions
> ---
>
> Key: OVIRT-684
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-684
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Liron Aravot
>Assignee: infra
>
> Hi,
> I need dev permissions for "laravot" to be able to trigger manually.
> "laravot is missing the Gerrit/ManualTrigger permission"
> thanks.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-416) [standard-ci] build-artifacts should reuse the artifacts built on check-merged if any

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19520#comment-19520
 ] 

eyal edri [Administrator] commented on OVIRT-416:
-

OK,
looking at the code it seems check-merged is running a draft build:

# create the rpms
rpmbuild \
-D "_rpmdir $PWD/output" \
-D "_topmdir $PWD/rpmbuild" \
-D "release_suffix ${SUFFIX}" \
-D "ovirt_build_ut $BUILD_UT" \
-D "ovirt_build_extra_flags $EXTRA_BUILD_FLAGS" \
-D "ovirt_build_draft 1" \
--rebuild output/*.src.rpm

while build artifacts is running full blown matrix:

# create the rpms
rpmbuild \
-D "_rpmdir $PWD/output" \
-D "_topmdir $PWD/rpmbuild" \
-D "release_suffix ${SUFFIX}" \
-D "ovirt_build_ut $BUILD_UT" \
-D "ovirt_build_extra_flags $EXTRA_BUILD_FLAGS" \
--rebuild output/*.src.rpm

and currently running 27(!) permutations.

So the question is, can we reduce this to 1-2 permutations? if this is just 
going to nightly / hourly repo then we don't need all these permutations and 
we'll enjoy a much faster verification on the experimental flow which collects 
artifacts from build-artifacts jobs.

We are now adding the 'build official manual' option to standard CI, so we can 
keep the 27 permutations there for official builds. 

I believe this will reduce dramatically the CI flow runtime and will give us 
much faster feedback on failures.

Also, it will simplify the move to running experimental flow per patch as the 
full run-time will be significantly lower.




> [standard-ci] build-artifacts should reuse the artifacts built on 
> check-merged if any
> -
>
> Key: OVIRT-416
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-416
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: David Caro Estevez
>Assignee: infra
>
> Right now most projects just rebuild twice the artifacts, what for some means 
> a big waste of resources, if we could just reuse what was built previously 
> there would be no rebuilding.
> Something to take into account is that the distributions that check-merged 
> and build-artifacts run for might not match, so you can be running 
> check-merged only on fc23 but building artifacts for fc23, fc22 an el7 (as an 
> example), maybe we should not allow different distros on each stage?|



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-678) vdsm check-merge jobs doesn't work for el7

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-678:

Summary: vdsm check-merge jobs doesn't work for el7  (was: Re: please 
remove the following jenkins jobs)

> vdsm check-merge jobs doesn't work for el7
> --
>
> Key: OVIRT-678
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-678
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> On Wed, Aug 10, 2016 at 3:41 PM, Irit Goihman  wrote:
> > Hi,
> > jobs vdsm_master_build-artifacts-el7-ppc64le and 
> > vdsm_master_check-merged-el7-x86_64
> > keep failing. They were created recently and should be removed.
> >
> The ppc64le should be fixed, not removed.
> We want ppc64le builds now that we have ppc64le slaves.
> The check-merged for el7 is your call, fine for me if you want to remove.
> Just weird since el7 is our main target.
> >
> > Thanks
> >
> > --
> > Irit Goihman
> > Software Engineer
> > Red Hat Israel Ltd.
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-678) vdsm check-merge jobs doesn't work for el7

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19518#comment-19518
 ] 

eyal edri [Administrator] commented on OVIRT-678:
-

I understand you want to remove the el7 job for master, the question is why?

If we want to fix it, I suggest to keep it or at least disable it, otherwise 
we'll just forget about it.

if its only check-merged then it doesn't give -1 on patches and its not 
blocking patches.

also, if there is something the infra team can do to help with fixing el7 
please let us know

> vdsm check-merge jobs doesn't work for el7
> --
>
> Key: OVIRT-678
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-678
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> On Wed, Aug 10, 2016 at 3:41 PM, Irit Goihman  wrote:
> > Hi,
> > jobs vdsm_master_build-artifacts-el7-ppc64le and 
> > vdsm_master_check-merged-el7-x86_64
> > keep failing. They were created recently and should be removed.
> >
> The ppc64le should be fixed, not removed.
> We want ppc64le builds now that we have ppc64le slaves.
> The check-merged for el7 is your call, fine for me if you want to remove.
> Just weird since el7 is our main target.
> >
> > Thanks
> >
> > --
> > Irit Goihman
> > Software Engineer
> > Red Hat Israel Ltd.
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-685) Add Ubunto slaves to CI

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-685:

Epic Link: OVIRT-400

> Add Ubunto slaves to CI
> ---
>
> Key: OVIRT-685
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-685
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> We are looking into building Lago on Ubunto, so we'll need some slaves to do 
> it.
> not sure yet about puppet classes, we might need to do some changes to 
> support it.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-685) Add Ubunto slaves to CI

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-685:
---

 Summary: Add Ubunto slaves to CI
 Key: OVIRT-685
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-685
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: eyal edri [Administrator]
Assignee: infra


We are looking into building Lago on Ubunto, so we'll need some slaves to do it.
not sure yet about puppet classes, we might need to do some changes to support 
it.





--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-562) find a way not to fail CI jobs if git clone fails

2016-08-14 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-562:

Priority: Low  (was: Medium)

lowering priority since we don't hit this issue anymore upgrade gerrit upgrade.

> find a way not to fail CI jobs if git clone fails
> -
>
> Key: OVIRT-562
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-562
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: eyal edri [Administrator]
>Assignee: infra
>Priority: Low
>
> We need to find away to tell gerrit trigger plugin not to put -1 if git clone 
> fails (obviously an infra issue)



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-686) Find a better way to show unstable status in CI

2016-08-15 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-686:
---

 Summary: Find a better way to show unstable status in CI
 Key: OVIRT-686
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-686
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
Reporter: eyal edri [Administrator]
Assignee: infra


Today we have the main view on jenkins.ovirt.org showing the unstable list of 
jobs,
While its effective in showing the current stable jobs, its not optimal in 
showing trends, history or dashboard view of the jenkins itself.

We need to find a jenkins plugin or a dashboard to show the current status of 
Jenkins in a more efficient and informative way.

There are numerous dashboards and view plugins, just need to find the right one 
for oVirt.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-686) Find a better way to show unstable status in CI

2016-08-15 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-686:

Epic Link: OVIRT-400

> Find a better way to show unstable status in CI
> ---
>
> Key: OVIRT-686
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-686
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Today we have the main view on jenkins.ovirt.org showing the unstable list of 
> jobs,
> While its effective in showing the current stable jobs, its not optimal in 
> showing trends, history or dashboard view of the jenkins itself.
> We need to find a jenkins plugin or a dashboard to show the current status of 
> Jenkins in a more efficient and informative way.
> There are numerous dashboards and view plugins, just need to find the right 
> one for oVirt.



--
This message was sent by Atlassian JIRA
(v1000.245.0#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-466) gerrit.ovirt.org - try to tweak performance

2016-07-12 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-466:

Resolution: Fixed
Status: Done  (was: To Do)

we ended up migrating the gerrit instance on amazon to a bigger and stronger 
env,
with 30GB, 8 cores and more network, so performance in overall is much better 
now.

> gerrit.ovirt.org - try to tweak performance
> ---
>
> Key: OVIRT-466
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-466
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>  Components: Gerrit/git
>Reporter: Nadav Goldin
>Assignee: infra
>Priority: Lowest
>  Labels: gerrit
>
> [http://de.slideshare.net/JohannesNicolai1/gerrit-performance-tuning-talk-at-google-summit]
> in the slide above(given at 01/2016), there are some tips on how to improve 
> gerrit performance, mainly with different threads configurations(sshd) and 
> JVM heap size.
> in a time gerrit isn't over-loaded, an attempt to tweak the performances can 
> be made.



--
This message was sent by Atlassian JIRA
(v1000.141.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-453) Gerrit: Issue 3885: Failed to index change

2016-07-12 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18405#comment-18405
 ] 

eyal edri [Administrator] commented on OVIRT-453:
-

Fixed in 2.13
So we'll take it on the next gerrit upgrade

> Gerrit: Issue 3885:   Failed to index change
> --
>
> Key: OVIRT-453
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-453
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Its an open issue [1] in Gerrit, but still no fix available.
> We'll track it and see if there is a pending fix, cc'ing infra-support to
> open a ticket to track this.
> [1]
> https://code.google.com/p/gerrit/issues/detail?can=2=0=100==ID%20Type%20Stars%20Milestone%20Status%20Priority%20Owner%20Summary===3885
> On Sun, Mar 27, 2016 at 7:03 AM, Nadav Goldin  wrote:
> > Hi,
> > gerrit started throwing weird errors this morning, such as:
> >
> >> internal server error: com.google.gerrit.server.git.UpdateException:
> >> java.io.IOException: java.util.concurrent.ExecutionException:
> >> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed)
> >>
> >
> > restarting it now.
> >
> >
> > Nadav.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Eyal Edri
> Associate Manager
> RHEV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.141.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-453) Gerrit: Issue 3885: Failed to index change

2016-07-12 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-453:
---

Assignee: Shlomo Ben David  (was: infra)

> Gerrit: Issue 3885:   Failed to index change
> --
>
> Key: OVIRT-453
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-453
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Shlomo Ben David
>
> Its an open issue [1] in Gerrit, but still no fix available.
> We'll track it and see if there is a pending fix, cc'ing infra-support to
> open a ticket to track this.
> [1]
> https://code.google.com/p/gerrit/issues/detail?can=2=0=100==ID%20Type%20Stars%20Milestone%20Status%20Priority%20Owner%20Summary===3885
> On Sun, Mar 27, 2016 at 7:03 AM, Nadav Goldin  wrote:
> > Hi,
> > gerrit started throwing weird errors this morning, such as:
> >
> >> internal server error: com.google.gerrit.server.git.UpdateException:
> >> java.io.IOException: java.util.concurrent.ExecutionException:
> >> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed)
> >>
> >
> > restarting it now.
> >
> >
> > Nadav.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Eyal Edri
> Associate Manager
> RHEV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.141.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-453) Gerrit: Issue 3885: Failed to index change

2016-07-12 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-453:

Status: To Do  (was: Blocked)

> Gerrit: Issue 3885:   Failed to index change
> --
>
> Key: OVIRT-453
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-453
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Its an open issue [1] in Gerrit, but still no fix available.
> We'll track it and see if there is a pending fix, cc'ing infra-support to
> open a ticket to track this.
> [1]
> https://code.google.com/p/gerrit/issues/detail?can=2=0=100==ID%20Type%20Stars%20Milestone%20Status%20Priority%20Owner%20Summary===3885
> On Sun, Mar 27, 2016 at 7:03 AM, Nadav Goldin  wrote:
> > Hi,
> > gerrit started throwing weird errors this morning, such as:
> >
> >> internal server error: com.google.gerrit.server.git.UpdateException:
> >> java.io.IOException: java.util.concurrent.ExecutionException:
> >> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed)
> >>
> >
> > restarting it now.
> >
> >
> > Nadav.
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Eyal Edri
> Associate Manager
> RHEV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.141.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-650) false CI-1

2016-07-21 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-650:
---

Assignee: Evgheni Dereveanchin  (was: infra)

looks like another issue with mirror/proxy?

+ yum -y install postgresql-server
Loaded plugins: fastestmirror, versionlock


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

 1. Contact the upstream for the repository and get them to fix the problem.

 2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

 3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:

yum-config-manager --disable 

 4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64
Could not retrieve mirrorlist 
http://mirrorlist.centos.org/?release=7=x86_64=os=stock error 
was
12: Timeout on 
http://mirrorlist.centos.org/?release=7=x86_64=os=stock: (28, 
'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
+ show_error
+ [[ SETUP::INIT_POSTGRES == \F\I\N\I\S\H\E\D ]]
+ echo 'FAILED::SETUP::INIT_POSTGRES:: Unrecoverable failure, exitting'
FAILED::SETUP::INIT_POSTGRES:: Unrecoverable failure, exitting
Build step 'Execute shell' marked build as failure
Performing Post build task...

> false CI-1
> --
>
> Key: OVIRT-650
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-650
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: Evgheni Dereveanchin
>
> false CI-1
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_created/87/console



--
This message was sent by Atlassian JIRA
(v1000.148.3#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-647) ovirt-engine-dashboard_4.0_build-artifacts-f*-x86_64 not exporting src.rpm

2016-07-21 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-647:
---

Assignee: vszocs  (was: infra)

Vojtech, let me know if you need help from the infra team,
this should be done in the standard ci code, under automation dir.

> ovirt-engine-dashboard_4.0_build-artifacts-f*-x86_64 not exporting src.rpm
> --
>
> Key: OVIRT-647
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-647
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: vszocs
>
> ovirt-engine-dashboard_4.0_build-artifacts-f*-x86_64 jobs are not exporting
> src.rpm
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.148.3#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-646) bad job [webadmin: remove tooltip underline from table column headers]

2016-07-21 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-646:
---

Assignee: Shlomo Ben David  (was: infra)

> bad job [webadmin: remove tooltip underline from table column headers]
> --
>
> Key: OVIRT-646
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-646
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Greg Sheremeta
>Assignee: Shlomo Ben David
>
> This job seems to be broken.
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/638/console
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/638/
> """
> [ INFO  ] Checking for an update for Setup...
>   An update for the Setup packages ovirt-engine-setup
> ovirt-engine-setup-plugin-websocket-proxy was found. Please update
> that package by running:
>   "yum update ovirt-engine-setup
> ovirt-engine-setup-plugin-websocket-proxy"
>   and then execute Setup again.
> [ ERROR ] Failed to execute stage 'Environment customization': Please
> update the Setup packages
> [ INFO  ] Stage: Clean up
>   Log file is located at
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20160721011950-b2qajq.log
> [ INFO  ] Generating answer file
> '/var/lib/ovirt-engine/setup/answers/20160721012010-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
> + echo '## SETUP_FAILED'
> ## SETUP_FAILED
> + return 1
> + show_error
> + [[ SETUP::INSTALLING_ENGINE == \F\I\N\I\S\H\E\D ]]
> + echo 'FAILED::SETUP::INSTALLING_ENGINE:: Unrecoverable failure, exitting'
> FAILED::SETUP::INSTALLING_ENGINE:: Unrecoverable failure, exitting
> Build step 'Execute shell' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : #!/bin/bash -x
> echo "shell-scripts/ovirt-engine_upgrade-engine.cleanup.sh"
> #
> # Parameters:
> #
> # version
> #
> #   version to upgrade to
> #
> """
> -- Forwarded message --
> From: Jenkins CI 
> Date: Wed, Jul 20, 2016 at 9:27 PM
> Subject: Change in ovirt-engine[master]: webadmin: remove tooltip underline
> from table column headers
> To: Greg Sheremeta , Scott Dickerson <
> sdick...@redhat.com>
> Jenkins CI has posted comments on this change.
> Change subject: webadmin: remove tooltip underline from table column headers
> ..
> Patch Set 3:
> Build Failed
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/638/
> : FAILURE
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/1078/
> : SUCCESS
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/1096/
> : SUCCESS
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc24-x86_64/181/
> : SUCCESS
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_merged/268/ :
> SUCCESS
> --
> To view, visit https://gerrit.ovirt.org/61000
> To unsubscribe, visit https://gerrit.ovirt.org/settings
> Gerrit-MessageType: comment
> Gerrit-Change-Id: Ic1f393ec5f63580f928b8b9eacbe32ad2b04cf10
> Gerrit-PatchSet: 3
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-Owner: Scott Dickerson 
> Gerrit-Reviewer: Alexander Wels 
> Gerrit-Reviewer: Greg Sheremeta 
> Gerrit-Reviewer: Jenkins CI
> Gerrit-Reviewer: Oved Ourfali 
> Gerrit-Reviewer: Scott Dickerson 
> Gerrit-Reviewer: Vojtech Szocs 
> Gerrit-Reviewer: gerrit-hooks 
> Gerrit-HasComments: No
> -- 
> Greg Sheremeta, MBA
> Red Hat, Inc.
> Sr. Software Engineer
> gsher...@redhat.com



--
This message was sent by Atlassian JIRA
(v1000.148.3#15)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-616) update jobs to include hystrix from EPEL

2016-07-12 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-616:
---

Assignee: Evgheni Dereveanchin  (was: infra)

[~ederevea] was this resolved or we are still waiting to add it to puppet?

> update jobs to include hystrix from EPEL
> 
>
> Key: OVIRT-616
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-616
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Evgheni Dereveanchin
>Assignee: Evgheni Dereveanchin
>
> oVirt 4.1 requires hystrix yet this package is filtered in jobs which is 
> causing tests to fail:
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/378/
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/378/artifact/logs/_home_jenkins_workspace_ovirt-engine_master_upgrade-from-4.0_el7_merged_tmp_repo_rpmbuild.log.tgz
> {quote}error: Failed build dependencies:
>   hystrix-core is needed by 
> ovirt-engine-4.1.0-0.0.master.20160629135203.gitf1f59e0.el7.centos.noarch
>   hystrix-metrics-event-stream is needed by 
> ovirt-engine-4.1.0-0.0.master.20160629135203.gitf1f59e0.el7.centos.noarch
> Installing 
> /home/jenkins/workspace/ovirt-engine_master_upgrade-from-4.0_el7_merged/tmp_repo/ovirt-engine-4.1.0-0.0.master.20160629135203.el7.centos.src.rpm
> {quote}



--
This message was sent by Atlassian JIRA
(v1000.141.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-612) Support to FTP files for Kimchi Project

2016-06-28 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17718#comment-17718
 ] 

eyal edri [Administrator] commented on OVIRT-612:
-

I think we can support also GitHub repos, same way as Lago is running CI on
jenkins.ovirt.org.
for e.g:
http://jenkins.ovirt.org/job/lago_master_build-artifacts-el7-x86_64/,

But if you're considering moving to Gerrit it will be much easier and
you'll be able to enjoy more advantages of our CI system, such as gerrit
hooks.

e.

On Tue, Jun 28, 2016 at 7:23 PM, Barak Korren (oVirt JIRA) <



-- 
Eyal Edri
Associate Manager
RHEV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)


> Support to FTP files for Kimchi Project
> ---
>
> Key: OVIRT-612
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-612
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Paulo Ricardo Paz Vital
>Assignee: infra
>
> Hello,
> Kimchi is a sub-project of oVirt and we are planning to make available to 
> users
> simple qcow2 image files of Fedora 23, OpenSUSE 42.1 and Ubuntu 16.04 with 
> Kimchi installed in there.
> We need support to store the files and make them available to download, in a
> service like FTP. Since Kimchi mailing lists already use oVirt infrastructure,
> I'd like to know if it's possible to be supported by oVirt and how to do that.
> Thanks and best regards, Paulo.
> --
> Paulo Ricardo Paz Vital
> Linux Technology Center, IBM Systems
> http://www.ibm.com/linux/ltc/



--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-599) incorrect CI-1

2016-06-28 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-599:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> incorrect CI-1
> --
>
> Key: OVIRT-599
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-599
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: Evgheni Dereveanchin
>
> Hi,
> I probably got false -1 from CI. 
> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_merged/20/console
> https://gerrit.ovirt.org/#/c/53833/
> but when invoked on localhost it builds without problem.
> Can you look at it?
> thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-497) [docs] Add documents on what's on the ci-tools repo and how it gets there

2016-06-28 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-497:

Status: To Do  (was: In Progress)

> [docs] Add documents on what's on the ci-tools repo and how it gets there
> -
>
> Key: OVIRT-497
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-497
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: David Caro Estevez
>Assignee: infra
>




--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-497) [docs] Add documents on what's on the ci-tools repo and how it gets there

2016-06-28 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-497:
---

Assignee: infra  (was: David Caro Estevez)

> [docs] Add documents on what's on the ci-tools repo and how it gets there
> -
>
> Key: OVIRT-497
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-497
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: David Caro Estevez
>Assignee: infra
>




--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-601) another incorrect CI-1

2016-06-28 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-601:

Resolution: Cannot Reproduce
Status: Done  (was: To Do)

sorry, the was deleted already, and we only saw this ticket late due to a bug 
in the jira system which didn't send email.

Can you I ask to open a new ticket once you see the issue again?
We have history for 120 builds, so we should be able to see it if you report 
close to the incident.

Also, best thing to do is to go to the failing build and click 'keep this build 
forever' and then we don't have to worry it will get deleted and debug it.

> another incorrect CI-1
> --
>
> Key: OVIRT-601
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-601
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: danken
>Assignee: infra
>
> the following job failed to pull required packages. this should not be
> considered as a failure.
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-el7-x86_64/3096/console
> 09:33:59 INFO: installing package(s): autoconf automake git lago lago-ovirt 
> libguestfs-tools-c m2crypto make mom openvswitch policycoreutils-python 
> python-blivet python-coverage python-devel python-inotify python-ioprocess 
> python-netaddr python-nose python-pthreading python-rtslib python-setuptools 
> python-six python34-nose python34-six python34 rpm-build sudo yum yum-utils 
> grubby
> 09:33:59 ERROR: Command failed. See logs for output.



--
This message was sent by Atlassian JIRA
(v1000.98.4#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-622) Weird messages about using post request for triggering jobs

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-622:
---

Assignee: Evgheni Dereveanchin  (was: infra)

Evgheni, please check, I have a feeling its related to the network load/reverse 
proxy we're seeing from time to time recently

> Weird messages about using post request for triggering jobs
> ---
>
> Key: OVIRT-622
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-622
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: Evgheni Dereveanchin
>
> Hi,
> just tried to trigger publisher job for 3.6 and got this message:
> You must use POST method to trigger builds. (From scripts you may instead
> pass a per-project authentication token, or authenticate with your API
> token.) If you see this page, it may be because a plugin offered a GET
> link; file a bug report for that plugin.
> hitting the build now button opens:
> http://jenkins.ovirt.org/view/Publishers/job/ovirt_3.6_publish-rpms_nightly/build?delay=0sec
> which is passing GET parameter delay=0sec
> This always worked before so I think it's related to some update done in
> the last 4 weeks.
> Can you have a look?
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-625) jenkins colorized diff is not colorized anymore

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-625:

Epic Link: OVIRT-400

> jenkins colorized diff is not colorized anymore
> ---
>
> Key: OVIRT-625
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-625
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> Have a look at:
> http://jenkins.ovirt.org/job/jenkins_master_check-yaml_gerrit/217/artifact/differences.html
> output is not colorized anymore.
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-624) CI Gerrit trigger can make -1 go away if another job finish after and gives +1

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-624:

Summary: CI Gerrit trigger can make -1 go away if another job finish after 
and gives +1  (was: another invalid CI-1)

> CI Gerrit trigger can make -1 go away if another job finish after and gives +1
> --
>
> Key: OVIRT-624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-624
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: infra
>
> Hi,
> this build gave invalid ci -1:
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/
> findbugs complaint about class not altered in patch.
> please react quickly, before build disappears.
> Thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-624) CI Gerrit trigger can make -1 go away if another job finish after and gives +1

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-624:

Issue Type: Bug  (was: By-EMAIL)

> CI Gerrit trigger can make -1 go away if another job finish after and gives +1
> --
>
> Key: OVIRT-624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-624
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Martin Mucha
>Assignee: infra
>
> Hi,
> this build gave invalid ci -1:
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/
> findbugs complaint about class not altered in patch.
> please react quickly, before build disappears.
> Thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-624) CI Gerrit trigger can make -1 go away if another job finish after and gives +1

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-624:
---

Assignee: Shlomo Ben David  (was: infra)

Please check if we can do something about gerrit trigger configuration to make 
it not ignore -1 given by other jobs.
The easiest will be to move everyting to standard CI, but we can't do it yet, 
because we still have a few jobs like find bugs and engine-upgrade/setup that 
are not using STD CI.

Lets see if its possible to tweak it either on jenkins or gerrit side (maybe 
with newer versions)

> CI Gerrit trigger can make -1 go away if another job finish after and gives +1
> --
>
> Key: OVIRT-624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-624
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Martin Mucha
>Assignee: Shlomo Ben David
>
> Hi,
> this build gave invalid ci -1:
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/
> findbugs complaint about class not altered in patch.
> please react quickly, before build disappears.
> Thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-627) add manual testing flow to experimental

2016-07-10 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-627:
---

 Summary: add manual testing flow to experimental
 Key: OVIRT-627
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-627
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: eyal edri [Administrator]
Assignee: infra


Today, we can test a patch per project on each of the ovirt versions using 
experimanal flow
i,e:

run build_artifacts with a patch -> deploy to experimental -> run test job

this is problematic since it actually deploys the build with the patch to the 
experimental repo which should only contain built pkg that are merged.

We need to either close the flow or add param to the build artifacts that says 
'create temp repo/test repo' so the built rpm won't be part of the official 
tested repo and the link to latest_tested won't be updated if this option is 
triggered.





--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-623) check why external tracker status isn't updated when patch is updated

2016-07-07 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-623:
---

 Summary: check why external tracker status isn't updated when 
patch is updated
 Key: OVIRT-623
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-623
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: eyal edri [Administrator]
Assignee: infra


For e.g, look at bug [1], while the patch is posted, the tracker status is NEW.

We'd like to sync TRACKER status with BUG status, for e.g

if patch is posted (i.e was added to bug as external tracker) - status should 
be POST
if patch is merged - status should be MODIFIED or MERGED 

Lets first check which status an external tracker can have and see what mapping 
we can do against patch/bug status.

The external track is added by the gerrit hook, more info in:
http://ovirt-gerrit-hooks.readthedocs.io/en/latest/






[1] https://bugzilla.redhat.com/show_bug.cgi?id=1353456



--
This message was sent by Atlassian JIRA
(v1000.133.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-624) another invalid CI-1

2016-07-08 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18300#comment-18300
 ] 

eyal edri [Administrator] commented on OVIRT-624:
-

I marked this build as keep forever so we can debug it.
Also, we are in the process of moving to a new findbugs jobs which are
written in Yaml and have a few small fixes,
so i've disabled the old job in favor of
http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_created_test/.

@snaftaly from my team is working on it and will be able to debug it next
week.

My suspicison is that your patch was rebased at some point on another patch
with this failure which came from patch [1].
Juan - did you see at any point findbugs error on your patch and fixed it?

[1] https://gerrit.ovirt.org/#/c/59828/

On Thu, Jul 7, 2016 at 10:22 PM, Martin Mucha (oVirt JIRA) <



-- 
Eyal Edri
Associate Manager
RHEV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)


> another invalid CI-1
> 
>
> Key: OVIRT-624
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-624
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Mucha
>Assignee: infra
>
> Hi,
> this build gave invalid ci -1:
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/46153/
> findbugs complaint about class not altered in patch.
> please react quickly, before build disappears.
> Thanks,
> M.



--
This message was sent by Atlassian JIRA
(v1000.141.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-516) Yamlize jenkins-old.ovirt.org jobs

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reopened OVIRT-516:
-

> Yamlize jenkins-old.ovirt.org jobs
> --
>
> Key: OVIRT-516
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-516
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Jenkins
>Reporter: Nadav Goldin
>Assignee: infra
>  Labels: jenkins, jobs
> Fix For: OVIRT-INFRA-JUN-2016
>
>
> This ticket is for tracking none-yamlized jobs we have left in 
> http://jenkins-old.ovirt.org and should be yamlized.
> h5. Confirmed needed(and should be enabled in jenkins-old)
> # manual build jobs ( we need to think if these are needed, if so, they 
> should probably use a common yaml template ) 
> mom_any_create-rpms_manual
> ovirt-dwh_any_create-rpms_manual
> ovirt-engine-cli_any_create-rpms_manual
> ovirt-host-deploy_any_create-rpms_manual
> ovirt-iso-uploader_any_create-rpms_manual
> ovirt-reports_any_create-rpms_manual
> ovirt-setup-lib_any_create-rpms_manual
> ovirt-vmconsole_any_create-rpms_manual
> vdsm-jsonrpc-java_any_create-rpms_manual
> vdsm_any_create-rpms_manual
> ovirt-log-collector_any_create-rpms_manual
> ovirt-hosted-engine-ha_any_create-rpms_manual
> ovirt-hosted-engine-setup_any_create-rpms_manual
> ovirt-image-uploader_any_create-rpms_manual
> ovirt-engine-extension-aaa-ldap_any_create-rpms_manual
> ovirt-engine-extension-aaa-misc_any_create-rpms_manual
> ovirt-engine-extension-logger-log4j_any_create-rpms_manual
> otopi_any_create-rpms_manual
> # repo closure 
> repos_master_check-closure_merged
> repos_3.6_check-closure_merged
> spagobi_repo_merged  (not sure if needed)
> # should be moved to STD CI 
> ovirt-live_3.6-create-iso
> ovirt-live_master-create-iso
> vdsm_master_verify-error-codes_merged  -> should be in vdsm check-patch/merge 
> (std ci)
> infra-puppet_production_check-puppet-manifests_gerrit
> # in progress of moving to STD CI, should keep enabled on old jenkins until 
> done
> ovirt-engine_3.6_dao-unit-tests_created
> ovirt-engine_3.6_dao-unit-tests_merged
> ovirt-engine_master_dao-unit-tests_created
> ovirt-engine_master_dao-unit-tests_merged
> ovirt-engine_master_find-bugs_gerrit
> ovirt-engine_master_find-bugs_merged
> ovirt-engine_master_find-bugs_gerrit
> ovirt-engine_3.6_find-bugs_gerrit
> ovirt-engine_3.6_find-bugs_merged
> # general jobs 
> ovirt-engine_master_coverity-analysis_merged
> system_update_puppet ( should be part of STD CI for puppet repo?) 
> system_restart-gerrit-service
> h5. Still unmapped jobs
> ovirt-appliance_for-testing_build-artifacts-el7-x86_64
> ovirt-setup-lib_unit-tests
> qemu-kvm-rhev_create-rpms_el6
> validate_open_sources_licenses_ovirt
> h5. Jobs that can be deleted after putting rpms in static-repo
> vhostmd_create-rpms_el6
> vhostmd_create-rpms_el7



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-620) Optimize how Jenkins fetchs ovirt-engine from gerrit

2016-07-05 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18004#comment-18004
 ] 

eyal edri [Administrator] commented on OVIRT-620:
-

I would say lets give it a try on the ovirt engine jobs
On Jul 5, 2016 3:15 PM, "Nadav Goldin (oVirt JIRA)" <



> Optimize how Jenkins fetchs ovirt-engine from gerrit
> 
>
> Key: OVIRT-620
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-620
> Project: oVirt - virtualization made easy
>  Issue Type: Sub-task
>Reporter: Nadav Goldin
>Assignee: infra
>
> ovirt-engine git repository is at the time of writing is of size 244MB, where 
> ovirt-engine/.git alone takes 160MB.
> There are two things which might be done:
> 1. Find a way to optimize ovirt-engine.git/.git size, this needs to be 
> explored deeply.
> 2. Check if it is possible to configure git plugin to not download the entire 
> history, although Jenkins attempts to optimize that, it still looks like the 
> git plugin is downloading the entire history(this is what a random check on 
> the slaves using du ../jenkins/workspace/./.git -h -s showed)
> for instance the following command takes only 91Mb:
> {quote}git clone --depth 1 --branch master {quote}
> Although this will not solve real network/storage issues, it could help 
> reduce those problems and in the overall decrease jobs runtime. As Gerrit is 
> still on AWS, this is a considerable amount of traffic for each job we might 
> be able to reduce.



--
This message was sent by Atlassian JIRA
(v1000.126.1#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-621) Upgrade of the fc21 vms required to run fc24 chroots

2016-07-06 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18100#comment-18100
 ] 

eyal edri [Administrator] commented on OVIRT-621:
-

There is already a ticket on reprovisioning f21 slaves with f24: 
https://ovirt-jira.atlassian.net/browse/OVIRT-584
due to puppet issues.
Its holiday now in Brno, so not too many people are around, hopefully we can 
tackle this tomorrow or next week.
[~ngol...@redhat.com] - can you give it a try for one VM? 

> Upgrade of the fc21 vms required to run fc24 chroots
> 
>
> Key: OVIRT-621
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-621
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: David Caro
>Assignee: infra
> Attachments: signature.asc
>
>
> The issue being that in order to run the fc24 chroots, it needs the correct 
> gpg
> key for the fc24 repos, and that is included only in a newer mock version, 
> that
> will not be released for fc21 (as it reached it's end of life).
> So possibilities are:
> * manually deploy the keys (puppet?)
> * build a custom mock package with the newer version and install that
> * upgrade the slaves (something that we should do anyhow, sooner than later)
> * remove all the fc24 jobs we added (lago in specific)
> In the meantime, some fc24 builds can't be done (for example, lago is blocked
> by this).
> Cheers!
> -- 
> David Caro



--
This message was sent by Atlassian JIRA
(v1000.126.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-620) Optimize how Jenkins fetchs ovirt-engine from gerrit

2016-07-06 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18103#comment-18103
 ] 

eyal edri [Administrator] commented on OVIRT-620:
-

I'm also looking to move to a much better VM on amazon, including more 
cpu/memory/network bandwidth. 

> Optimize how Jenkins fetchs ovirt-engine from gerrit
> 
>
> Key: OVIRT-620
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-620
> Project: oVirt - virtualization made easy
>  Issue Type: Sub-task
>Reporter: Nadav Goldin
>Assignee: infra
>
> ovirt-engine git repository is at the time of writing is of size 244MB, where 
> ovirt-engine/.git alone takes 160MB.
> There are two things which might be done:
> 1. Find a way to optimize ovirt-engine.git/.git size, this needs to be 
> explored deeply.
> 2. Check if it is possible to configure git plugin to not download the entire 
> history, although Jenkins attempts to optimize that, it still looks like the 
> git plugin is downloading the entire history(this is what a random check on 
> the slaves using du ../jenkins/workspace/./.git -h -s showed)
> for instance the following command takes only 91Mb:
> {quote}git clone --depth 1 --branch master {quote}
> Although this will not solve real network/storage issues, it could help 
> reduce those problems and in the overall decrease jobs runtime. As Gerrit is 
> still on AWS, this is a considerable amount of traffic for each job we might 
> be able to reduce.



--
This message was sent by Atlassian JIRA
(v1000.126.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-621) Upgrade of the fc21 vms required to run fc24 chroots

2016-07-06 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=18102#comment-18102
 ] 

eyal edri [Administrator] commented on OVIRT-621:
-

or upgrading the f21.
The ticket is on removing the f21 slaves, so either upgrading them or replacing 
them with f24.

> Upgrade of the fc21 vms required to run fc24 chroots
> 
>
> Key: OVIRT-621
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-621
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: David Caro
>Assignee: infra
> Attachments: signature.asc
>
>
> The issue being that in order to run the fc24 chroots, it needs the correct 
> gpg
> key for the fc24 repos, and that is included only in a newer mock version, 
> that
> will not be released for fc21 (as it reached it's end of life).
> So possibilities are:
> * manually deploy the keys (puppet?)
> * build a custom mock package with the newer version and install that
> * upgrade the slaves (something that we should do anyhow, sooner than later)
> * remove all the fc24 jobs we added (lago in specific)
> In the meantime, some fc24 builds can't be done (for example, lago is blocked
> by this).
> Cheers!
> -- 
> David Caro



--
This message was sent by Atlassian JIRA
(v1000.126.2#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-668) ovirt-engine-nodejs-modules errors

2016-08-07 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-668:

Resolution: Fixed
Status: Done  (was: To Do)

> ovirt-engine-nodejs-modules errors
> --
>
> Key: OVIRT-668
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-668
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> *Hi, looks like something happened during a build:
> **http://jenkins.ovirt.org/job/ovirt-engine-nodejs-modules_4.0_create-rpms-el7-x86_64_created/8/console
> *
> *00:08:50.299* + exit 0*00:18:36.484* Provides:
> ovirt-engine-nodejs-modules = 0.0.10-1.el7
> ovirt-engine-nodejs-modules(x86-64) = 0.0.10-1.el7*00:18:36.484*
> Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1*00:18:36.485* Requires:
> /bin/bash /bin/sh /usr/bin/env ld-linux-x86-64.so.2()(64bit)
> ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit)
> libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.2.5)(64bit)
> libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit)
> libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit)
> libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit)
> libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit)
> libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit)
> libgcc_s.so.1(GCC_3.4)(64bit) libm.so.6()(64bit)
> libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit)
> libpthread.so.0(GLIBC_2.2.5)(64bit)
> libpthread.so.0(GLIBC_2.3.2)(64bit)
> libpthread.so.0(GLIBC_2.3.3)(64bit) librt.so.1()(64bit)
> librt.so.1(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit)
> libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit)
> libstdc++.so.6(GLIBCXX_3.4)(64bit)
> libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
> libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libz.so.1()(64bit)
> libz.so.1(ZLIB_1.2.0)(64bit)*00:18:36.515* Checking for unpackaged
> file(s): /usr/lib/rpm/check-files
> /builddir/rpmbuild/BUILDROOT/ovirt-engine-nodejs-modules-0.0.10-1.el7.x86_64*00:18:40.184*
> Wrote: 
> /tmp/ovirt-engine-nodejs-modules/ovirt-engine-nodejs-modules-0.0.10-1.el7.src.rpm*00:18:40.185*
> error: Unable to create immutable header region.
> Note it got stuck for 10 minutes and then failed with an error that seems
> infra releated.
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.217.1#18)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-618) gshereme is missing the Gerrit/ManualTrigger permission

2016-07-02 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-618:
---

Assignee: eyal edri [Administrator]  (was: infra)

I assigned you the 'dev' role, you should have rights to trigger now.

> gshereme is missing the Gerrit/ManualTrigger permission
> ---
>
> Key: OVIRT-618
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-618
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Greg Sheremeta
>Assignee: eyal edri [Administrator]
>
> Please grant me the re-trigger permission
> "gshereme is missing the Gerrit/ManualTrigger permission"
> Thanks,
> Greg
> -- 
> Greg Sheremeta, MBA
> Red Hat, Inc.
> Sr. Software Engineer
> gsher...@redhat.com



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-160) Create jenkins pipeline for oVirt functional tests

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-160:
---

Assignee: eyal edri [Administrator]  (was: infra)

> Create jenkins pipeline for oVirt functional tests
> --
>
> Key: OVIRT-160
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-160
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>  Components: Jenkins
>Affects Versions: Test
>Reporter: mpolednik
>Assignee: eyal edri [Administrator]
>
> Create dependancy pipeline for vdsm tests
> first run pep8/pyflakes test, if it succeeds
> run unit tests (and el6 unit tests) and if those succeed
> run all functional test



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-157) SElinux review

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-157:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> SElinux review
> --
>
> Key: OVIRT-157
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-157
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: General
>Affects Versions: Test
>Reporter: misc
>Assignee: Evgheni Dereveanchin
>
> Ticket to track the progress of the selinux status in infra 
> \\- make sure auditd is enabled 
> \\- review AVC in logs
> \\- make sure selinux is enabled, with potentially permissive domain
> \\- have nagios watch over selinux



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-459) create ovirt-system-tests feature page on ovirt.org

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-459:

Assignee: eyal edri [Administrator]  (was: infra)
  Status: In Progress  (was: To Do)

in progress, send commit to add DOCS via markdown, to be published on 
readthedocs.

https://gerrit.ovirt.org/#/c/59870/

> create ovirt-system-tests feature page on ovirt.org 
> 
>
> Key: OVIRT-459
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-459
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: eyal edri [Administrator]
>
> We need to have a single page on ovirt.org to concentrate all 
> ovirt-system-tests docs and plans per ovirt version.
> Ideally we'll want a test plan attached to each feature page in oVirt 4.0 to 
> start with.
> [~ykaul] what do you think? 



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-169) Lists of server and services

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-169:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> Lists of server and services
> 
>
> Key: OVIRT-169
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-169
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: General
>Affects Versions: Test
>Reporter: misc
>Assignee: Evgheni Dereveanchin
>Priority: Highest
>
> We need to have a lists of server and services, so we can know what is not in 
> foreman, what is not supervised, and what backup are missing.



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-516) Yamlize jenkins-old.ovirt.org jobs

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-516:

Resolution: Duplicate
Status: Done  (was: To Do)

there are already parallel tasks doing this, and most jobs were yamelized 
already.

> Yamlize jenkins-old.ovirt.org jobs
> --
>
> Key: OVIRT-516
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-516
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Jenkins
>Reporter: Nadav Goldin
>Assignee: infra
>  Labels: jenkins, jobs
>
> This ticket is for tracking none-yamlized jobs we have left in 
> http://jenkins-old.ovirt.org and should be yamlized.
> h5. Confirmed needed(and should be enabled in jenkins-old)
> # manual build jobs ( we need to think if these are needed, if so, they 
> should probably use a common yaml template ) 
> mom_any_create-rpms_manual
> ovirt-dwh_any_create-rpms_manual
> ovirt-engine-cli_any_create-rpms_manual
> ovirt-host-deploy_any_create-rpms_manual
> ovirt-iso-uploader_any_create-rpms_manual
> ovirt-reports_any_create-rpms_manual
> ovirt-setup-lib_any_create-rpms_manual
> ovirt-vmconsole_any_create-rpms_manual
> vdsm-jsonrpc-java_any_create-rpms_manual
> vdsm_any_create-rpms_manual
> ovirt-log-collector_any_create-rpms_manual
> ovirt-hosted-engine-ha_any_create-rpms_manual
> ovirt-hosted-engine-setup_any_create-rpms_manual
> ovirt-image-uploader_any_create-rpms_manual
> ovirt-engine-extension-aaa-ldap_any_create-rpms_manual
> ovirt-engine-extension-aaa-misc_any_create-rpms_manual
> ovirt-engine-extension-logger-log4j_any_create-rpms_manual
> otopi_any_create-rpms_manual
> # repo closure 
> repos_master_check-closure_merged
> repos_3.6_check-closure_merged
> spagobi_repo_merged  (not sure if needed)
> # should be moved to STD CI 
> ovirt-live_3.6-create-iso
> ovirt-live_master-create-iso
> vdsm_master_verify-error-codes_merged  -> should be in vdsm check-patch/merge 
> (std ci)
> infra-puppet_production_check-puppet-manifests_gerrit
> # in progress of moving to STD CI, should keep enabled on old jenkins until 
> done
> ovirt-engine_3.6_dao-unit-tests_created
> ovirt-engine_3.6_dao-unit-tests_merged
> ovirt-engine_master_dao-unit-tests_created
> ovirt-engine_master_dao-unit-tests_merged
> ovirt-engine_master_find-bugs_gerrit
> ovirt-engine_master_find-bugs_merged
> ovirt-engine_master_find-bugs_gerrit
> ovirt-engine_3.6_find-bugs_gerrit
> ovirt-engine_3.6_find-bugs_merged
> # general jobs 
> ovirt-engine_master_coverity-analysis_merged
> system_update_puppet ( should be part of STD CI for puppet repo?) 
> system_restart-gerrit-service
> h5. Still unmapped jobs
> ovirt-appliance_for-testing_build-artifacts-el7-x86_64
> ovirt-setup-lib_unit-tests
> qemu-kvm-rhev_create-rpms_el6
> validate_open_sources_licenses_ovirt
> h5. Jobs that can be deleted after putting rpms in static-repo
> vhostmd_create-rpms_el6
> vhostmd_create-rpms_el7



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-613) Upgrade Jenkins LTS

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-613:
---

Assignee: Nadav Goldin  (was: infra)

> Upgrade Jenkins LTS
> ---
>
> Key: OVIRT-613
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-613
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: Nadav Goldin
>Assignee: Nadav Goldin
>
> officially Gerrit-trigger plugin is broken in any version > 1.651, due to
> [https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170]
> [https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger]
> this ticket is for tracking this is fixed before upgrading.
> {quote}
> Important notice
> Currently the Gerrit trigger does not work anymore with Jenkins 1.651.2 or 
> 2.3 and later.
> See SECURITY-170 
> https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170
> And this bug report https://issues.jenkins-ci.org/browse/JENKINS-34753.
> {quote}



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-617) NullPointerException when logging in or registering on Jenkins

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-617:

Blocked By: waiting for reproducer or more info.
Status: Blocked  (was: To Do)

> NullPointerException when logging in or registering on Jenkins
> --
>
> Key: OVIRT-617
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-617
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>Priority: High
>
> It was reported that it's impossible to log in or register new users on 
> jenkins.ovirt.org
> sample page showing the error:
> http://jenkins.ovirt.org/securityRealm/createAccount



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-616) update jobs to include hystrix from EPEL

2016-07-04 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17922#comment-17922
 ] 

eyal edri [Administrator] commented on OVIRT-616:
-

please close this ticket or convert it to adding this as puppet code.

> update jobs to include hystrix from EPEL
> 
>
> Key: OVIRT-616
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-616
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>
> oVirt 4.1 requires hystrix yet this package is filtered in jobs which is 
> causing tests to fail:
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/378/
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-4.0_el7_merged/378/artifact/logs/_home_jenkins_workspace_ovirt-engine_master_upgrade-from-4.0_el7_merged_tmp_repo_rpmbuild.log.tgz
> {quote}error: Failed build dependencies:
>   hystrix-core is needed by 
> ovirt-engine-4.1.0-0.0.master.20160629135203.gitf1f59e0.el7.centos.noarch
>   hystrix-metrics-event-stream is needed by 
> ovirt-engine-4.1.0-0.0.master.20160629135203.gitf1f59e0.el7.centos.noarch
> Installing 
> /home/jenkins/workspace/ovirt-engine_master_upgrade-from-4.0_el7_merged/tmp_repo/ovirt-engine-4.1.0-0.0.master.20160629135203.el7.centos.src.rpm
> {quote}



--
This message was sent by Atlassian JIRA
(v1000.110.0#14)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-692) send email from experimental jobs to patch authors

2016-08-16 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-692:
---

 Summary: send email from experimental jobs to patch authors 
 Key: OVIRT-692
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-692
 Project: oVirt - virtualization made easy
  Issue Type: Improvement
Reporter: eyal edri [Administrator]
Assignee: infra


It should be fairly easy to add emails send to the original authors from the 
test jobs, since we have the info from all the flow from build artifacts jobs.

http://jenkins.ovirt.org/view/experimental%20jobs/job/test-repo_ovirt_experimental_master/



--
This message was sent by Atlassian JIRA
(v1000.245.1#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-692) send email from experimental jobs to patch authors

2016-08-16 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-692:

Epic Link: OVIRT-400

> send email from experimental jobs to patch authors 
> ---
>
> Key: OVIRT-692
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-692
> Project: oVirt - virtualization made easy
>  Issue Type: Improvement
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> It should be fairly easy to add emails send to the original authors from the 
> test jobs, since we have the info from all the flow from build artifacts jobs.
> http://jenkins.ovirt.org/view/experimental%20jobs/job/test-repo_ovirt_experimental_master/



--
This message was sent by Atlassian JIRA
(v1000.245.1#19)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-681) [URGENT] boolean parameters not passed anymore to jenkins jobs

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19708#comment-19708
 ] 

eyal edri [Administrator] commented on OVIRT-681:
-

[~sbona...@redhat.com] can we close this as duplicate if [~snaft...@redhat.com] 
is working on the jobs now? we have another ticket tracking it

> [URGENT] boolean parameters not passed anymore to jenkins jobs
> --
>
> Key: OVIRT-681
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-681
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: image.png
>
>
> Hi,
> looks like repository closure jobs are not working anymore because the
> boolean parameters are not passed anymore to the job environment.
> Can you please check why this happens?
> See for example
> http://jenkins.ovirt.org/user/sbonazzo/my-views/view/Repo%20status/job/repos_4.0_check-closure_merged/86/DISTRIBUTION=centos7/console
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-688) please put my Jenkins mbetak, in dev role group

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-688:
---

Assignee: Gil Shinar  (was: infra)

> please put my Jenkins mbetak, in dev role group
> ---
>
> Key: OVIRT-688
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-688
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Martin Betak
>Assignee: Gil Shinar
>




--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-691) please put my Jenkins tjelinek, in dev role group

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-691:
---

Assignee: Gil Shinar  (was: infra)

> please put my Jenkins tjelinek, in dev role group
> -
>
> Key: OVIRT-691
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-691
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Tomas Jelinek
>Assignee: Gil Shinar
>




--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-690) please put my Jenkins mzamazal, in dev role group

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-690:
---

Assignee: Gil Shinar  (was: infra)

> please put my Jenkins mzamazal, in dev role group
> -
>
> Key: OVIRT-690
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-690
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Milan Zamazal
>Assignee: Gil Shinar
>




--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-689) please put my Jenkins akrejcir, in dev role group

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-689:
---

Assignee: Gil Shinar  (was: infra)

> please put my Jenkins akrejcir, in dev role group
> -
>
> Key: OVIRT-689
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-689
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Andrej Krejcir
>Assignee: Gil Shinar
>




--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (REP-1) test

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created REP-1:
---

 Summary: test 
 Key: REP-1
 URL: https://ovirt-jira.atlassian.net/browse/REP-1
 Project: REPOMAN
  Issue Type: Improvement
Reporter: eyal edri [Administrator]
Assignee: infra


test



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (LC-1) Lago as a platform for sales people

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/LC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] moved LAGO-3 to LC-1:
---

Workflow: Software Simplified Workflow for Project LC  (was: Task 
Management Workflow)
 Key: LC-1  (was: LAGO-3)
 Project: Lago core  (was: Lago)

> Lago as a platform for sales people 
> 
>
> Key: LC-1
> URL: https://ovirt-jira.atlassian.net/browse/LC-1
> Project: Lago core
>  Issue Type: Task
>Reporter: Gal Ben Haim
>Assignee: infra
>
> After a great session of the sales team on ovirt deployed on lago env, we 
> want to make lago even more accessible to the sales people. 
> Tasks:
> 1. Make lago snapshot function usable.
> 2. Run rhv env on lago.
> 3. Minimize as possible computing resources needed by the env.



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (LC-1) Lago as a platform for sales people

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/LC-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned LC-1:
--

Assignee: Gal Ben Haim  (was: infra)

> Lago as a platform for sales people 
> 
>
> Key: LC-1
> URL: https://ovirt-jira.atlassian.net/browse/LC-1
> Project: Lago core
>  Issue Type: Task
>Reporter: Gal Ben Haim
>Assignee: Gal Ben Haim
>
> After a great session of the sales team on ovirt deployed on lago env, we 
> want to make lago even more accessible to the sales people. 
> Tasks:
> 1. Make lago snapshot function usable.
> 2. Run rhv env on lago.
> 3. Minimize as possible computing resources needed by the env.



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-695) Cannot create a new project in Gerrit

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=19713#comment-19713
 ] 

eyal edri [Administrator] commented on OVIRT-695:
-

The problem with Gerrit is that its not managed by puppet, so all changes
are done locally (for e.g the hooks for the projects that are under git dir.

We need to puppetize it soon and move all hooks and gerrit conf to
git/puppet in order to track all changes.
There is already a ticket opened on it, we'll need to prioritize it seeing
how critical gerrit is and how often we need to update hooks.

On Wed, Aug 17, 2016 at 4:45 PM, Marc Dequènes (Duck) (oVirt JIRA) <



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)


> Cannot create a new project in Gerrit
> -
>
> Key: OVIRT-695
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-695
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Gerrit/git
>Reporter: Barak Korren
>Assignee: infra
>Priority: High
>
> Trying to follow the instructions to create a new project here:
> http://ovirt-infra-docs.readthedocs.io/en/latest/General/Creating_Gerrit_Projects.html
> Yields the following error in the web UI regardless of the name entered:
> {quote}
> Code Review - Error
> 400 invalid project name: foobar
> {quote}
> Trying to do the same from the CLI with the following command:
> {code}
> ssh gerrit.ovirt.org -p 29418 gerrit create-project --empty-commit --owner 
> foobar foobar
> {code}
> Also yields an error:
> {code}
> fatal: invalid project name: foobar
> {code}
> So far I haven't found anything in the logs to indicate why is this happening.



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-681) [URGENT] boolean parameters not passed anymore to jenkins jobs

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-681:

Resolution: Fixed
Status: Done  (was: To Do)

yes, the matrix plugin was updated also yesterday.

> [URGENT] boolean parameters not passed anymore to jenkins jobs
> --
>
> Key: OVIRT-681
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-681
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
> Attachments: image.png
>
>
> Hi,
> looks like repository closure jobs are not working anymore because the
> boolean parameters are not passed anymore to the job environment.
> Can you please check why this happens?
> See for example
> http://jenkins.ovirt.org/user/sbonazzo/my-views/view/Repo%20status/job/repos_4.0_check-closure_merged/86/DISTRIBUTION=centos7/console
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (LAGO-4) test

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created LAGO-4:


 Summary: test
 Key: LAGO-4
 URL: https://ovirt-jira.atlassian.net/browse/LAGO-4
 Project: Lago
  Issue Type: Improvement
Reporter: eyal edri [Administrator]
Assignee: infra


test assignee, please ignore



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-697) Re: Failed Check-Merged Job

2016-08-17 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-697:
---

 Summary: Re: Failed Check-Merged Job
 Key: OVIRT-697
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-697
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra


Adding Infra support so we'll have a ticket documenting this as well.

On Wed, Aug 17, 2016 at 5:23 PM, Phillip Bailey  wrote:

> Hi infra team,
>
> One of my patches [1] failed the check-merged-el6-x86 job [2]. It looks
> like a yum install failed at 12:59:29.
>
> Could someone please take a look and let me know if any action is required
> on my part?
>
> Thanks!
>
> -Phillip Bailey
>
> [1] https://gerrit.ovirt.org/#/c/62165/
> [2] http://jenkins.ovirt.org/job/ovirt-engine_3.6_check-merged-
> el6-x86_64/101/console
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-678) vdsm check-merge jobs doesn't work for el7

2016-08-18 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-678:
---

Assignee: snaftaly  (was: infra)

> vdsm check-merge jobs doesn't work for el7
> --
>
> Key: OVIRT-678
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-678
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: snaftaly
>
> On Wed, Aug 10, 2016 at 3:41 PM, Irit Goihman  wrote:
> > Hi,
> > jobs vdsm_master_build-artifacts-el7-ppc64le and 
> > vdsm_master_check-merged-el7-x86_64
> > keep failing. They were created recently and should be removed.
> >
> The ppc64le should be fixed, not removed.
> We want ppc64le builds now that we have ppc64le slaves.
> The check-merged for el7 is your call, fine for me if you want to remove.
> Just weird since el7 is our main target.
> >
> > Thanks
> >
> > --
> > Irit Goihman
> > Software Engineer
> > Red Hat Israel Ltd.
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-617) NullPointerException when logging in or registering on Jenkins

2016-08-18 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-617:

Resolution: Cannot Reproduce
Status: Done  (was: Blocked)

please reopen if still relevant

> NullPointerException when logging in or registering on Jenkins
> --
>
> Key: OVIRT-617
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-617
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>Priority: High
>
> It was reported that it's impossible to log in or register new users on 
> jenkins.ovirt.org
> sample page showing the error:
> http://jenkins.ovirt.org/securityRealm/createAccount



--
This message was sent by Atlassian JIRA
(v1000.253.3#100011)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1097) review ovirt snapshot static repos and remove not needed RPMs

2017-02-02 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26608#comment-26608
 ] 

eyal edri [Administrator] commented on OVIRT-1097:
--

Verified ovirt-engine-wildfly is already served from latest.tested / tested 
repos :
http://jenkins.ovirt.org/job/ovirt-engine-wildfly10_master_create-rpms-fc24-x86_64_merged/
http://jenkins.ovirt.org/job/ovirt-engine-wildfly10_master_create-rpms-el7-x86_64_merged/

removing it from master snapshot static to avoid getting older pkg from it if 
the pkg will get updated on tested.
[~sbonazo...@redhat.com] fyi. 

> review ovirt snapshot static repos and remove not needed RPMs
> -
>
> Key: OVIRT-1097
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1097
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> We should aim to drop the static repos, any RPMs oVirt needs should come from 
> one of the following sources:
> 1. Built in standard CI via build artifacts job
> 2. If its external, then we need to use the origin repo and not copy it to be 
> on oVirt.
> We can start from master and move to stable versions when its verified.
> existing RPMS on master static: (showing el7 as most OS should be similar )
> .
> ├── noarch
> │   ├── ebay-cors-filter-1.0.1-3.el7.noarch.rpm
> │   ├── ebay-cors-filter-javadoc-1.0.1-3.el7.noarch.rpm
> │   ├── nsis-simple-service-plugin-1.30-1.noarch.rpm
> │   ├── openvswitch-selinux-policy-2.6.90-1.el7.centos.noarch.rpm
> │   ├── openvswitch-test-2.6.90-1.el7.centos.noarch.rpm
> │   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.noarch.rpm
> │   ├── python-openvswitch-2.6.90-1.el7.centos.noarch.rpm
> │   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.noarch.rpm
> │   └── 
> rubygem-fluent-plugin-rewrite-tag-filter-doc-1.5.5-1.el7.centos.noarch.rpm
> ├── ppc64
> │   ├── python-cpopen-1.3-4.el7.ppc64.rpm
> │   └── python-cpopen-debuginfo-1.3-4.el7.ppc64.rpm
> ├── ppc64le
> ├── repodata
> │   ├── 
> 008d859bb942a115e9b0077bd65c84f49e5a01eca2209ad393c27a036237783f-filelists.xml.gz
> │   ├── 
> 14a142882a77ec4120c34a7d88dd69bdcf9463915c34d0f139fe6a9f01a78ca5-filelists.sqlite.bz2
> │   ├── 
> 3299fdf213c4ee0e8bea41142691d1ab861496291a2302dfa32a7247eb43660c-primary.xml.gz
> │   ├── 
> 648a0a77bce1ba70babe4c8f5ac90b8f4b89103f8fa429903d572022066367be-primary.sqlite.bz2
> │   ├── 
> 715d2c608d40b1982b5a02c1c98bc6fca827e46d260849afc8eec6ad928caa6f-other.xml.gz
> │   ├── 
> f54bf13a0e486128a9bc41a975e4ecf597b553c47a7cdb70c169ce8c042c3b94-other.sqlite.bz2
> │   └── repomd.xml
> ├── SRPMS
> │   ├── ebay-cors-filter-1.0.1-3.el7.src.rpm
> │   ├── nsis-simple-service-plugin-1.30-1.src.rpm
> │   ├── openvswitch-2.6.90-1.el7.centos.src.rpm
> │   ├── ovirt-engine-wildfly-10.1.0-1.el7.src.rpm
> │   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.src.rpm
> │   ├── ovirt-web-ui-0.1.0-4.el7.centos.src.rpm
> │   ├── ovirt-web-ui-0.1.1-2.el7.centos.src.rpm
> │   ├── repodata
> │   │   ├── 
> 1f13684ed34daa19755884e49132dcee7b60eafd38b52a51f945a92e63459e65-filelists.xml.gz
> │   │   ├── 
> 3f20e34cc666f1df8667288b5cdf3eb449fed6ab8b032e1a0d9be0fc78d53b56-primary.sqlite.bz2
> │   │   ├── 
> 7e260234efc35f032a0d22f976d17758b2866d742c04911a4758c3552db1-primary.xml.gz
> │   │   ├── 
> 87cdc086330908e1dc39ca53c50eb9b6ba3627b2b562e0d278a0e899fd925167-other.xml.gz
> │   │   ├── 
> e2cb0de1abd9d51f783862d7d498ead766a96261dd942230f0182afee7195bdb-other.sqlite.bz2
> │   │   ├── 
> ed15cb166756bbf49aecd3f8e65ca0da96ca860d64e4fc80a141280a9114e5ee-filelists.sqlite.bz2
> │   │   └── repomd.xml
> │   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.src.rpm
> │   └── vhostmd-0.5-11.el7.src.rpm
> └── x86_64
> ├── openvswitch-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-debuginfo-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-devel-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-central-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-common-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-docker-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-host-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-vtep-2.6.90-1.el7.centos.x86_64.rpm
> ├── ovirt-engine-wildfly-10.1.0-1.el7.x86_64.rpm
> ├── ovirt-web-ui-0.1.0-4.el7.centos.x86_64.rpm
> ├── ovirt-web-ui-0.1.1-2.el7.centos.x86_64.rpm
> ├── vhostmd-0.5-11.el7.x86_64.rpm
> ├── vhostmd-debuginfo-0.5-11.el7.x86_64.rpm
> ├── vm-dump-metrics-0.5-11.el7.x86_64.rpm
> └── vm-dump-metrics-devel-0.5-11.el7.x86_64.rpm



--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1097) review ovirt snapshot static repos and remove not needed RPMs

2017-02-02 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1097:
-
Status: In Progress  (was: To Do)

> review ovirt snapshot static repos and remove not needed RPMs
> -
>
> Key: OVIRT-1097
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1097
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> We should aim to drop the static repos, any RPMs oVirt needs should come from 
> one of the following sources:
> 1. Built in standard CI via build artifacts job
> 2. If its external, then we need to use the origin repo and not copy it to be 
> on oVirt.
> We can start from master and move to stable versions when its verified.
> existing RPMS on master static: (showing el7 as most OS should be similar )
> .
> ├── noarch
> │   ├── ebay-cors-filter-1.0.1-3.el7.noarch.rpm
> │   ├── ebay-cors-filter-javadoc-1.0.1-3.el7.noarch.rpm
> │   ├── nsis-simple-service-plugin-1.30-1.noarch.rpm
> │   ├── openvswitch-selinux-policy-2.6.90-1.el7.centos.noarch.rpm
> │   ├── openvswitch-test-2.6.90-1.el7.centos.noarch.rpm
> │   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.noarch.rpm
> │   ├── python-openvswitch-2.6.90-1.el7.centos.noarch.rpm
> │   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.noarch.rpm
> │   └── 
> rubygem-fluent-plugin-rewrite-tag-filter-doc-1.5.5-1.el7.centos.noarch.rpm
> ├── ppc64
> │   ├── python-cpopen-1.3-4.el7.ppc64.rpm
> │   └── python-cpopen-debuginfo-1.3-4.el7.ppc64.rpm
> ├── ppc64le
> ├── repodata
> │   ├── 
> 008d859bb942a115e9b0077bd65c84f49e5a01eca2209ad393c27a036237783f-filelists.xml.gz
> │   ├── 
> 14a142882a77ec4120c34a7d88dd69bdcf9463915c34d0f139fe6a9f01a78ca5-filelists.sqlite.bz2
> │   ├── 
> 3299fdf213c4ee0e8bea41142691d1ab861496291a2302dfa32a7247eb43660c-primary.xml.gz
> │   ├── 
> 648a0a77bce1ba70babe4c8f5ac90b8f4b89103f8fa429903d572022066367be-primary.sqlite.bz2
> │   ├── 
> 715d2c608d40b1982b5a02c1c98bc6fca827e46d260849afc8eec6ad928caa6f-other.xml.gz
> │   ├── 
> f54bf13a0e486128a9bc41a975e4ecf597b553c47a7cdb70c169ce8c042c3b94-other.sqlite.bz2
> │   └── repomd.xml
> ├── SRPMS
> │   ├── ebay-cors-filter-1.0.1-3.el7.src.rpm
> │   ├── nsis-simple-service-plugin-1.30-1.src.rpm
> │   ├── openvswitch-2.6.90-1.el7.centos.src.rpm
> │   ├── ovirt-engine-wildfly-10.1.0-1.el7.src.rpm
> │   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.src.rpm
> │   ├── ovirt-web-ui-0.1.0-4.el7.centos.src.rpm
> │   ├── ovirt-web-ui-0.1.1-2.el7.centos.src.rpm
> │   ├── repodata
> │   │   ├── 
> 1f13684ed34daa19755884e49132dcee7b60eafd38b52a51f945a92e63459e65-filelists.xml.gz
> │   │   ├── 
> 3f20e34cc666f1df8667288b5cdf3eb449fed6ab8b032e1a0d9be0fc78d53b56-primary.sqlite.bz2
> │   │   ├── 
> 7e260234efc35f032a0d22f976d17758b2866d742c04911a4758c3552db1-primary.xml.gz
> │   │   ├── 
> 87cdc086330908e1dc39ca53c50eb9b6ba3627b2b562e0d278a0e899fd925167-other.xml.gz
> │   │   ├── 
> e2cb0de1abd9d51f783862d7d498ead766a96261dd942230f0182afee7195bdb-other.sqlite.bz2
> │   │   ├── 
> ed15cb166756bbf49aecd3f8e65ca0da96ca860d64e4fc80a141280a9114e5ee-filelists.sqlite.bz2
> │   │   └── repomd.xml
> │   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.src.rpm
> │   └── vhostmd-0.5-11.el7.src.rpm
> └── x86_64
> ├── openvswitch-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-debuginfo-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-devel-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-central-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-common-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-docker-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-host-2.6.90-1.el7.centos.x86_64.rpm
> ├── openvswitch-ovn-vtep-2.6.90-1.el7.centos.x86_64.rpm
> ├── ovirt-engine-wildfly-10.1.0-1.el7.x86_64.rpm
> ├── ovirt-web-ui-0.1.0-4.el7.centos.x86_64.rpm
> ├── ovirt-web-ui-0.1.1-2.el7.centos.x86_64.rpm
> ├── vhostmd-0.5-11.el7.x86_64.rpm
> ├── vhostmd-debuginfo-0.5-11.el7.x86_64.rpm
> ├── vm-dump-metrics-0.5-11.el7.x86_64.rpm
> └── vm-dump-metrics-devel-0.5-11.el7.x86_64.rpm



--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1099) request for admin permissions on jenkins staging

2017-02-02 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1099:
-
Epic Link: OVIRT-400

> request for admin permissions on jenkins staging
> 
>
> Key: OVIRT-1099
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1099
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> Hi,
> Can you please give me admin rights on the jenkins staging instance? 
> I'll like to review the new BlueOcean and do some tests there.



--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1099) request for admin permissions on jenkins staging

2017-02-02 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-1099:


 Summary: request for admin permissions on jenkins staging
 Key: OVIRT-1099
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1099
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: eyal edri [Administrator]
Assignee: infra


Hi,

Can you please give me admin rights on the jenkins staging instance? 
I'll like to review the new BlueOcean and do some tests there.



--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1090) [URGENT][ACTION REQUIRED] Re: [ovirt-devel] Missing vdsm snapshots for Fedoras

2017-01-31 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1090:
-
Resolution: Fixed
Status: Done  (was: To Do)

> [URGENT][ACTION REQUIRED] Re: [ovirt-devel] Missing vdsm snapshots for Fedoras
> --
>
> Key: OVIRT-1090
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1090
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: sbonazzo
>Assignee: infra
>
> We're one week after initial report that vdsm is missing in fc24 repository
> for master.
> We have automation broken due to this.
> Please restore vdsm builder for fc24 master, it's affecting CI for
> hosted-engine, ovirt-release, and possibly other projects...
> On Thu, Jan 26, 2017 at 2:54 PM, Dan Kenigsberg  wrote:
> > On Thu, Jan 26, 2017 at 11:23 AM, Nir Soffer  wrote:
> > > On Thu, Jan 26, 2017 at 11:17 AM, Gil Shinar  wrote:
> > >> VDSM master fc24 is not supported.
> > >
> > > This is the only fedora version we support now.
> > >
> > > Vdsm on Fedora 25 is broken due to m2crypto changes.
> >
> > It's a one-liner configuration change to have Vdsm use the
> > python-native SSL support.
> > We should not drag f24 just for that; we'd better just modify the
> > default for Fedora 25 a-la https://gerrit.ovirt.org/#/c/71248/
> > ___
> > Devel mailing list
> > de...@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/devel
> >
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1093) new gerrit project request: ovirt-on-kubevirt

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-1093:


Assignee: Evgheni Dereveanchin  (was: infra)

> new gerrit project request: ovirt-on-kubevirt
> -
>
> Key: OVIRT-1093
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1093
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Evgheni Dereveanchin
>
> On Jan 31, 2017 18:13, "Fabian Deutsch"  wrote:
> > Hey,
> >
> > could you please create the following repository on gerrit:
> >
> > ovirt-on-kubevirt.git
> >
> > This repository can documentation, diagrams, and a demo of how ovirt
> > can consume KubeVirt.
> >
> > - fabian
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1093) new gerrit project request: ovirt-on-kubevirt

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1093:
-
Summary: new gerrit project request: ovirt-on-kubevirt  (was: Re: 
Repository request)

> new gerrit project request: ovirt-on-kubevirt
> -
>
> Key: OVIRT-1093
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1093
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: infra
>
> On Jan 31, 2017 18:13, "Fabian Deutsch"  wrote:
> > Hey,
> >
> > could you please create the following repository on gerrit:
> >
> > ovirt-on-kubevirt.git
> >
> > This repository can documentation, diagrams, and a demo of how ovirt
> > can consume KubeVirt.
> >
> > - fabian
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Add new project to standard ci from github

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26520#comment-26520
 ] 

eyal edri [Administrator] commented on OVIRT-922:
-

I'm not sure what do you mean by trigger Lago suite, we have a very specific 
way we run today OST suites,
If you are planning to run a specific suite after a specific project, we need 
to know what you mean and check if it will be supported. 

We don't have similar flows TODAY so we'll need to see what will be the best 
approach for it and how it fits into the current standard CI design.

> Add new project to standard ci from github
> --
>
> Key: OVIRT-922
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>  Components: Jenkins
>Reporter: Ondra Machacek
>Assignee: infra
>
> I would like to request a jenkins machine for Ansible modules tests.
> Those tests needs host with nested virtualization as it will create a few 
> virtual machines for tests.
> Actually, what I would need is similar machine which OST are using, but with 
> preinstalled vagrant and ansible.
> Then I would need some possibility to run this job from a hook from github, 
> when new commit is pushed.
> The tests are described here for an idea:
>  https://github.com/machacekondra/ovirt-tests
> Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1093) new gerrit project request: ovirt-on-kubevirt

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26521#comment-26521
 ] 

eyal edri [Administrator] commented on OVIRT-1093:
--

[~ederevea] can you add this new project? 

> new gerrit project request: ovirt-on-kubevirt
> -
>
> Key: OVIRT-1093
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1093
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Evgheni Dereveanchin
>
> On Jan 31, 2017 18:13, "Fabian Deutsch"  wrote:
> > Hey,
> >
> > could you please create the following repository on gerrit:
> >
> > ovirt-on-kubevirt.git
> >
> > This repository can documentation, diagrams, and a demo of how ovirt
> > can consume KubeVirt.
> >
> > - fabian
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1095) replace experimental release rpm with 'oVirt tested' repo

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1095:
-
Labels: experimental tested  (was: )

> replace experimental release rpm with 'oVirt tested' repo
> -
>
> Key: OVIRT-1095
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1095
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: infra
>  Labels: experimental, tested
>
> We now have an oVirt 'tested' repo [1] which is updated from latest.tested, 
> but also retains versions backwards, so anyone using it doesn't need to worry 
> RPMs might disappear in the middle of a test.
> First, lets replace master, if it goes well, continue to all versions.



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1097) review ovirt snapshot static repos and remove not needed RPMs

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] updated OVIRT-1097:
-
Description: 
We should aim to drop the static repos, any RPMs oVirt needs should come from 
one of the following sources:
1. Built in standard CI via build artifacts job
2. If its external, then we need to use the origin repo and not copy it to be 
on oVirt.

We can start from master and move to stable versions when its verified.

existing RPMS on master static: (showing el7 as most OS should be similar )
.
├── noarch
│   ├── ebay-cors-filter-1.0.1-3.el7.noarch.rpm
│   ├── ebay-cors-filter-javadoc-1.0.1-3.el7.noarch.rpm
│   ├── nsis-simple-service-plugin-1.30-1.noarch.rpm
│   ├── openvswitch-selinux-policy-2.6.90-1.el7.centos.noarch.rpm
│   ├── openvswitch-test-2.6.90-1.el7.centos.noarch.rpm
│   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.noarch.rpm
│   ├── python-openvswitch-2.6.90-1.el7.centos.noarch.rpm
│   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.noarch.rpm
│   └── 
rubygem-fluent-plugin-rewrite-tag-filter-doc-1.5.5-1.el7.centos.noarch.rpm
├── ppc64
│   ├── python-cpopen-1.3-4.el7.ppc64.rpm
│   └── python-cpopen-debuginfo-1.3-4.el7.ppc64.rpm
├── ppc64le
├── repodata
│   ├── 
008d859bb942a115e9b0077bd65c84f49e5a01eca2209ad393c27a036237783f-filelists.xml.gz
│   ├── 
14a142882a77ec4120c34a7d88dd69bdcf9463915c34d0f139fe6a9f01a78ca5-filelists.sqlite.bz2
│   ├── 
3299fdf213c4ee0e8bea41142691d1ab861496291a2302dfa32a7247eb43660c-primary.xml.gz
│   ├── 
648a0a77bce1ba70babe4c8f5ac90b8f4b89103f8fa429903d572022066367be-primary.sqlite.bz2
│   ├── 
715d2c608d40b1982b5a02c1c98bc6fca827e46d260849afc8eec6ad928caa6f-other.xml.gz
│   ├── 
f54bf13a0e486128a9bc41a975e4ecf597b553c47a7cdb70c169ce8c042c3b94-other.sqlite.bz2
│   └── repomd.xml
├── SRPMS
│   ├── ebay-cors-filter-1.0.1-3.el7.src.rpm
│   ├── nsis-simple-service-plugin-1.30-1.src.rpm
│   ├── openvswitch-2.6.90-1.el7.centos.src.rpm
│   ├── ovirt-engine-wildfly-10.1.0-1.el7.src.rpm
│   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.src.rpm
│   ├── ovirt-web-ui-0.1.0-4.el7.centos.src.rpm
│   ├── ovirt-web-ui-0.1.1-2.el7.centos.src.rpm
│   ├── repodata
│   │   ├── 
1f13684ed34daa19755884e49132dcee7b60eafd38b52a51f945a92e63459e65-filelists.xml.gz
│   │   ├── 
3f20e34cc666f1df8667288b5cdf3eb449fed6ab8b032e1a0d9be0fc78d53b56-primary.sqlite.bz2
│   │   ├── 
7e260234efc35f032a0d22f976d17758b2866d742c04911a4758c3552db1-primary.xml.gz
│   │   ├── 
87cdc086330908e1dc39ca53c50eb9b6ba3627b2b562e0d278a0e899fd925167-other.xml.gz
│   │   ├── 
e2cb0de1abd9d51f783862d7d498ead766a96261dd942230f0182afee7195bdb-other.sqlite.bz2
│   │   ├── 
ed15cb166756bbf49aecd3f8e65ca0da96ca860d64e4fc80a141280a9114e5ee-filelists.sqlite.bz2
│   │   └── repomd.xml
│   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.src.rpm
│   └── vhostmd-0.5-11.el7.src.rpm
└── x86_64
├── openvswitch-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-debuginfo-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-devel-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-ovn-central-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-ovn-common-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-ovn-docker-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-ovn-host-2.6.90-1.el7.centos.x86_64.rpm
├── openvswitch-ovn-vtep-2.6.90-1.el7.centos.x86_64.rpm
├── ovirt-engine-wildfly-10.1.0-1.el7.x86_64.rpm
├── ovirt-web-ui-0.1.0-4.el7.centos.x86_64.rpm
├── ovirt-web-ui-0.1.1-2.el7.centos.x86_64.rpm
├── vhostmd-0.5-11.el7.x86_64.rpm
├── vhostmd-debuginfo-0.5-11.el7.x86_64.rpm
├── vm-dump-metrics-0.5-11.el7.x86_64.rpm
└── vm-dump-metrics-devel-0.5-11.el7.x86_64.rpm





  was:
We should aim to drop the static repos, any RPMs oVirt needs needs either the 
be:
1. Built in standard CI via build artifacts job
2. If its external, then we need to use the origin repo and not copy it to be 
on oVirt.

We can start from master and move to stable versions when its verified.

existing RPMS on master static: (showing el7 as most OS should be similar )
.
├── noarch
│   ├── ebay-cors-filter-1.0.1-3.el7.noarch.rpm
│   ├── ebay-cors-filter-javadoc-1.0.1-3.el7.noarch.rpm
│   ├── nsis-simple-service-plugin-1.30-1.noarch.rpm
│   ├── openvswitch-selinux-policy-2.6.90-1.el7.centos.noarch.rpm
│   ├── openvswitch-test-2.6.90-1.el7.centos.noarch.rpm
│   ├── ovirt-engine-wildfly-overlay-10.0.0-1.el7.noarch.rpm
│   ├── python-openvswitch-2.6.90-1.el7.centos.noarch.rpm
│   ├── rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-1.el7.centos.noarch.rpm
│   └── 
rubygem-fluent-plugin-rewrite-tag-filter-doc-1.5.5-1.el7.centos.noarch.rpm
├── ppc64
│   ├── python-cpopen-1.3-4.el7.ppc64.rpm
│   └── python-cpopen-debuginfo-1.3-4.el7.ppc64.rpm
├── ppc64le
├── repodata
│   ├── 
008d859bb942a115e9b0077bd65c84f49e5a01eca2209ad393c27a036237783f-filelists.xml.gz
│   ├── 

[JIRA] (OVIRT-1095) replace experimental release rpm with 'oVirt tested' repo

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-1095:


Assignee: eyal edri [Administrator]  (was: infra)

> replace experimental release rpm with 'oVirt tested' repo
> -
>
> Key: OVIRT-1095
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1095
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>Reporter: eyal edri [Administrator]
>Assignee: eyal edri [Administrator]
>  Labels: experimental, tested
>
> We now have an oVirt 'tested' repo [1] which is updated from latest.tested, 
> but also retains versions backwards, so anyone using it doesn't need to worry 
> RPMs might disappear in the middle of a test.
> First, lets replace master, if it goes well, continue to all versions.



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1095) replace experimental release rpm with 'oVirt tested' repo

2017-02-01 Thread eyal edri [Administrator] (oVirt JIRA)
eyal edri [Administrator] created OVIRT-1095:


 Summary: replace experimental release rpm with 'oVirt tested' repo
 Key: OVIRT-1095
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1095
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: eyal edri [Administrator]
Assignee: infra


We now have an oVirt 'tested' repo [1] which is updated from latest.tested, but 
also retains versions backwards, so anyone using it doesn't need to worry RPMs 
might disappear in the middle of a test.

First, lets replace master, if it goes well, continue to all versions.



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


<    1   2   3   4   5   6   7   8   9   10   >