Page MenuHomePhabricator

Make puppet generate path config for WDQS nodes
Closed, ResolvedPublic

Description

Puppet should generate /etc/wdqs/vars.yaml which on equiad would (temporary) be:

---
data_dir:

and on codfw ones it would be:

---
data_dir: /srv/wdqs/

When/if eqiad servers get repartitioned to have the same partition scheme as codfw ones, the codfw config should be applied to them too. The puppet code should be made flexible so we could transfer servers to new scheme one by one (i.e., we should be able to tell server use one scheme or another).