Active IQ Unified Manager Discussions

DFM Integration with Nova-volume

GERNETAPP
3,431 Views

Hi to all, im in the middle of a Cloud implementation with OpenStack and NetApp, i´ve configured the DFM Server and now i want to use the nova-volume with the NetApp storage. I´ve setup the nova-volume in the following way:

--volume_driver=nova.volume.netapp.NetAppISCSIDriver
--netapp_wsdl_url=http://10.1.8.11/dfm-5.0.wsdl
--netapp_login=<account for the DFM Server>
--netapp_password=<password for the DFM Server>
--netapp_server_hostname=<IP of the DFM Server>
--netapp_storage_service=

We put the SDK file (dfm-5.0.wsdl) from the DFM Server into a server with Apache.

But i don´t know what to put on the "netapp_storage_service", anyone could give me a hand or know what to put in here?

Thanks in advance!




1 ACCEPTED SOLUTION

kamilmadac
3,431 Views

Hi,

so, we were able to sort it out. Wsdl file from SDK doesn't work. You have to take file from OnCommand installation directory /opt/NTAPdfm/misc/dfm.wsdl. Then you have to create Resource pool, provisioning policy and Storage service in Netapp management console a use its name in netapp_storage_service parameter.

You can find detailed description on my blog http://cloudonstack.blogspot.sk/

View solution in original post

3 REPLIES 3

kamilmadac
3,431 Views

Hi German,

We are just doing Openstack proof of concept in our test environment. Nova-volume on Netapp is almost last part, which we need to test. Were you able to successfully implement it?

Thanks in advance.

kamilmadac
3,432 Views

Hi,

so, we were able to sort it out. Wsdl file from SDK doesn't work. You have to take file from OnCommand installation directory /opt/NTAPdfm/misc/dfm.wsdl. Then you have to create Resource pool, provisioning policy and Storage service in Netapp management console a use its name in netapp_storage_service parameter.

You can find detailed description on my blog http://cloudonstack.blogspot.sk/

GERNETAPP
3,431 Views

Hi,

   Yes we could make it work, we create inside the DFM server a StorageService policy and associate a ResourcePool and a Provisioning Policy, then you configure the nova.conf file with the parameters and restart the service and got it, up and running. Now i'm getting another big issue haha, and the thing is that we are going to migrate all the data on the storage array that we got OpenStack running, so we need an effective an securely way to migrate all the OpenStack LUNs and then get it work into another storage, anyone address this kind of thing? I'll really appreciate the help with this.

Thanks in advance,

Best regards to all,

German

Public