Re: suggested patch for review - issue 7158

2018-09-18 Thread Kevin Fenzi
On 09/11/2018 09:12 AM, Zach Villers wrote: > Sorry this has taken so long - I've been fooling around trying to test > locally. I _believe_ I've followed Kevin's guidance. Without further ado; > > - adding planet vars to people role; > > diff --git a/playbooks/groups/people.yml

Re: FBR: Remove containers.fedoraproject.org subdomain

2018-09-18 Thread Kevin Fenzi
+1. This also needs the oc delete project/containers and removing the playbooks, but those parts don't need a freeze break, so thats fine. kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list --

Re: FBR: Add favicon for communityblog

2018-09-18 Thread Kevin Fenzi
On 09/18/2018 01:47 PM, Stephen John Smoogen wrote: > diff --git a/playbooks/include/proxies-rewrites.yml > b/playbooks/include/proxies-rewrites.yml > index 6d0417a..648ce9a 100644 > --- a/playbooks/include/proxies-rewrites.yml > +++ b/playbooks/include/proxies-rewrites.yml > @@ -63,3 +63,10 @@ >

FBR: Remove containers.fedoraproject.org subdomain

2018-09-18 Thread Stephen John Smoogen
diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 50ba745..8d35a5f 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -730,14 +730,6 @@ tags: coreos - role: httpd/reverseproxy

FBR: Add favicon for communityblog

2018-09-18 Thread Stephen John Smoogen
diff --git a/playbooks/include/proxies-rewrites.yml b/playbooks/include/proxies-rewrites.yml index 6d0417a..648ce9a 100644 --- a/playbooks/include/proxies-rewrites.yml +++ b/playbooks/include/proxies-rewrites.yml @@ -63,3 +63,10 @@ path: ^/favicon.ico$ status: 301 target:

Re: FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Randy Barlow
This FBR is applied on production. 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

Re: FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Randy Barlow
Also the formatting on this e-mail was terrible. Sorry for that. Next time I'll just attach a file so Thunderbird doesn't try to get too smart. signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list --

Re: FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Randy Barlow
On 9/18/18 12:22 PM, Stephen John Smoogen wrote: > I see this removing it from 85853d46b5 but how does it connect to the > other update? Hi Smooge! I'm trying to do the minimum amount needed in the FBR, so I plan to use Bodhi's normal features after doing this to add the build to the other

Re: FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Kevin Fenzi
+1 here. 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:

Re: FBR: Make rsyncd download motd a template

2018-09-18 Thread Kevin Fenzi
+1. I guess that will show the phx2.fedoraproject.org, which isn't resolvable from outside, but thats fine since this is just informational. kevin signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list --

Re: FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Stephen John Smoogen
On Tue, 18 Sep 2018 at 12:19, Randy Barlow wrote: > > Context: https://pagure.io/releng/issue/7825 > >>> blivet = m.Build.query.filter_by(nvr='python-blivet-3.1.0-2.fc29').one() > >>> update = m.Update.query.filter_by(alias='FEDORA-2018-85853d46b5').one() > >>> update.builds.remove(blivet) > >>>

FBR: Move python-blivet-3.1.0-2.fc29 from FEDORA-2018-85853d46b5 to FEDORA-2018-f16a71bc92

2018-09-18 Thread Randy Barlow
Context: https://pagure.io/releng/issue/7825 In order to fix that issue, I propose running the following commands on bodhi-backend01: $ sudo -u apache pshell /etc/bodhi/production.ini 2018-09-18 16:09:51,892 INFO [bodhi][MainThread] Using the FakeBugTracker 2018-09-18 16:09:51,892 DEBUG

Re: [PATCH] Raise the file limit on the RabbitMQ cluster

2018-09-18 Thread Jeremy Cline
On 09/18/2018 09:57 AM, Patrick マルタインアンドレアス Uiterwijk wrote: > +1 looks fine to me. Thanks, I've applied the patch, please let me know if it causes any trouble on the next Ansible run and I'll fix it. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline

FBR: Make rsyncd download motd a template

2018-09-18 Thread Stephen John Smoogen
diff --git a/roles/download/tasks/main.yml b/roles/download/tasks/main.yml index 125163a..0726465 100644 --- a/roles/download/tasks/main.yml +++ b/roles/download/tasks/main.yml @@ -39,10 +39,7 @@ - selinux - name: /etc/motd_fedora - copy: src=motd_fedora dest=/etc/motd_fedora - -- name:

Re: [PATCH] Raise the file limit on the RabbitMQ cluster

2018-09-18 Thread Patrick マルタインアンドレアス Uiterwijk
+1 looks fine to me. ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List

Re: Post-FBR: Force openvpn to use tun1

2018-09-18 Thread Stephen John Smoogen
On Tue, 18 Sep 2018 at 00:13, Patrick Uiterwijk wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi all, > > For compatibility with openshift, we need openvpn to use tun1 on the > openshift nodes. > While this does happen automatically if openvpn starts after the openshift > SDN

Re: Post-FBR: Force openvpn to use tun1

2018-09-18 Thread Pierre-Yves Chibon
On Tue, Sep 18, 2018 at 06:12:10AM +0200, Patrick Uiterwijk wrote: > Hi all, > > For compatibility with openshift, we need openvpn to use tun1 on the > openshift nodes. > While this does happen automatically if openvpn starts after the openshift > SDN pod, > this is not always the case. > Can I