aboutsummaryrefslogtreecommitdiffstats
path: root/ceph-storage.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-06-03 22:01:36 -0400
committerDan Prince <dprince@redhat.com>2015-06-04 13:28:00 -0400
commit49639ec8a1335fc6bc45ff9ceb88e4ad5753802d (patch)
treea317a610323d19bbe8b461170d0d7bc80319cbfa /ceph-storage.yaml
parent92271fb0545bae0e4bd9aac2dfb0017e9bc6d919 (diff)
Isolate the Ceph storage and storage_mgmt nets
This patch updates the Ceph configuration for the puppet implementation so that it isolates the Ceph traffic for the public and cluster interfaces. By default public traffic runs on the "storage" network and the cluster traffic runs on the "storage mgmt" network. If network isolation is not enabled then the default ctlplane address's will be used for both the public and cluster interfaces. Change-Id: I791244d72c8f42142d9de99e0cf0acdca19e62b0
Diffstat (limited to 'ceph-storage.yaml')
-rw-r--r--ceph-storage.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ceph-storage.yaml b/ceph-storage.yaml
index 74530147..05d80927 100644
--- a/ceph-storage.yaml
+++ b/ceph-storage.yaml
@@ -28,6 +28,11 @@ parameters:
default: ''
description: The list of ip/names to use as Ceph monitors
type: json
+ ServiceNetMap:
+ default: {}
+ description: Mapping of service_name -> network name. Typically set
+ via parameter_defaults in the resource registry.
+ type: json
resources:
CephStorage: