diff --git a/proposals/draft_naming_conventions.md b/proposals/draft_naming_conventions.md new file mode 100644 index 00000000..07476d10 --- /dev/null +++ b/proposals/draft_naming_conventions.md @@ -0,0 +1,14 @@ +# 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 \ No newline at end of file