Modified nova-volume:
* Tried to refactor to allow other nova-volume drivers to easily be added. * As well, allow other iscsi implementations to be configured in iscsi.pp * Added iscsi_helper and iscsi_ip_address as a parameter for nova::volume::iscsi * Added tests for volume manifests * Added example configs.
This commit is contained in:
@@ -197,6 +197,12 @@ node /controller/ {
|
||||
enabled => true
|
||||
}
|
||||
|
||||
class { 'nova::volume':
|
||||
enabled => true,
|
||||
}
|
||||
|
||||
class { 'nova::volume::iscsi': }
|
||||
|
||||
######## Horizon ########
|
||||
|
||||
class { 'memcached':
|
||||
|
||||
Reference in New Issue
Block a user