Customer VM Naming Convention

From stoney cloud
Revision as of 11:55, 18 August 2018 by Michael (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search
  • Hostname production VM: aaa-bbb-nnn, where:
    • aaa: company identifier (3 letters), e.g. lop for Lollipop AG or pit for Pricey Items GmbH (see Account Naming).
    • bbb: project identifier (3 letters), e.g. int for "internal systems" or dev for "development".
    • nnn: three-digit number, starting at 1 (padded with zeros), e.g. 001 or 023.
  • Hostname test VM: aaa-bbb-tst-nnn, where:
    • aaa: company identifier (3 letters), e.g. lop for Lollipop AG or pit for Pricey Items GmbH (see Account Naming).
    • bbb: project identifier (3 letters), e.g. int for "internal systems" or dev for "development".
    • nnn: three-digit number, starting at 1 (padded with zeros), e.g. 001 or 023.
  • Domain:
    • Production cloud: os.stoney-cloud.org
    • Test cloud: os-test.stoney-cloud.org

Final examples:

  • lop-int-001.os.stoney-cloud.org
  • lop-int-tst-001.os.stoney-cloud.org
  • sst-int-001.os-test.stoney-cloud.org
  • sst-int-tst-001.os-test.stoney-cloud.org