Page MenuHomePhabricator

Set up LVS for AQS
Closed, ResolvedPublic

Description

The Analytics Query Service has been assigned a DNS record for LVS. However, it seems LVS hasn't been fully set up yet:

mobrovac@restbase1001:~$ ping aqs.svc.eqiad.wmnet
PING aqs.svc.eqiad.wmnet (10.2.2.12) 56(84) bytes of data.
^C
--- aqs.svc.eqiad.wmnet ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9070ms

mobrovac@restbase1001:~$ curl -v aqs.svc.eqiad.wmnet:7231/analytics.wikimedia.org/v1/?spec
* Hostname was NOT found in DNS cache
*   Trying 10.2.2.12...
* connect to 10.2.2.12 port 7231 failed: Connection timed out
* Failed to connect to aqs.svc.eqiad.wmnet port 7231: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to aqs.svc.eqiad.wmnet port 7231: Connection timed out

Without a working LVS, we cannot expose AQS' public API.

Event Timeline

mobrovac raised the priority of this task from to High.
mobrovac updated the task description. (Show Details)
mobrovac added projects: Services, Analytics, SRE.

Change 247994 had a related patch set uploaded (by Alexandros Kosiaris):
aqs: Add LVS configuration

https://gerrit.wikimedia.org/r/247994

Change 247996 had a related patch set uploaded (by Mobrovac):
RESTBase: make the port fully configurable and change for AQS to 7232

https://gerrit.wikimedia.org/r/247996

Change 247996 merged by Alexandros Kosiaris:
RESTBase: make the port fully configurable and change for AQS to 7232

https://gerrit.wikimedia.org/r/247996

Change 247994 merged by Alexandros Kosiaris:
aqs: Add LVS configuration

https://gerrit.wikimedia.org/r/247994

akosiaris claimed this task.

LVS for AQS is up and running. We had to migrated restbase on AQS to port 7232 to avoid conflicting with the services restbase installation but otherwise this is done. Resolving