You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/29 11:06:03 UTC

[cloudstack-docs-rn] branch 4.9 updated: upgrade: fix jasypt-1.9.2 version/jar usage

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.9
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-rn.git


The following commit(s) were added to refs/heads/4.9 by this push:
     new c287855  upgrade: fix jasypt-1.9.2 version/jar usage
c287855 is described below

commit c2878550d60e0f96c605208261818ac99a68daa1
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Aug 29 13:05:12 2017 +0200

    upgrade: fix jasypt-1.9.2 version/jar usage
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 source/upgrade/upgrade-4.2.rst | 2 +-
 source/upgrade/upgrade-4.3.rst | 2 +-
 source/upgrade/upgrade-4.4.rst | 2 +-
 source/upgrade/upgrade-4.5.rst | 2 +-
 source/upgrade/upgrade-4.6.rst | 2 +-
 source/upgrade/upgrade-4.7.rst | 2 +-
 source/upgrade/upgrade-4.8.rst | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst
index d0c8017..714b9ed 100644
--- a/source/upgrade/upgrade-4.2.rst
+++ b/source/upgrade/upgrade-4.2.rst
@@ -280,7 +280,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
    Store the output from this step, we need to add this in
    cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index 05b7cc5..8b7bfd2 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -283,7 +283,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
    Store the output from this step, we need to add this in
    cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.4.rst b/source/upgrade/upgrade-4.4.rst
index 9e8e2ac..1e5ab92 100644
--- a/source/upgrade/upgrade-4.4.rst
+++ b/source/upgrade/upgrade-4.4.rst
@@ -285,7 +285,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
    Store the output from this step, we need to add this in
    cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.5.rst b/source/upgrade/upgrade-4.5.rst
index e6403e8..e2ffc74 100644
--- a/source/upgrade/upgrade-4.5.rst
+++ b/source/upgrade/upgrade-4.5.rst
@@ -283,7 +283,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
 Store the output from this step, we need to add this in
 cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.6.rst b/source/upgrade/upgrade-4.6.rst
index 5954609..fc0651f 100644
--- a/source/upgrade/upgrade-4.6.rst
+++ b/source/upgrade/upgrade-4.6.rst
@@ -280,7 +280,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
 Store the output from this step, we need to add this in
 cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.7.rst b/source/upgrade/upgrade-4.7.rst
index c1285c3..3ecaa78 100644
--- a/source/upgrade/upgrade-4.7.rst
+++ b/source/upgrade/upgrade-4.7.rst
@@ -274,7 +274,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
 Store the output from this step, we need to add this in
 cluster\_details table and vmware\_data\_center tables in place of
diff --git a/source/upgrade/upgrade-4.8.rst b/source/upgrade/upgrade-4.8.rst
index 8a65a73..e5383a8 100644
--- a/source/upgrade/upgrade-4.8.rst
+++ b/source/upgrade/upgrade-4.8.rst
@@ -276,7 +276,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" verbose=false
 
 Store the output from this step, we need to add this in
 cluster\_details table and vmware\_data\_center tables in place of

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].