Dell SC: Add exclude_domain_ip option
authorrajinir <rajini_ram@dell.com>
Mon, 10 Apr 2017 16:41:29 +0000 (11:41 -0500)
committerAlex Schultz <aschultz@redhat.com>
Wed, 31 May 2017 12:02:37 +0000 (12:02 +0000)
This option allows users to exclude some fault domains.
Otherwise all domains are returned.

Change-Id: I6eb2bcc7db003a5eebd3924e3e4eb44e35f60483
Depends-On: I8ac91e6720e52da9cf7480f80bcfb456bf0c2433
(cherry picked from commit 49ea8b5ed3ce79857e7875413f908f8cdcce1a8e)

manifests/profile/base/cinder/volume/dellsc.pp

index 534bcb7..ab6bbeb 100644 (file)
@@ -44,6 +44,7 @@ class tripleo::profile::base::cinder::volume::dellsc (
       dell_sc_api_port      => hiera('cinder::backend::dellsc_iscsi::dell_sc_api_port', undef),
       dell_sc_server_folder => hiera('cinder::backend::dellsc_iscsi::dell_sc_server_folder', undef),
       dell_sc_volume_folder => hiera('cinder::backend::dellsc_iscsi::dell_sc_volume_folder', undef),
+      excluded_domain_ip    => hiera('cinder::backend::dellsc_iscsi::excluded_domain_ip', undef),
     }
   }