Re: FBR clean up repospanner on batcave01/pagure01

2019-03-28 Thread Pierre-Yves Chibon
On Wed, Mar 27, 2019 at 10:41:45AM -0700, Kevin Fenzi wrote: > Greetings. > > Back a long time ago we setup a repospanner cluster for our ansible > repo. We used repospanner01, batcave01 and pagure01 in this cluster. > > However, there were some things that needed fixing up before we could > use

Retirement of sse2fedmsg

2019-03-28 Thread Michal Konecny
Hi everybody, month ago I sent an e-mail asking about the future of this project and nobody responded. So our team decided to retire this project. Project will be officially retired on 28th April 2019. Here is the link to previous e-mail in archive list: https://lists.fedoraproject.org/archiv

[PATCH] distgit/pagure: Increase the cross-project ACLs

2019-03-28 Thread Pierre-Yves Chibon
This just makes pagure accept to generate project-less API tokens with these two ACLs. Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/

Re: FBR: Apply MBS PR#1185 to fix Module Stream Expansion with new platform streams

2019-03-28 Thread Mohan Boddu
LGTM +1 On Wed, Mar 27, 2019 at 1:29 PM Kevin Fenzi wrote: > +1 > > kevin > > > ___ > infrastructure mailing list -- infrastructure@lists.fedoraproject.org > To unsubscribe send an email to > infrastructure-le...@lists.fedoraproject.org > Fedora Code o

FBR: To add coreos-continuous permission to koji hub policy

2019-03-28 Thread Mohan Boddu
Core OS folks wanted to have a separate koji tag to build and tag their Core OS continuous builds. This has been discussed in the releng ticket - https://pagure.io/releng/issue/8165. Also, we tested it staging koji and has been working fine. Here's the staging koji ansible commit: https://infrastr

Re: Need someone to run Thursday meeting

2019-03-28 Thread Mikolaj Izdebski
On Wed, Mar 27, 2019 at 7:10 PM Kevin Fenzi wrote: > > On 3/25/19 4:01 AM, Stephen John Smoogen wrote: > > I will be gone Wed->Sun this week and will need someone to run the > > Thursday Infrastructure meeting. The basics of the meeting are in the > > gobby-0.5 on infinote.fedoraproject.org > > >

Re: Future of fedora-packages

2019-03-28 Thread Kevin Fenzi
On 3/27/19 3:50 AM, Clement Verna wrote: > So the fun fact is that we are already running elasticsearch with > kibana and logstash [0] in our Openshift clusters. So maybe we can > leverage on how this is deployed to run a dedicated instance for > fedora-packages. Yeah. However, it's pretty tailor

Re: [PATCH] distgit/pagure: Increase the cross-project ACLs

2019-03-28 Thread Kevin Fenzi
On 3/28/19 2:58 AM, Pierre-Yves Chibon wrote: > This just makes pagure accept to generate project-less API tokens > with these two ACLs. > > Signed-off-by: Pierre-Yves Chibon > --- > roles/distgit/pagure/templates/pagure.cfg | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/roles/distgi

Re: Future of fedora-packages

2019-03-28 Thread Clement Verna
On Thu, 28 Mar 2019 at 16:27, Kevin Fenzi wrote: > > On 3/27/19 3:50 AM, Clement Verna wrote: > > So the fun fact is that we are already running elasticsearch with > > kibana and logstash [0] in our Openshift clusters. So maybe we can > > leverage on how this is deployed to run a dedicated instanc

[FBR] proxies: fix logic for websockets in reversepassproxy

2019-03-28 Thread Tim Flink
The last patch I did for this added some bits that didn't need to be there and made a bad assumption about the default value for remotepath for the reversepassproxy.conf template. This ended up with unneccesarry complication in the ws balancers and a unintended RewriteCond for any declared reverse

Re: [FBR] proxies: fix logic for websockets in reversepassproxy (small change from first one)

2019-03-28 Thread Tim Flink
I forgot to make a change in the regexp for the RewriteCond - new patch follows: The last patch I did for this added some bits that didn't need to be there and made a bad assumption about the default value for remotepath for the reversepassproxy.conf template. This ended up with unneccesarry comp

FBR: Unfreeze RelEng to push updates

2019-03-28 Thread Mohan Boddu
Hello, I dont know if this FBR is needed or not, but now that we have a GOLD compose for F30 Beta and all the requested f30 builds pushed stable and I cloned f30-Beta tag from f30, now we can start pushing updates to F30 stable as well along with the others. +1's please diff --git a/vars/all/Rel

Re: FBR: Unfreeze RelEng to push updates

2019-03-28 Thread Kevin Fenzi
On 3/28/19 2:50 PM, Mohan Boddu wrote: > Hello, > > I dont know if this FBR is needed or not, but now that we have a GOLD > compose for F30 Beta and all the requested f30 builds pushed stable and I > cloned f30-Beta tag from f30, now we can start pushing updates to F30 > stable as well along with

Re: [FBR] proxies: fix logic for websockets in reversepassproxy (small change from first one)

2019-03-28 Thread Kevin Fenzi
+1 kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfe

Re: Future of fedora-packages

2019-03-28 Thread Kevin Fenzi
On 3/28/19 8:54 AM, Clement Verna wrote: > On Thu, 28 Mar 2019 at 16:27, Kevin Fenzi wrote: >> >> On 3/27/19 3:50 AM, Clement Verna wrote: >>> So the fun fact is that we are already running elasticsearch with >>> kibana and logstash [0] in our Openshift clusters. So maybe we can >>> leverage on ho

FBR: Enable central http logging for internal proxies

2019-03-28 Thread Patrick Uiterwijk
Hi, Can I get +1s for applying the underneath patch and running the logserver.yml playbook? This will make sure we also capture the proxy101/proxy110 http logs on log01. Patrick diff --git a/roles/base/templates/syncHttpLogs.sh.j2 b/roles/base/templates/syncHttpLogs.sh.j2 index d83f63d65..8cca

Re: FBR: Enable central http logging for internal proxies

2019-03-28 Thread Kevin Fenzi
+1 sorry we missed this. kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of

Re: FBR: Enable central http logging for internal proxies

2019-03-28 Thread Stephen John Smoogen
+1 thanks On Thu, Mar 28, 2019 at 6:50 PM Kevin Fenzi wrote: > +1 > > sorry we missed this. > > kevin > > ___ > infrastructure mailing list -- infrastructure@lists.fedoraproject.org > To unsubscribe send an email to > infrastructure-le...@lists.fedorap

Re: FBR: To add coreos-continuous permission to koji hub policy

2019-03-28 Thread Stephen John Smoogen
The lines broke in my email but if the real patch doesn’t have that problem then I think it can be applied On Thu, Mar 28, 2019 at 9:50 AM Mohan Boddu wrote: > Core OS folks wanted to have a separate koji tag to build and tag their > Core OS continuous builds. This has been discussed in the rele

FBR: add proxy101/proxy110 to static syncHttpLogs.sh

2019-03-28 Thread Patrick Uiterwijk
Hi, So it would seem that even though there's a syncHttpLogs.sh.j2 template, that is not actually used... The one that's used is a static syncHttpLogs.sh file. Could I get +1s to add proxy101/proxy110 to that file (see patch underneath) until it gets replaced with the template? Thanks, Patrick

Re: FBR: add proxy101/proxy110 to static syncHttpLogs.sh

2019-03-28 Thread Kevin Fenzi
+1 kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfed