14 lines
503 B
Markdown
14 lines
503 B
Markdown
# [DRAFT] Naming Conventions Infrastructure Servers
|
|
|
|
To be able to easily identify all Linux core infrastructure servers they should follow the same naming convention.
|
|
|
|
Following pattern should be followed:
|
|
__lx-<purpose>-<number>__
|
|
|
|
Usually there should be a DNS alias __lx-<purpose> -> lx-<purpose>-<number>__ that points to the currently active production server.
|
|
|
|
Examples:
|
|
* lx-repo -> lx-repo-01
|
|
* lx-puppet -> lx-puppet-01
|
|
* lx-puppet-test -> lx-puppet-test-01
|
|
* lx-lc -> lx-lc-01 |