Customer VM Naming Convention: Difference between revisions
Jump to navigation
Jump to 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 11:51, 18 August 2018
- Hostname production VM:
aaa-bbb-nnn, where:aaa: company identifier (3 letters), e.g.lopfor Lollipop AG orpimfor Pricey Issues GmbH (see Account Naming).bbb: project identifier (3 letters), e.g.intfor "internal systems" ordevfor "development".nnn: three-digit number, starting at 1 (padded with zeros), e.g.001or023.
- Hostname test VM:
aaa-bbb-tst-nnn, where:aaa: company identifier (3 letters), e.g.lopfor Lollipop AG orpimfor Pricey Issues GmbH (see Account Naming).bbb: project identifier (3 letters), e.g.intfor "internal systems" ordevfor "development".nnn: three-digit number, starting at 1 (padded with zeros), e.g.001or023.
- Domain:
- Production cloud:
os.stoney-cloud.org - Test cloud:
os-test.stoney-cloud.org
- Production cloud:
Final examples:
lop-int-001.os.stoney-cloud.orglop-int-tst-001.os.stoney-cloud.orgsst-int-001.os-test.stoney-cloud.orgsst-int-tst-001.os-test.stoney-cloud.org