Customer VM Naming Convention
From stoney cloud
- Hostname production VM:
aaa-bbb-nnn
, where:-
aaa
: company identifier (3 letters), e.g.lop
for Lollipop AG orpit
for Pricey Items GmbH (see Account Naming). -
bbb
: project identifier (3 letters), e.g.int
for "internal systems" ordev
for "development". -
nnn
: three-digit number, starting at 1 (padded with zeros), e.g.001
or023
.
-
- Hostname test VM:
aaa-bbb-tst-nnn
, where:-
aaa
: company identifier (3 letters), e.g.lop
for Lollipop AG orpit
for Pricey Items GmbH (see Account Naming). -
bbb
: project identifier (3 letters), e.g.int
for "internal systems" ordev
for "development". -
nnn
: three-digit number, starting at 1 (padded with zeros), e.g.001
or023
.
-
- Domain:
- Production cloud:
os.stoney-cloud.org
- Test cloud:
os-test.stoney-cloud.org
- Production cloud:
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