Skip to content

Instantly share code, notes, and snippets.

@avirambh
Created October 22, 2015 16:59
Show Gist options
  • Select an option

  • Save avirambh/113064756fa7378bb7f1 to your computer and use it in GitHub Desktop.

Select an option

Save avirambh/113064756fa7378bb7f1 to your computer and use it in GitHub Desktop.
get storage ip
repare_network_config(hiera('network_scheme', {}))
$mlnx = hiera('mellanox-plugin')
if ($mlnx['iser']) {
class { 'mellanox_openstack::cinder_iser' :
iser_ip_address => get_network_role_property('cinder/iscsi', 'ipaddr'),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment