diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-27 05:57:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-27 05:57:14 +0000 |
commit | b3aab2900ff99a3e1ac58f0794b8c66bef6d3271 (patch) | |
tree | a87347ebd6fbb659b123459bac27ed094ae5944d | |
parent | d19cf051ea9581a16b4a638708e7e32049144bef (diff) | |
parent | 7d75b583b7589e1eb61f91d519bdeea8cb8118f8 (diff) |
Merge "Activate StorageMgmtPort on computes in HCI environment"
-rw-r--r-- | environments/hyperconverged-ceph.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml index 87ebb1d7..cee4ae4a 100644 --- a/environments/hyperconverged-ceph.yaml +++ b/environments/hyperconverged-ceph.yaml @@ -1,9 +1,8 @@ -# If using an isolated StorageMgmt network, this will have to be uncommented to -# plug the network on the compute nodes as well. -#resource_registry: -# OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml +# If not using an isolated StorageMgmt network, the following regitry mapping +# should be commented. +resource_registry: + OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml -# Should match the default list of services for the compute node plus CephOSD parameter_defaults: ComputeServices: - OS::TripleO::Services::CephOSD |