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

503 B

[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