Difference between revisions of "Customer VM Naming Convention"
From stoney cloud
(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.lop
for Lollipop AG orpim
for Pricey Issues 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 orpim
for Pricey Issues 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