diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-09-23 13:26:28 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-09-23 13:26:28 +0200 |
commit | 7d75b583b7589e1eb61f91d519bdeea8cb8118f8 (patch) | |
tree | 82285d1b27d706ce3e836903a7c611643f909df9 /environments | |
parent | 4f3e77137538a119123f3e28ce0fd13e307be129 (diff) |
Activate StorageMgmtPort on computes in HCI environment
Change-Id: If4d3b186d1d943ca6fad46427fb3b35699cdfc90
Diffstat (limited to 'environments')
-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 |