Page MenuHomePhabricator

Redirect old PAWS service at Toolforge
Closed, ResolvedPublic

Description

Which is https://tools.wmflabs.org/paws. This seems currently unusable and may confuse users.

Event Timeline

tools.paws@tools-bastion-05:~$ kubectl get pods -o wide
NAME                 READY     STATUS             RESTARTS   AGE       IP               NODE
hub-8n541            1/1       Running            0          37d       192.168.236.2    tools-worker-1011.tools.eqiad.wmflabs
mysql-a38qr          1/1       Running            0          37d       192.168.194.12   tools-worker-1015.tools.eqiad.wmflabs
mysql-killer-h6gsg   0/1       CrashLoopBackOff   7806       37d       192.168.170.11   tools-worker-1007.tools.eqiad.wmflabs
proxy-keoit          1/1       Running            0          37d       192.168.152.15   tools-worker-1023.tools.eqiad.wmflabs

@Chicocvenancio Considering all the PAWS stuff use a different master, we can just kill these right? AFAICT, all the paws related DNS entries point to 208.80.155.224 => tools-paws-master-01.tools.eqiad.wmflabs.

A simple redirect could be done like T175881#3981161.

Chicocvenancio claimed this task.
Chicocvenancio added a subscriber: bd808.

Redirect done. After some help from @bd808 I found the ReplicationController and deleted them as well.

Mentioned in SAL (#wikimedia-cloud) [2018-02-23T18:33:43Z] <chicocvenancio> redirected tools.wmflabs.org/paws to paws.wmflabs.org and deleted old k8s ReplicationControllers (T188068)