Files
gitea-pages/proposals/draft_naming_conventions.md
2022-11-17 12:40:49 +01:00

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