Deprecate hyperconverged-ceph.yaml

This file was introduced in Newton to allow for HCI deployments
without requiring the user to edit roles_data.yaml. However, a
more general solution exists to use composable roles without
manually editing roles_data.yaml. This change adds a comment
describing how to use the new method instead.

Change-Id: I72a29a1ddb77fbdf10c9cf190d2ad5e02100d138
Closes-Bug: #1731104
This commit is contained in:
John Fulton 2017-11-08 23:40:50 -05:00
parent 3bf720ee11
commit 1e1a86e0b7

View File

@ -1,5 +1,14 @@
# If not using an isolated StorageMgmt network, the following regitry mapping
# should be commented.
# DEPRECATED: use the following steps instead for hyperconverged
#
# Rather than use "-e environments/hyperconverged-ceph.yaml" use the
# "openstack overcloud role" command to make a ComputeHCI role along
# with the other roles that are being deployed, for example:
#
# openstack overcloud roles generate -o roles_data.yaml Controller ComputeHCI
#
# Then deploy with "-r roles_data.yaml" in place of this file.
#
# Alternatively, enable the StorageMgmt network in the compute role.
resource_registry:
OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml