[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

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

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

eyal edri [Administrator] updated OVIRT-493:

Resolution: Fixed
Status: Closed  (was: New)

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
> >>> i=${i}_ ;\
> >>>   done ;\
> >>> )
> >>> ( \
> >>> echo "PRODUCT='"oVirt Node Hypervisor"'" 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

2016-04-18 Thread Anatoly (oVirt JIRA)

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

Anatoly commented on OVIRT-493:
---

please merge patch as requested 
https://gerrit.ovirt.org/56304

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
> >>> i=${i}_ ;\
> >>>   done ;\
> >>> )
> >>> ( \
> >>> echo "PRODUCT='"oVirt Node 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

2016-04-18 Thread bkorren (oVirt JIRA)

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

bkorren commented on OVIRT-493:
---

Please add a 'sudo yum install' to the job for now and save us creating a 
Puppet patch we will just have to revert soon.

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
> >>> i=${i}_ ;\
> >>>   done ;\
> >>> )

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

2016-04-18 Thread Anatoly (oVirt JIRA)

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

Anatoly commented on OVIRT-493:
---

Its an old job.
STD ci wasn't there yet.
This job will die when w move to 4.0 (its a vintage node)
And new jobs are using std ci.
Cant we just keep it untill we move to 4.0 and it will die ? 

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo --name=repo${i} --baseurl=${repo}" >> 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

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

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

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

let's wait for [~tlito...@redhat.com] response, it should tell us what is the 
needed solution.
If this job isn't using STD CI, It might be best if the job itself will install 
the RPM for now until it moves to STD. 

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

2016-04-18 Thread bkorren (oVirt JIRA)

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

bkorren commented on OVIRT-493:
---

On 18 April 2016 at 08:07, Eyal Edri  wrote:
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
>>
>> Can you please add sssd-client.rpm to the el7 and nested groups of phx
>> jenkins
>> Tolik
>>

Why arn't you using std-ci there?


> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

2016-04-18 Thread Gil Shinar (oVirt JIRA)

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

Gil Shinar commented on OVIRT-493:
--

Should I wait for the decision whether it is standard CI or should be 
puppetized to all phx slaves?

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
> >>> i=${i}_ ;\
> >>>   done ;\
> >>> )
> >>> ( \
> >>> 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

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

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

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

Assignee: Gil Shinar  (was: infra)

Gil,
Can you look into this?

[~tlito...@redhat.com] is this required on the hypervisor or on the VM?
And if its for the VM, can't you add it to the packages file for standard CI? 

> Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> ---
>
> Key: OVIRT-493
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: eyal edri [Administrator]
>Assignee: Gil Shinar
>
> On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:
> > Can you please add sssd-client.rpm to the el7 and nested groups of phx
> > jenkins
> > Tolik
> >
> > On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
> >
> >> Tolik, can you look at this please? It's been failing for a couple of
> >> days. Looks like it's missing some dependency.
> >> -- Forwarded message --
> >> From: 
> >> Date: Apr 17, 2016 03:27
> >> Subject: Build failed in Jenkins:
> >> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
> >> To: , 
> >> Cc:
> >>
> >> See <
> >>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
> >>> >
> >>>
> >>> --
> >>> [...truncated 214 lines...]
> >>> Resolving Dependencies
> >>> --> Running transaction check
> >>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
> >>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
> >>> --> Finished Dependency Resolution
> >>>
> >>> Dependencies Resolved
> >>>
> >>>
> >>> 
> >>>  Package
> >>> Arch   Version Repository
> >>>   Size
> >>>
> >>> 
> >>> Installing:
> >>>  ovirt-node-plugin-vdsm-recipe
> >>> noarch 0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
> >>>
> >>> Transaction Summary
> >>>
> >>> 
> >>> Install  1 Package
> >>>
> >>> Total download size: 11 k
> >>> Installed size: 18 k
> >>> Downloading packages:
> >>> Running transaction check
> >>> Running transaction test
> >>> Transaction test succeeded
> >>> Running transaction
> >>>   Installing :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>   Verifying  :
> >>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
> >>>
> >>> Installed:
> >>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
> >>>
> >>> Complete!
> >>> + make iso publish
> >>> rm -f *.ks
> >>> Node Creator script is:  /usr/sbin/node-creator
> >>> cp /usr/share/ovirt-node-recipe/*.ks .
> >>> rm -f version.ks
> >>> ( \
> >>>   if [ -n "7" ]; then \
> >>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
> >>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
> >>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
> >>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
> >>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
> >>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
> >>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
> >>> --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
> >>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
> >>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
> >>> \n" ;\
> >>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
> >>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
> >>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
> >>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
> >>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
> >>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
> >>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
> >>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
> >>>   fi; \
> >>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
> >>>   for repo in ; do \
> >>> echo "repo 

[JIRA] (OVIRT-493) Re: Build failed in Jenkins: ovirt-node_ovirt-3.6_create-iso-el7_merged #19

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

 Summary: Re: Build failed in Jenkins: 
ovirt-node_ovirt-3.6_create-iso-el7_merged #19
 Key: OVIRT-493
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-493
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: eyal edri [Administrator]
Assignee: infra


On Apr 17, 2016 7:26 PM, "Tolik Litovsky"  wrote:

> Can you please add sssd-client.rpm to the el7 and nested groups of phx
> jenkins
> Tolik
>
> On Sun, Apr 17, 2016 at 7:17 PM, Ryan Barry  wrote:
>
>> Tolik, can you look at this please? It's been failing for a couple of
>> days. Looks like it's missing some dependency.
>> -- Forwarded message --
>> From: 
>> Date: Apr 17, 2016 03:27
>> Subject: Build failed in Jenkins:
>> ovirt-node_ovirt-3.6_create-iso-el7_merged #19
>> To: , 
>> Cc:
>>
>> See <
>>> http://jenkins.phx.ovirt.org/job/ovirt-node_ovirt-3.6_create-iso-el7_merged/19/
>>> >
>>>
>>> --
>>> [...truncated 214 lines...]
>>> Resolving Dependencies
>>> --> Running transaction check
>>> ---> Package ovirt-node-plugin-vdsm-recipe.noarch
>>> 0:0.6.3-0.0.ovirt36.el7.centos will be installed
>>> --> Finished Dependency Resolution
>>>
>>> Dependencies Resolved
>>>
>>>
>>> 
>>>  Package
>>> Arch   Version Repository
>>>   Size
>>>
>>> 
>>> Installing:
>>>  ovirt-node-plugin-vdsm-recipe
>>> noarch 0.6.3-0.0.ovirt36.el7.centos
>>>
>>>  resources.ovirt.org_pub_ovirt-3.6-snapshot_rpm_el7  11 k
>>>
>>> Transaction Summary
>>>
>>> 
>>> Install  1 Package
>>>
>>> Total download size: 11 k
>>> Installed size: 18 k
>>> Downloading packages:
>>> Running transaction check
>>> Running transaction test
>>> Transaction test succeeded
>>> Running transaction
>>>   Installing :
>>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
>>>   Verifying  :
>>> ovirt-node-plugin-vdsm-recipe-0.6.3-0.0.ovirt36.el7.centos   1/1
>>>
>>> Installed:
>>>   ovirt-node-plugin-vdsm-recipe.noarch 0:0.6.3-0.0.ovirt36.el7.centos
>>>
>>> Complete!
>>> + make iso publish
>>> rm -f *.ks
>>> Node Creator script is:  /usr/sbin/node-creator
>>> cp /usr/share/ovirt-node-recipe/*.ks .
>>> rm -f version.ks
>>> ( \
>>>   if [ -n "7" ]; then \
>>>  CENTOS_REPO_LINE="repo --name=centos --mirrorlist=
>>> http://mirrorlist.centos.org/?release=7=x86_64=os \n" ;\
>>>  UPDATES_REPO_LINE="repo --name=centos-updates --mirrorlist=
>>> http://mirrorlist.centos.org/?release=7=x86_64=updates \n" ;\
>>>  EPEL_REPO_LINE="repo --name=epel --baseurl=
>>> http://dl.fedoraproject.org/pub/epel/7/x86_64 \n" ;\
>>>  OVIRT_REPO_LINE="repo --name=ovirt-repo --baseurl=
>>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot/rpm/el7\n; ;\
>>>  GLUSTER_REPO_LINE="repo --name=ovirt-3.6-glusterfs-x86_64-epel
>>> --baseurl=
>>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/x86_64\n
>>> repo --name=ovirt-3.6-glusterfs-noarch-epel --baseurl=
>>> http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-7/noarch
>>> \n" ;\
>>>  OVIRT_STATIC_LINE="repo --name=ovirt-repo-static --baseurl=
>>> http://resources.ovirt.org/pub/ovirt-3.6-snapshot-static/rpm/el7\n; ;\
>>>  KVM_REPO_LINE="repo --name=kvm --baseurl=
>>> http://cbs.centos.org/repos/virt7-kvm-common-candidate/x86_64/os/ \n";\
>>>  printf "${CENTOS_REPO_LINE}" > repos.ks ;\
>>>  printf "${UPDATES_REPO_LINE}" >> repos.ks ;\
>>>  printf "${EPEL_REPO_LINE}" >> repos.ks ;\
>>>  printf "${OVIRT_REPO_LINE}" >> repos.ks ;\
>>>  printf "${OVIRT_STATIC_LINE}" >> repos.ks ;\
>>>  printf "${GLUSTER_REPO_LINE}" >> repos.ks ;\
>>>  printf "${KVM_REPO_LINE}" >> repos.ks ;\
>>>   fi; \
>>>   echo "# OVIRT_REPO_URL=" >> repos.ks ;\
>>>   for repo in ; do \
>>> echo "repo --name=repo${i} --baseurl=${repo}" >> repos.ks ;\
>>> i=${i}_ ;\
>>>   done ;\
>>> )
>>> ( \
>>> echo "PRODUCT='"oVirt Node Hypervisor"'" ;\
>>> echo "PRODUCT_SHORT='"oVirt Node Hypervisor"'" ;\
>>> echo "PACKAGE=ovirt-node-iso" ;\
>>> echo "VERSION=3.6" ;\
>>> echo "RELEASE=0.999.201604171021.el7.centos" ;\
>>> ) > version.ks
>>> cat vdsm-plugin-iso.ks > tmp-recepie.ks
>>> ksflatten -c tmp-recepie.ks -o ovirt-node-iso.ks
>>> rm -rf tmp-recepie.ks
>>> /usr/sbin/node-creator ovirt-node-iso.ks
>>> Traceback (most recent call last):
>>>   File