From 49639ec8a1335fc6bc45ff9ceb88e4ad5753802d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 3 Jun 2015 22:01:36 -0400 Subject: 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 --- ceph-storage.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ceph-storage.yaml') 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: -- cgit 1.2.3-korg