You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2014/09/30 15:43:11 UTC

[1/4] git commit: update to RC1 fixed_issues

Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/4.4 ce9aae601 -> 704ccccd9


update to RC1 fixed_issues


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/6a4f3df5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/6a4f3df5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/6a4f3df5

Branch: refs/heads/4.4
Commit: 6a4f3df5c412889b02f962dbc6fb74581c8933fd
Parents: ce9aae6
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Tue Sep 30 09:41:16 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Tue Sep 30 09:41:16 2014 -0400

----------------------------------------------------------------------
 source/fixed_issues.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6a4f3df5/source/fixed_issues.rst
----------------------------------------------------------------------
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
index fe6fd5a..17fa155 100644
--- a/source/fixed_issues.rst
+++ b/source/fixed_issues.rst
@@ -47,4 +47,6 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-6099 <https://issues.apache.org/jira/browse/CLOUDSTACK-6099>`_  live migration is failing for vm deployed using dynaic compute offerings with NP...
 `CLOUDSTACK-6039 <https://issues.apache.org/jira/browse/CLOUDSTACK-6039>`_  systemvm template for VMWare with jre7...
 `CLOUDSTACK-4770 <https://issues.apache.org/jira/browse/CLOUDSTACK-4770>`_  Management server fails to start with "Unable to get the management server node"...
+`CLOUDSTACK-1632 <https://issues.apache.org/jira/browse/CLOUDSTACK-1632>`_  Mistakes in authorizeSecurityGroup* API docs...
+`CLOUDSTACK-401 <https://issues.apache.org/jira/browse/CLOUDSTACK-401>`_    Storage options missing from table...
 ==========================================================================  ===================================================================================


[4/4] git commit: mysqldump string: add date and same for all upgrade paths

Posted by pd...@apache.org.
mysqldump string: add date and same for all upgrade paths


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/704ccccd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/704ccccd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/704ccccd

Branch: refs/heads/4.4
Commit: 704ccccd9ac8f5bbcda2149bbd34fd7f658f523c
Parents: 26f32f1
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Tue Sep 30 09:42:16 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Tue Sep 30 09:42:16 2014 -0400

----------------------------------------------------------------------
 source/upgrade/upgrade-2.2.14.rst | 4 ++--
 source/upgrade/upgrade-3.0.x.rst  | 4 ++--
 source/upgrade/upgrade-4.0.rst    | 3 ++-
 source/upgrade/upgrade-4.1.rst    | 4 ++--
 source/upgrade/upgrade-4.2.rst    | 4 ++--
 source/upgrade/upgrade-4.3.rst    | 4 ++--
 6 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-2.2.14.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-2.2.14.rst b/source/upgrade/upgrade-2.2.14.rst
index ebf37c9..a2a4281 100644
--- a/source/upgrade/upgrade-2.2.14.rst
+++ b/source/upgrade/upgrade-2.2.14.rst
@@ -132,8 +132,8 @@ Upgrade Steps
 
    .. sourcecode:: bash
 
-      # mysqldump -u root -pmysql_password cloud > cloud-backup.dmp
-      # mysqldump -u root -pmysql_password cloud_usage > cloud-usage-backup.dmp
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 #. Either build RPM/DEB packages as detailed in the Installation Guide,
    or use one of the community provided yum/apt repositories to gain

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-3.0.x.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-3.0.x.rst b/source/upgrade/upgrade-3.0.x.rst
index bb41090..d73bf3d 100644
--- a/source/upgrade/upgrade-3.0.x.rst
+++ b/source/upgrade/upgrade-3.0.x.rst
@@ -121,8 +121,8 @@ Upgrade Steps
 
    .. sourcecode:: bash
 
-      # mysqldump -u root -pmysql_password cloud > cloud-backup.dmp
-      # mysqldump -u root -pmysql_password cloud_usage > cloud-usage-backup.dmp
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 #. Either build RPM/DEB packages as detailed in the Installation Guide,
    or use one of the community provided yum/apt repositories to gain

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-4.0.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.0.rst b/source/upgrade/upgrade-4.0.rst
index fd70bda..8d74b45 100644
--- a/source/upgrade/upgrade-4.0.rst
+++ b/source/upgrade/upgrade-4.0.rst
@@ -76,7 +76,8 @@ Database Preparation
 
    .. sourcecode:: bash
 
-      # mysqldump -u root -p cloud > cloudstack-backup.sql
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 #. Whether you're upgrading a Red Hat/CentOS based system or Ubuntu
    based system, you're going to need to stop the CloudStack management

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-4.1.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.1.rst b/source/upgrade/upgrade-4.1.rst
index 23bba10..7c0d7a3 100644
--- a/source/upgrade/upgrade-4.1.rst
+++ b/source/upgrade/upgrade-4.1.rst
@@ -82,8 +82,8 @@ Backup current database
 
    .. sourcecode:: bash
 
-      $ mysqldump -u root -p cloud > cloud-backup.sql
-      $ mysqldump -u root -p cloud_usage > cloud_usage-backup.sql
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 #. **(KVM Only)** If primary storage of type local storage is in use, the
    path for this storage needs to be verified to ensure it passes new

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-4.2.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst
index f72d68e..3c651d3 100644
--- a/source/upgrade/upgrade-4.2.rst
+++ b/source/upgrade/upgrade-4.2.rst
@@ -82,8 +82,8 @@ Backup current database
 
    .. sourcecode:: bash
 
-      $ mysqldump -u root -p cloud > cloud-backup.sql
-      $ mysqldump -u root -p cloud_usage > cloud_usage-backup.sql
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 
 #. **(KVM Only)** If primary storage of type local storage is in use, the

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/704ccccd/source/upgrade/upgrade-4.3.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index 01613d3..7df9c1b 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -86,8 +86,8 @@ Backup current database
 
    .. sourcecode:: bash
 
-      $ mysqldump -u root -p cloud > cloudstack-backup.sql
-      $ mysqldump -u root -p cloud_usage > cloud_usage-backup.sql
+      $ mysqldump -u root -p cloud > cloud-backup_`date '+%Y-%m-%d'`.sql
+      $ mysqldump -u root -p cloud_usage > cloud_usage-backup_`date '+%Y-%m-%d'`.sql
 
 #. **(KVM Only)** If primary storage of type local storage is in use, the
    path for this storage needs to be verified to ensure it passes new


[2/4] git commit: update typo in jira.py

Posted by pd...@apache.org.
update typo in jira.py


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/cf96c2c5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/cf96c2c5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/cf96c2c5

Branch: refs/heads/4.4
Commit: cf96c2c51777fa067f320fde2337bbc1b8f02086
Parents: 6a4f3df
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Tue Sep 30 09:41:31 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Tue Sep 30 09:41:31 2014 -0400

----------------------------------------------------------------------
 utils/jira.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/cf96c2c5/utils/jira.py
----------------------------------------------------------------------
diff --git a/utils/jira.py b/utils/jira.py
index 1f668df..19c7a90 100755
--- a/utils/jira.py
+++ b/utils/jira.py
@@ -17,7 +17,7 @@
 """jira.py: Output jira issues from https://issues.apache.org/jira into RST format for Apche CloudStack Release-Notes.
 
 Usage:
-  jira.py FILTERID -p USERNAME -u PASSWORD
+  jira.py FILTERID -u USERNAME -p PASSWORD
   jira.py (-h | --help)
   jira.py --version
 


[3/4] git commit: system vm update url for 4.4.1

Posted by pd...@apache.org.
system vm update url for 4.4.1


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/26f32f16
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/26f32f16
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/26f32f16

Branch: refs/heads/4.4
Commit: 26f32f167090e13616368f2543fa8de4a09669e0
Parents: cf96c2c
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Tue Sep 30 09:41:50 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Tue Sep 30 09:41:50 2014 -0400

----------------------------------------------------------------------
 source/global.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/26f32f16/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
index 1b40228..a73d2c7 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -20,9 +20,9 @@
 .. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
 
 .. Latest version systemvm template URL
-.. |sysvm64-url-xen|    replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-xen.vhd.bz2
-.. |sysvm64-url-kvm|    replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-kvm.qcow2.bz2
-.. |sysvm64-url-vmware| replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-vmware.ova
+.. |sysvm64-url-xen|    replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-xen.vhd.bz2
+.. |sysvm64-url-kvm|    replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-kvm.qcow2.bz2
+.. |sysvm64-url-vmware| replace:: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.1-7-vmware.ova
 
 .. Version specific: 4.3 systemvm template URL
 .. |acs43-sysvm64-url-xen|    replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-06-23-master-xen.vhd.bz2