Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-18 Thread Stephen John Smoogen
On Fri, 18 Oct 2019 at 11:10, Randy Barlow wrote: > > On Fri, 2019-10-18 at 09:13 +0200, Adrian Reber wrote: > > Thanks for that recommendation. Can you point me to a place in > > ansible > > where you are using this? For this FBR I would rather not change it > > and > > go with the current

Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-18 Thread Randy Barlow
On Fri, 2019-10-18 at 09:13 +0200, Adrian Reber wrote: > Thanks for that recommendation. Can you point me to a place in > ansible > where you are using this? For this FBR I would rather not change it > and > go with the current solution. The goal is to completely remove the > conditionals because

Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-18 Thread Adrian Reber
On Wed, Oct 16, 2019 at 03:37:17PM -0400, Randy Barlow wrote: > On Wed, 2019-10-16 at 10:50 +0200, Adrian Reber wrote: > > {% if env == "staging" or inventory_hostname == > > "proxy14.fedoraproject.org" %} > > Rather than inlining host names like this, why not use host vars to > define a boolean

Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-16 Thread Randy Barlow
On Wed, 2019-10-16 at 10:50 +0200, Adrian Reber wrote: > {% if env == "staging" or inventory_hostname == > "proxy14.fedoraproject.org" %} Rather than inlining host names like this, why not use host vars to define a boolean variable like "enable_cool_new_rust_mirrorlist". Then you can make that

Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-16 Thread Adrian Reber
On Wed, Oct 16, 2019 at 10:02:09AM -0700, Kevin Fenzi wrote: > On Wed, Oct 16, 2019 at 10:50:09AM +0200, Adrian Reber wrote: > > After a successful test of the new mirrorlist server code in staging, > > this is the next step. Try to make it work in production on one of the > > proxies. As

Re: [FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-16 Thread Kevin Fenzi
On Wed, Oct 16, 2019 at 10:50:09AM +0200, Adrian Reber wrote: > After a successful test of the new mirrorlist server code in staging, > this is the next step. Try to make it work in production on one of the > proxies. As discussed on the mailing list we are trying the new setup > with proxy14. >

[FBR 1/1] Enable new mirrorlist server on proxy14

2019-10-16 Thread Adrian Reber
After a successful test of the new mirrorlist server code in staging, this is the next step. Try to make it work in production on one of the proxies. As discussed on the mailing list we are trying the new setup with proxy14. All the conditionals have been updated to be 'staging or proxy14' and