Updated Branches: refs/heads/master 3bb136292 -> 11dc1f0b8
Check manageontap sdk version and provide instructions. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/11dc1f0b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/11dc1f0b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/11dc1f0b Branch: refs/heads/master Commit: 11dc1f0b8e6edd0545bfb9609ab6bf75be91abd2 Parents: 3bb1362 Author: Hugo Trippaers <[email protected]> Authored: Mon Oct 15 17:25:40 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Oct 15 17:25:40 2012 +0200 ---------------------------------------------------------------------- deps/install-non-oss.sh | 5 ++++- plugins/file-systems/netapp/pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/11dc1f0b/deps/install-non-oss.sh ---------------------------------------------------------------------- diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh index d71d774..4b6869e 100755 --- a/deps/install-non-oss.sh +++ b/deps/install-non-oss.sh @@ -19,7 +19,10 @@ mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com.f5 -DartifactId=icontrol -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-netscaler.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar -mvn install:install-file -Dfile=cloud-manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=1.0 -Dpackaging=jar +# +# From http://support.netapp.com/ (not available online, contact your support representative) +# Version: 4.0 +mvn install:install-file -Dfile=manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=4.0 -Dpackaging=jar # # From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSDK41 # Version: 4.1, Release-date: 2010-07-13, Build: 257238 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/11dc1f0b/plugins/file-systems/netapp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml index d2fdda8..e1c8866 100644 --- a/plugins/file-systems/netapp/pom.xml +++ b/plugins/file-systems/netapp/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>com.cloud.com.netapp</groupId> <artifactId>manageontap</artifactId> - <version>1.0</version> + <version>4.0</version> </dependency> </dependencies> </project>
