|
|
|
|
|
by usrme
569 days ago
|
|
This is probably out of left field, but what is the benefit of having a naming scheme for nodes without any delimiters? Reading at a glance and not knowing the region name convention of a given provider (i.e. Hetzner), I'm at a loss to quickly decipher the "<region><zone><environment><role><number>" to "euc1pmgr1". I feel like I'm missing something because having delimiters would make all sorts of automated parsing much easier. |
|
Parsing works the same but is based on a simple regex rather than splitting on a hyphen.
euc=eu central; 1=zone/dc; p=production; wkr=worker; 1=node id