Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Alex Monk
Wikitech writes it into LDAP where it'll get read when you SSH into things. Please paste your public key here so we can have a look. On Sat, 11 Jan 2020, 03:21 Roy Smith, wrote: > I'm working my way through the instructions at > https://www.mediawiki.org/wiki/Gerrit/Tutorial/tl;dr. I'm up to a

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Alex Monk
(On the other hand if you just want to use Gerrit and not SSH into any Cloud VPS things, you can probably skip this step) On Sat, 11 Jan 2020, 11:34 Alex Monk, wrote: > Wikitech writes it into LDAP where it'll get read when you SSH into things. > > Please paste your public key here so we can hav

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Roy Smith
> On Jan 11, 2020, at 6:34 AM, Alex Monk wrote: > > Wikitech writes it into LDAP where it'll get read when you SSH into things. > > Please paste your public key here so we can have a look. I've got two different keys I've tried. Both get the same result on wikitech, but work fine in Phab. Pa

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Alex Monk
Looks like you already have those keys in LDAP: $ ldapsearch -LLLx mail=r...@panix.com cn sshPublicKey -o ldif-wrap=no dn: uid=roysmith,ou=people,dc=wikimedia,dc=org cn: RoySmith sshPublicKey: ssh-rsa B3NzaC1yc2EDAQABAAABAQC9GreuxNHdR8LIj2uCjpfcbyFQWT2xqcf6gL7lcil0++26KLQfZln8YuifFC1C/caQqm

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Roy Smith
OK,thanks. It's possible I uploaded them long ago for a different project I was working on, but I don't recall seeing this page before. Are there other interfaces that might have also got them into LDAP? > On Jan 11, 2020, at 10:19 AM, Alex Monk wrote: > > Looks like you already have those

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Alex Monk
Yeah, I think the toolforge admin interface at toolsadmin.wikimedia.org can also add these into LDAP. On Sat, 11 Jan 2020 at 15:30, Roy Smith wrote: > OK,thanks. It's possible I uploaded them long ago for a different project > I was working on, but I don't recall seeing this page before. Are t

Re: [Cloud] Adding SSH key to wikitech?

2020-01-11 Thread Roy Smith
That must be it. I've definitely used that interface. I'll tweak the wiki docs. > On Jan 11, 2020, at 10:31 AM, Alex Monk wrote: > > Yeah, I think the toolforge admin interface at toolsadmin.wikimedia.org > can also add these into LDAP. > > On Sat, 11 Jan

[Cloud] Searching this list?

2020-01-11 Thread Roy Smith
As far as I can tell, there's currently no way to search this list other than month-by-month via the pipermail archive page ? Not sure what the process is here, but I gather (from T193572 ) that each list h

Re: [Cloud] Searching this list?

2020-01-11 Thread RhinosF1 -
I can't see there being an issue. Maybe create a phab task for it? RhinosF1 On Sat, 11 Jan 2020 at 17:59, Roy Smith wrote: > As far as I can tell, there's currently no way to search this list other > than month-by-month via the pipermail archive page >

Re: [Cloud] Searching this list?

2020-01-11 Thread Roy Smith
https://phabricator.wikimedia.org/T242520 > On Jan 11, 2020, at 1:39 PM, RhinosF1 - wrote: > > I can't see there being an issue. Maybe create a phab task for it? > > RhinosF1 > > On Sat, 11 Jan 2020 at 17:59, Roy Smith > wro

Re: [Cloud] Searching this list?

2020-01-11 Thread RhinosF1 -
Patch created! Just needs operations to merge! And I learnt how to use gerrit via the web! RhinosF1 On Sat, 11 Jan 2020 at 18:51, Roy Smith wrote: > https://phabricator.wikimedia.org/T242520 > > > On Jan 11, 2020, at 1:39 PM, RhinosF1 - wrote: > > I can't see there being an issue. Maybe creat

Re: [Cloud] [Cloud-announce] [Toolforge] New Kubernetes cluster open for beta testers

2020-01-11 Thread Maciej Jaros
Hi I tried the migration path described here: https://wikitech.wikimedia.org/wiki/News/2020_Kubernetes_cluster_migration#Manually_migrate_a_webservice_to_the_new_cluster That doesn't seem to be working for me (or at least not for my /dna/ tool). Some problems: 1. `webservice status` on grid en

[Cloud] What's my URL?

2020-01-11 Thread Roy Smith
I've got a django-based tool that I was previously running in test mode directly on the bastion hosts using runserver. Now I'm trying to move that over the kubernetes for production. I've got things to the point where I can bring up a pod and see the server start by watching uwsgi.log: > SIGI

Re: [Cloud] What's my URL?

2020-01-11 Thread Roy Smith
Never mind, I found it by trial-and-error. It's https://tools.wmflabs.org/spi-tools/ But, is that documented anywhere in the wiki? > On Jan 12, 2020, at 12:35 AM, Roy Smith wrote: > > I've got a django-based tool that I was previously running in test m