cft_smartcloud 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/CHANGELOG +8 -0
- data/LICENSE +178 -0
- data/README.rdoc +71 -0
- data/Rakefile +53 -0
- data/VERSION +1 -0
- data/bin/smartcloud +37 -0
- data/cft_smartcloud.gemspec +176 -0
- data/lib/cli_tools/README.txt +50 -0
- data/lib/cli_tools/ic-add-keypair.cmd +29 -0
- data/lib/cli_tools/ic-add-keypair.sh +15 -0
- data/lib/cli_tools/ic-allocate-address.cmd +29 -0
- data/lib/cli_tools/ic-allocate-address.sh +14 -0
- data/lib/cli_tools/ic-attach-volume.cmd +27 -0
- data/lib/cli_tools/ic-attach-volume.sh +27 -0
- data/lib/cli_tools/ic-clone-image.cmd +27 -0
- data/lib/cli_tools/ic-clone-image.sh +14 -0
- data/lib/cli_tools/ic-clone-volume.cmd +27 -0
- data/lib/cli_tools/ic-clone-volume.sh +60 -0
- data/lib/cli_tools/ic-cmd.cmd +41 -0
- data/lib/cli_tools/ic-cmd.sh +38 -0
- data/lib/cli_tools/ic-create-instance.cmd +27 -0
- data/lib/cli_tools/ic-create-instance.sh +14 -0
- data/lib/cli_tools/ic-create-password.cmd +27 -0
- data/lib/cli_tools/ic-create-password.sh +14 -0
- data/lib/cli_tools/ic-create-volume.cmd +27 -0
- data/lib/cli_tools/ic-create-volume.sh +14 -0
- data/lib/cli_tools/ic-delete-image.cmd +27 -0
- data/lib/cli_tools/ic-delete-image.sh +14 -0
- data/lib/cli_tools/ic-delete-instance.cmd +27 -0
- data/lib/cli_tools/ic-delete-instance.sh +14 -0
- data/lib/cli_tools/ic-delete-volume.cmd +27 -0
- data/lib/cli_tools/ic-delete-volume.sh +14 -0
- data/lib/cli_tools/ic-describe-address-offerings.cmd +27 -0
- data/lib/cli_tools/ic-describe-address-offerings.sh +14 -0
- data/lib/cli_tools/ic-describe-addresses.cmd +27 -0
- data/lib/cli_tools/ic-describe-addresses.sh +14 -0
- data/lib/cli_tools/ic-describe-image-agreement.cmd +27 -0
- data/lib/cli_tools/ic-describe-image-agreement.sh +14 -0
- data/lib/cli_tools/ic-describe-image.cmd +27 -0
- data/lib/cli_tools/ic-describe-image.sh +14 -0
- data/lib/cli_tools/ic-describe-images.cmd +27 -0
- data/lib/cli_tools/ic-describe-images.sh +14 -0
- data/lib/cli_tools/ic-describe-instance.cmd +27 -0
- data/lib/cli_tools/ic-describe-instance.sh +14 -0
- data/lib/cli_tools/ic-describe-instances.cmd +27 -0
- data/lib/cli_tools/ic-describe-instances.sh +14 -0
- data/lib/cli_tools/ic-describe-keypair.cmd +27 -0
- data/lib/cli_tools/ic-describe-keypair.sh +14 -0
- data/lib/cli_tools/ic-describe-keypairs.cmd +27 -0
- data/lib/cli_tools/ic-describe-keypairs.sh +14 -0
- data/lib/cli_tools/ic-describe-location.cmd +14 -0
- data/lib/cli_tools/ic-describe-location.sh +14 -0
- data/lib/cli_tools/ic-describe-locations.cmd +14 -0
- data/lib/cli_tools/ic-describe-locations.sh +14 -0
- data/lib/cli_tools/ic-describe-request.cmd +27 -0
- data/lib/cli_tools/ic-describe-request.sh +14 -0
- data/lib/cli_tools/ic-describe-vlans.cmd +27 -0
- data/lib/cli_tools/ic-describe-vlans.sh +14 -0
- data/lib/cli_tools/ic-describe-volume-offerings.cmd +27 -0
- data/lib/cli_tools/ic-describe-volume-offerings.sh +14 -0
- data/lib/cli_tools/ic-describe-volume.cmd +27 -0
- data/lib/cli_tools/ic-describe-volume.sh +14 -0
- data/lib/cli_tools/ic-describe-volumes.cmd +27 -0
- data/lib/cli_tools/ic-describe-volumes.sh +14 -0
- data/lib/cli_tools/ic-detach-volume.cmd +27 -0
- data/lib/cli_tools/ic-detach-volume.sh +27 -0
- data/lib/cli_tools/ic-extend-reservation.cmd +27 -0
- data/lib/cli_tools/ic-extend-reservation.sh +14 -0
- data/lib/cli_tools/ic-generate-keypair.cmd +27 -0
- data/lib/cli_tools/ic-generate-keypair.sh +14 -0
- data/lib/cli_tools/ic-release-address.cmd +27 -0
- data/lib/cli_tools/ic-release-address.sh +14 -0
- data/lib/cli_tools/ic-remove-keypair.cmd +27 -0
- data/lib/cli_tools/ic-remove-keypair.sh +14 -0
- data/lib/cli_tools/ic-restart-instance.cmd +27 -0
- data/lib/cli_tools/ic-restart-instance.sh +14 -0
- data/lib/cli_tools/ic-save-instance.cmd +27 -0
- data/lib/cli_tools/ic-save-instance.sh +14 -0
- data/lib/cli_tools/ic-set-default-key.cmd +27 -0
- data/lib/cli_tools/ic-set-default-key.sh +14 -0
- data/lib/cli_tools/ic-update-instance.cmd +27 -0
- data/lib/cli_tools/ic-update-instance.sh +14 -0
- data/lib/cli_tools/ic-update-keypair.cmd +27 -0
- data/lib/cli_tools/ic-update-keypair.sh +14 -0
- data/lib/cli_tools/lib/DeveloperCloud_API_Client_JAR.jar +0 -0
- data/lib/cli_tools/lib/DeveloperCloud_CMD_Tool.jar +0 -0
- data/lib/cli_tools/lib/commons-beanutils-1.6.1.jar +0 -0
- data/lib/cli_tools/lib/commons-cli-1.2.jar +0 -0
- data/lib/cli_tools/lib/commons-codec-1.3.jar +0 -0
- data/lib/cli_tools/lib/commons-collections-3.2.1.jar +0 -0
- data/lib/cli_tools/lib/commons-digester-1.8.jar +0 -0
- data/lib/cli_tools/lib/commons-httpclient-3.1.jar +0 -0
- data/lib/cli_tools/lib/commons-lang-2.3.jar +0 -0
- data/lib/cli_tools/lib/commons-logging-1.1.1.jar +0 -0
- data/lib/cli_tools/logging.properties +7 -0
- data/lib/cli_tools/manifest.rmd +26 -0
- data/lib/config/config.yml +50 -0
- data/lib/hash_fix.rb +37 -0
- data/lib/mime-types-1.16/History.txt +107 -0
- data/lib/mime-types-1.16/Install.txt +17 -0
- data/lib/mime-types-1.16/Licence.txt +15 -0
- data/lib/mime-types-1.16/Manifest.txt +12 -0
- data/lib/mime-types-1.16/README.txt +28 -0
- data/lib/mime-types-1.16/Rakefile +316 -0
- data/lib/mime-types-1.16/lib/mime/types.rb +751 -0
- data/lib/mime-types-1.16/lib/mime/types.rb.data +1324 -0
- data/lib/mime-types-1.16/mime-types.gemspec +43 -0
- data/lib/mime-types-1.16/setup.rb +1585 -0
- data/lib/mime-types-1.16/test/test_mime_type.rb +356 -0
- data/lib/mime-types-1.16/test/test_mime_types.rb +122 -0
- data/lib/mock_smartcloud.rb +53 -0
- data/lib/rest-client-1.6.3/README.rdoc +276 -0
- data/lib/rest-client-1.6.3/Rakefile +66 -0
- data/lib/rest-client-1.6.3/VERSION +1 -0
- data/lib/rest-client-1.6.3/bin/restclient +92 -0
- data/lib/rest-client-1.6.3/history.md +112 -0
- data/lib/rest-client-1.6.3/lib/rest-client.rb +2 -0
- data/lib/rest-client-1.6.3/lib/rest_client.rb +2 -0
- data/lib/rest-client-1.6.3/lib/restclient/abstract_response.rb +106 -0
- data/lib/rest-client-1.6.3/lib/restclient/exceptions.rb +193 -0
- data/lib/rest-client-1.6.3/lib/restclient/net_http_ext.rb +21 -0
- data/lib/rest-client-1.6.3/lib/restclient/payload.rb +220 -0
- data/lib/rest-client-1.6.3/lib/restclient/raw_response.rb +34 -0
- data/lib/rest-client-1.6.3/lib/restclient/request.rb +314 -0
- data/lib/rest-client-1.6.3/lib/restclient/resource.rb +169 -0
- data/lib/rest-client-1.6.3/lib/restclient/response.rb +24 -0
- data/lib/rest-client-1.6.3/lib/restclient.rb +174 -0
- data/lib/restclient_fix.rb +41 -0
- data/lib/smartcloud.rb +616 -0
- data/lib/smartcloud_logger.rb +20 -0
- data/lib/xml-simple-1.0.12/lib/xmlsimple.rb +1028 -0
- data/script/console +3 -0
- data/test/helper.rb +22 -0
- metadata +196 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
ic-cmd.cmd -action AllocateAddress %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action AllocateAddress $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action AttachVolume %*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
|
|
3
|
+
############################################################################
|
|
4
|
+
|
|
5
|
+
#
|
|
6
|
+
|
|
7
|
+
# Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
# All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
#
|
|
24
|
+
|
|
25
|
+
#############################################################################
|
|
26
|
+
|
|
27
|
+
./ic-cmd.sh -action AttachVolume $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action CloneImage %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action CloneImage $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action CloneVolume %*
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
############################################################################
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
#
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# Licensed Materials - Property of IBM
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
#
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
#
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# All Rights Reserved.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
#
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
#
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
#############################################################################
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
./ic-cmd.sh -action CloneVolume $*
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
REM ###########################################################################
|
|
2
|
+
|
|
3
|
+
REM #
|
|
4
|
+
|
|
5
|
+
REM # Licensed Materials - Property of IBM
|
|
6
|
+
|
|
7
|
+
REM #
|
|
8
|
+
|
|
9
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
10
|
+
|
|
11
|
+
REM #
|
|
12
|
+
|
|
13
|
+
REM # All Rights Reserved.
|
|
14
|
+
|
|
15
|
+
REM #
|
|
16
|
+
|
|
17
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
18
|
+
|
|
19
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
20
|
+
|
|
21
|
+
REM #
|
|
22
|
+
|
|
23
|
+
REM #############################################################################
|
|
24
|
+
|
|
25
|
+
if not exist "%JAVA_HOME%\bin\java.exe" goto showhelp
|
|
26
|
+
|
|
27
|
+
SET CL_CLASSPATH=.;%cd%\lib\commons-cli-1.2.jar;%cd%\lib\DeveloperCloud_CMD_Tool.jar;%cd%\lib\commons-logging-1.1.1.jar;%cd%\lib\commons-codec-1.3.jar;%cd%\lib\commons-httpclient-3.1.jar;%cd%\lib\DeveloperCloud_API_Client_JAR.jar;%cd%\lib\commons-beanutils-1.6.1.jar;%cd%\lib\commons-digester-1.8.jar;%cd%\lib\commons-lang-2.3.jar;%cd%\lib\commons-collections-3.2.1.jar
|
|
28
|
+
|
|
29
|
+
call "%JAVA_HOME%\bin\java" -Djava.util.logging.config.file=logging.properties -cp %CL_CLASSPATH% com.ibm.cloud.cmd.tool.Command %*
|
|
30
|
+
|
|
31
|
+
goto end
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
:showhelp
|
|
36
|
+
|
|
37
|
+
echo You don't have JAVA installed or the environment variable JAVA_HOME is not set correctly. Please install Java version version 1.5.x and set the JAVA_HOME environment variable if it's already installed.
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
:end
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
if [ -f ${JAVA_HOME}/bin/java ]; then
|
|
15
|
+
|
|
16
|
+
LANG=en_US
|
|
17
|
+
declare workpath=`pwd`
|
|
18
|
+
declare -a libs=`ls ./lib/`
|
|
19
|
+
|
|
20
|
+
CL_CLASSPATH=""
|
|
21
|
+
for i in ${libs[@]}
|
|
22
|
+
do
|
|
23
|
+
if [ ${i##.*}=".jar" ] ; then
|
|
24
|
+
if [ -z "${CL_CLASSPATH}" ] ; then
|
|
25
|
+
CL_CLASSPATH=${workpath}/lib/${i}
|
|
26
|
+
else
|
|
27
|
+
CL_CLASSPATH=${workpath}/lib/${i}:$CL_CLASSPATH
|
|
28
|
+
fi
|
|
29
|
+
fi
|
|
30
|
+
done
|
|
31
|
+
|
|
32
|
+
export CL_CLASSPATH
|
|
33
|
+
|
|
34
|
+
${JAVA_HOME}/bin/java -Djava.util.logging.config.file=logging.properties -cp ${CL_CLASSPATH} com.ibm.cloud.cmd.tool.Command $*
|
|
35
|
+
|
|
36
|
+
else
|
|
37
|
+
echo You don't have JAVA installed or the environment variable JAVA_HOME is not set correctly. Please install Java version version 1.5.x and set the JAVA_HOME environment variable if it's already installed.
|
|
38
|
+
fi
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action CreateInstance %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action CreateInstance $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action CreatePassword %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action CreatePassword $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action CreateVolume %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action CreateVolume $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DeleteImage %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action DeleteImage $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DeleteInstance %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action DeleteInstance $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DeleteVolume %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action DeleteVolume $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DescribeAddressOfferings %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action DescribeAddressOfferings $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DescribeAddresses %*
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
############################################################################
|
|
3
|
+
#
|
|
4
|
+
# Licensed Materials - Property of IBM
|
|
5
|
+
#
|
|
6
|
+
# (C) COPYRIGHT International Business Machines Corp. 2009
|
|
7
|
+
#
|
|
8
|
+
# All Rights Reserved.
|
|
9
|
+
#
|
|
10
|
+
# US Government Users Restricted Rights - Use, duplication or
|
|
11
|
+
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
12
|
+
#
|
|
13
|
+
#############################################################################
|
|
14
|
+
./ic-cmd.sh -action DescribeAddresses $*
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@echo off
|
|
2
|
+
|
|
3
|
+
REM ###########################################################################
|
|
4
|
+
|
|
5
|
+
REM #
|
|
6
|
+
|
|
7
|
+
REM # Licensed Materials - Property of IBM
|
|
8
|
+
|
|
9
|
+
REM #
|
|
10
|
+
|
|
11
|
+
REM # (C) COPYRIGHT International Business Machines Corp. 2009
|
|
12
|
+
|
|
13
|
+
REM #
|
|
14
|
+
|
|
15
|
+
REM # All Rights Reserved.
|
|
16
|
+
|
|
17
|
+
REM #
|
|
18
|
+
|
|
19
|
+
REM # US Government Users Restricted Rights - Use, duplication or
|
|
20
|
+
|
|
21
|
+
REM # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
22
|
+
|
|
23
|
+
REM #
|
|
24
|
+
|
|
25
|
+
REM #############################################################################
|
|
26
|
+
|
|
27
|
+
ic-cmd.cmd -action DescribeImageAgreement %*
|