Fixed cinder restart and add warning for LCM

- cinder_config to notify cinder-volume service
 - added warning about LCM to UI

Change-Id: Icbb8867274686ed93d1bb6da3550699ccedd9da4
This commit is contained in:
Roman Sokolkov 2016-07-12 12:05:39 +03:00
parent babf22fb11
commit 42ea9b16e9
2 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class plugin_cinder_netapp::backend::netapp (
Cinder_config <||> -> Plugin_cinder_netapp::Backend::Enable_backend[$netapp_backend_name] ~> Service <||>
Cinder_config <||> ~> Service <||>
cinder_config {
"$netapp_backend_name/volume_backend_name": value => 'cinder_netapp';

View File

@ -1,6 +1,13 @@
attributes:
metadata:
group: 'storage'
restrictions:
- condition: "cluster:status == 'operational'"
action: "none"
message: |
WARNING: Make changes carefully for deployed plugin.
Lifecycle management is in EXPERIMENTAL mode.
INFO: HOT PLUG is fully supported.
# Storage Type
netapp_storage_family:
value: 'ontap_cluster'