283c093187
Truncate cluster name to 30 characters, map ('_', '.') to '-' and remove non alpha-numeric characters. Change-Id: Ibb2bddc5b602a34d0e2bebd1f6bb197669bf21ec Close-Bug: #1718947
7 lines
243 B
YAML
7 lines
243 B
YAML
---
|
|
fixes:
|
|
- |
|
|
From now on, server names are prefixed with the cluster name.
|
|
The cluster name is truncated to 30 characters, ('_', '.') are mapped to '-'
|
|
and non alpha-numeric characters are removed to ensure FQDN compatibility.
|