Merge "Dell SC: Add secondary DSM support" into stable/ocata

This commit is contained in:
Jenkins 2017-06-15 22:56:35 +00:00 committed by Gerrit Code Review
commit dfe30e0c78
1 changed files with 14 additions and 10 deletions

View File

@ -45,6 +45,10 @@ class tripleo::profile::base::cinder::volume::dellsc (
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),
secondary_san_ip => hiera('cinder::backend::dellsc_iscsi::secondary_san_ip', undef),
secondary_san_login => hiera('cinder::backend::dellsc_iscsi::secondary_san_login', undef),
secondary_san_password => hiera('cinder::backend::dellsc_iscsi::secondary_san_password', undef),
secondary_sc_api_port => hiera('cinder::backend::dellsc_iscsi::secondary_sc_api_port', undef),
}
}