Difference between revisions of "Customer VM Naming Convention"

From stoney cloud
Jump to: navigation, search
(Created page with "* Hostname production VM: <code>aaa-bbb-nnn</code>, where: ** <code>aaa</code>: company identifier (3 letters), e.g. <code>lop</code> for Lollipop AG or <code>pim</code> for P...")
(No difference)

Revision as of 12:51, 18 August 2018

  • Hostname production VM: aaa-bbb-nnn, where:
    • aaa: company identifier (3 letters), e.g. lop for Lollipop AG or pim for Pricey Issues 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 pim for Pricey Issues 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