Add HostnameFormatDefault for Ceph related roles

This change adds the missing hostname format defined for each role but
missing for the Ceph node types.  This parameter is useful and can be
used by other tools that generates the baremetal file used by metalsmith
during the provisioning process.

Closes-Bug: #1748931
Change-Id: I4e8cfe2b5008cdd4986d0a18594706023259a040
This commit is contained in:
Francesco Pantano 2022-03-16 08:04:13 +01:00
parent bcca6b44f6
commit 720dd1482c
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
StorageMgmt:
subnet: storage_mgmt_subnet
uses_deprecated_params: False
HostnameFormatDefault: '%stackname%-cephstorage-%index%'
deprecated_nic_config_name: 'ceph-storage.yaml'
# CephOSD present so serial has to be 1
update_serial: 1

View File

@ -383,6 +383,7 @@
StorageMgmt:
subnet: storage_mgmt_subnet
uses_deprecated_params: False
HostnameFormatDefault: '%stackname%-cephstorage-%index%'
deprecated_nic_config_name: 'ceph-storage.yaml'
# CephOSD present so serial has to be 1
update_serial: 1