[cloudstack-primate] branch master updated: createnetworkform: Displaying api errors (#885)

2020-12-04 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new 982197f  createnetworkform: Displaying api errors (#885)
982197f is described below

commit 982197fdc8677a56a53097492c2575507eeae686
Author: davidjumani 
AuthorDate: Fri Dec 4 17:48:09 2020 +0530

createnetworkform: Displaying api errors (#885)

createnetworkform: Displaying 'technical' API error message caused by 
backend configuration errors.
---
 src/views/network/CreateIsolatedNetworkForm.vue | 2 ++
 src/views/network/CreateL2NetworkForm.vue   | 2 ++
 src/views/network/CreateSharedNetworkForm.vue   | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/src/views/network/CreateIsolatedNetworkForm.vue 
b/src/views/network/CreateIsolatedNetworkForm.vue
index b4bcdd8..b40c241 100644
--- a/src/views/network/CreateIsolatedNetworkForm.vue
+++ b/src/views/network/CreateIsolatedNetworkForm.vue
@@ -415,6 +415,8 @@ export default {
   this.selectedNetworkOffering = {}
   api('listNetworkOfferings', params).then(json => {
 this.networkOfferings = 
json.listnetworkofferingsresponse.networkoffering
+  }).catch(error => {
+this.$notifyError(error)
   }).finally(() => {
 this.networkOfferingLoading = false
 if (this.arrayHasItems(this.networkOfferings)) {
diff --git a/src/views/network/CreateL2NetworkForm.vue 
b/src/views/network/CreateL2NetworkForm.vue
index fc611b8..b21bce0 100644
--- a/src/views/network/CreateL2NetworkForm.vue
+++ b/src/views/network/CreateL2NetworkForm.vue
@@ -387,6 +387,8 @@ export default {
   }
   api('listNetworkOfferings', params).then(json => {
 this.networkOfferings = 
json.listnetworkofferingsresponse.networkoffering
+  }).catch(error => {
+this.$notifyError(error)
   }).finally(() => {
 this.networkOfferingLoading = false
 if (this.arrayHasItems(this.networkOfferings)) {
diff --git a/src/views/network/CreateSharedNetworkForm.vue 
b/src/views/network/CreateSharedNetworkForm.vue
index 03cf301..e91a563 100644
--- a/src/views/network/CreateSharedNetworkForm.vue
+++ b/src/views/network/CreateSharedNetworkForm.vue
@@ -654,6 +654,8 @@ export default {
   this.networkOfferings = []
   api('listNetworkOfferings', params).then(json => {
 this.networkOfferings = 
json.listnetworkofferingsresponse.networkoffering
+  }).catch(error => {
+this.$notifyError(error)
   }).finally(() => {
 this.networkOfferingLoading = false
 if (this.arrayHasItems(this.networkOfferings)) {



[cloudstack] branch master updated: Update PULL_REQUEST_TEMPLATE.md

2020-11-13 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new deff74c  Update PULL_REQUEST_TEMPLATE.md
deff74c is described below

commit deff74cb937a56d22cd320e7163cc2c42949a647
Author: Paul Angus 
AuthorDate: Fri Nov 13 16:26:54 2020 +

Update PULL_REQUEST_TEMPLATE.md

Update template to return information to the documentation
---
 PULL_REQUEST_TEMPLATE.md | 36 ++--
 1 file changed, 30 insertions(+), 6 deletions(-)

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index c56bc98..858f100 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,5 +1,7 @@
-## Description
-
+### Description
+
+This PR...
+
 
 
 
@@ -8,17 +10,39 @@
 
 
 
-## Types of changes
-
+
+
+
+
+
+### Types of changes
+
 - [ ] Breaking change (fix or feature that would cause existing functionality 
to change)
 - [ ] New feature (non-breaking change which adds functionality)
 - [ ] Bug fix (non-breaking change which fixes an issue)
 - [ ] Enhancement (improves an existing feature and functionality)
 - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
 
-## Screenshots (if appropriate):
+### Feature/Enhancement Scale or Bug Severity
+
+ Feature/Enhancement Scale
+
+- [ ] Major
+- [ ] Minor
+
+ Bug Severity
+
+- [ ] BLOCKER
+- [ ] Critical
+- [ ] Major
+- [ ] Minor
+- [ ] Trivial
+
+
+### Screenshots (if appropriate):
+
 
-## How Has This Been Tested?
+### How Has This Been Tested?
 
 
 



[cloudstack] branch master updated (1954ff3 -> 400641b)

2020-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 1954ff3  move power sync messages to debug
 add e06cf1a  Revert "move power sync messages to debug"
 add 400641b  Revert "Revert "move power sync messages to debug""

No new revisions were added by this update.

Summary of changes:



[cloudstack] branch master updated (9ae4362 -> 1954ff3)

2020-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 9ae4362  add info only log file.
 add 1954ff3  move power sync messages to debug

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/vm/VirtualMachinePowerStateSyncImpl.java| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[cloudstack] branch master updated (d57aa83 -> 9ae4362)

2020-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from d57aa83  server: Added nfs minor version support (#4180)
 add 9ae4362  add info only log file.

No new revisions were added by this update.

Summary of changes:
 server/conf/log4j-cloud.xml.in | 28 +++-
 1 file changed, 27 insertions(+), 1 deletion(-)



[cloudstack-primate] branch master updated: encourage bug submitters to be explicit about the type of users bug affects

2020-07-04 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new 96b47df  encourage bug submitters to be explicit about the type of 
users bug affects
96b47df is described below

commit 96b47dfee941c3c9affefbb250aa793f4eabacc9
Author: Paul Angus 
AuthorDate: Sat Jul 4 11:41:07 2020 +0100

encourage bug submitters to be explicit about the type of users bug affects
---
 .github/ISSUE_TEMPLATE/bug_report.md | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index 54e5d84..332b6d5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,10 +12,12 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on ''
-3. Scroll down to ''
-4. See error
+
+1. Log in as a User or an Admin
+2. Go to '...'
+3. Click on ''
+4. Scroll down to ''
+5. See error
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.



[cloudstack-documentation] branch 4.14 updated: vnc-ports (#138)

2020-06-22 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.14 by this push:
 new 03bc06d  vnc-ports (#138)
03bc06d is described below

commit 03bc06d9ea9b9231b8ea89917640eb8019122bb5
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Mon Jun 22 11:56:12 2020 +0200

vnc-ports (#138)

Add instructions for large numbers of vnc-ports
---
 source/installguide/hypervisor/vsphere.rst | 65 +-
 1 file changed, 56 insertions(+), 9 deletions(-)

diff --git a/source/installguide/hypervisor/vsphere.rst 
b/source/installguide/hypervisor/vsphere.rst
index 4c01b93..af95ddc 100644
--- a/source/installguide/hypervisor/vsphere.rst
+++ b/source/installguide/hypervisor/vsphere.rst
@@ -339,19 +339,66 @@ port group so that CloudStack can find it:
 Extend Port Range for CloudStack Console Proxy
 ^^
 
-(Applies only to VMware vSphere version 4.x)
-
-You need to extend the range of firewall ports that the console proxy
-works with on the hosts. This is to enable the console proxy to work
-with VMware-based VMs. The default additional port range is 59000-6.
-To extend the port range, log in to the VMware ESX service console on
-each host and run the following commands:
+In production environments (large number of VMs), 
+it's needed to extend the range of firewall ports that the console proxy
+works with on the hosts. The default additional port range is 5-50999
+(see global settings ``vmware.additional.vnc.portrange.size`` and 
``vmware.additional.vnc.portrange.start``).
+ 
+Change global setting ``vmware.additional.vnc.portrange.size`` to i.e "1" 
and restart the 
+management-server service on each management server.
+Add those additional ports to the ESXi firewall on each host.
+Log in via SSH to every VMware ESXi host and edit the file 
``/etc/rc.local.d/local.sh``
+by adding the following lines just above the "exit 0" line.:
 
 .. parsed-literal::
 
-   esxcfg-firewall -o 59000-6,tcp,in,vncextras
-   esxcfg-firewall -o 59000-6,tcp,out,vncextras
+   cat < /etc/vmware/firewall/vncAdditionalPorts.xml
+   
+ 
+   vncAdditionalPorts
+   
+ inbound
+ tcp
+ dst
+ 
+   51000
+   6
+ 
+   
+   true
+   false
+ 
+   
+   EOF
+   esxcli network firewall refresh
+
+This will ensure the needed firewall rules are applied on boot of ESXi hosts.
+
+To make the change on the running host, repeat the commands that were just 
added to ``local.sh`` script, at the shell command line:
+
+.. parsed-literal::
 
+   cat < /etc/vmware/firewall/vncAdditionalPorts.xml
+   
+ 
+   vncAdditionalPorts
+   
+ inbound
+ tcp
+ dst
+ 
+   51000
+   6
+ 
+   
+   true
+   false
+ 
+   
+   EOF
+   esxcli network firewall refresh
+   
+Run the script ``/sbin/auto-backup.sh`` and then logout from each ESXi host.
 
 Configure NIC Bonding for vSphere
 ^



[cloudstack-documentation] annotated tag 4.13.0.0 updated (29a3d9e -> 276afb6)

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 29a3d9e  (commit)
  to 276afb6  (tag)
 tagging 29a3d9e2e82bd947de9d4f47d204c23b3724a2c7 (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Wed Oct 30 21:20:26 2019 +

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch master updated: Update upgrade-4.11.rst

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new d152293  Update upgrade-4.11.rst
d152293 is described below

commit d1522932d752d64e3418231b3a601c97302365dd
Author: Paul Angus 
AuthorDate: Wed Oct 30 21:18:07 2019 +

Update upgrade-4.11.rst

reword warning
---
 source/upgrading/upgrade/upgrade-4.11.rst | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/source/upgrading/upgrade/upgrade-4.11.rst 
b/source/upgrading/upgrade/upgrade-4.11.rst
index eaa3819..f1679a1 100644
--- a/source/upgrading/upgrade/upgrade-4.11.rst
+++ b/source/upgrading/upgrade/upgrade-4.11.rst
@@ -50,14 +50,17 @@ Overview of Upgrade Steps:
 .. include:: _customisation_warnings.rst
 
 .. warning::
-If you are not already using the |sysvm64-version| System VM template you 
will need to 
-upgrade your System VM template prior to performing the upgrade of the 
-CloudStack packages.
+If you have not registered the 4.11.3 System VM templates for your 
hypervisors,
+you will need to register them prior to performing the upgrade of the 
CloudStack
+packages. This includes those currently running a **clean** install of 
CloudStack 4.11.3 (ie you
+did not upgrade from another version to reach 4.11.3), you will still need 
to 
+explicitly register the 4.11.3 System VM template(s), you will not however 
need
+to restart the existing system VMs. 
 
-.. warning::
-Even if you are currently running a **clean** install of CloudStack 
4.11.3, you will need to explicitely register the 
-|sysvm64-version| System VM template. If you are running CloudStack 4.11.3 
that was upgraded from some of the previous versions,
-you don't need to register a new |sysvm64-version| System VM template.
+If you are running an instance of CloudStack 4.11.3
+that was upgraded from a the previous versions,
+you will already have explicitly registered the 4.11.3 System VM 
template(s) and
+need not do it again.
 
 .. include:: _sysvm_templates.rst
 



[cloudstack-documentation] 01/01: Merge branch '4.13' of https://github.com/apache/cloudstack-documentation

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit 0dd5c2e5d8a90ef21b90d565abaafa445e229fb7
Merge: ee75b8b 29a3d9e
Author: PaulAngus 
AuthorDate: Wed Oct 30 21:01:46 2019 +

Merge branch '4.13' of https://github.com/apache/cloudstack-documentation

 .gitignore |   3 +-
 source/_imagesource/pvlans.drawio  |   1 +
 source/_static/images/pvlans.png   | Bin 0 -> 65766 bytes
 .../isolation_in_advanced_zone_with_vlan.rst   | 175 +
 .../upgrading/upgrade/_customisation_warnings.rst  |  72 +
 source/upgrading/upgrade/upgrade-4.10.rst  |  60 ---
 source/upgrading/upgrade/upgrade-4.11.rst  |  55 ---
 source/upgrading/upgrade/upgrade-4.12.rst  |  60 +++
 source/upgrading/upgrade/upgrade-4.5.rst   |  24 ++-
 source/upgrading/upgrade/upgrade-4.9.rst   |  68 
 10 files changed, 269 insertions(+), 249 deletions(-)



[cloudstack-documentation] branch master updated (ee75b8b -> 0dd5c2e)

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from ee75b8b  Merge apache/4.13
 add b371c63  Add warning about customisations when upgrading (#71)
 add 701ee28  new systeVM template is required for even 4.11.3 (#76)
 add 980abd3  improve pvlan usage section (#83)
 add 29a3d9e  4.5-to-4.13-doc-update (#81)
 new 0dd5c2e  Merge branch '4.13' of 
https://github.com/apache/cloudstack-documentation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |   3 +-
 source/_imagesource/pvlans.drawio  |   1 +
 source/_static/images/pvlans.png   | Bin 0 -> 65766 bytes
 .../isolation_in_advanced_zone_with_vlan.rst   | 175 +
 .../upgrading/upgrade/_customisation_warnings.rst  |  72 +
 source/upgrading/upgrade/upgrade-4.10.rst  |  60 ---
 source/upgrading/upgrade/upgrade-4.11.rst  |  55 ---
 source/upgrading/upgrade/upgrade-4.12.rst  |  60 +++
 source/upgrading/upgrade/upgrade-4.5.rst   |  24 ++-
 source/upgrading/upgrade/upgrade-4.9.rst   |  68 
 10 files changed, 269 insertions(+), 249 deletions(-)
 create mode 100644 source/_imagesource/pvlans.drawio
 create mode 100644 source/_static/images/pvlans.png
 create mode 100644 source/upgrading/upgrade/_customisation_warnings.rst



[cloudstack-documentation] branch 4.13 updated: 4.5-to-4.13-doc-update (#81)

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 29a3d9e  4.5-to-4.13-doc-update (#81)
29a3d9e is described below

commit 29a3d9e2e82bd947de9d4f47d204c23b3724a2c7
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Wed Oct 30 21:30:09 2019 +0100

4.5-to-4.13-doc-update (#81)

* update with  guest OS customization warning and systemVM template warning
---
 source/upgrading/upgrade/upgrade-4.5.rst | 24 ++--
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/source/upgrading/upgrade/upgrade-4.5.rst 
b/source/upgrading/upgrade/upgrade-4.5.rst
index 4bde28c..7e7d5b4 100644
--- a/source/upgrading/upgrade/upgrade-4.5.rst
+++ b/source/upgrading/upgrade/upgrade-4.5.rst
@@ -34,13 +34,25 @@ working on a production system.
 
 Upgrade Steps:
 
+#. Check any customisations and integrations
+#. Upload the |sysvm64-version| System VM template if not already using it.
+#. Stop all running management servers
 #. Backup CloudStack database (MySQL)
-#. Install new systemvm template
 #. Add package repository for MySQL connector
 #. Upgrade CloudStack management server(s)
 #. Update hypervisors specific dependencies
 
 
+
+.. include:: _customisation_warnings.rst
+
+.. warning::
+If you are not already using the |sysvm64-version| System VM template you 
will need to 
+upgrade your System VM template prior to performing the upgrade of the 
+CloudStack packages.
+
+.. include:: _sysvm_templates.rst
+
 Packages repository
 ---
 
@@ -58,9 +70,6 @@ them for :ref:`ubuntu45` or :ref:`rhel45` and :ref:`kvm45` 
hosts upgrade.
 Instructions for creating packages from the CloudStack source are in the 
 `CloudStack Installation Guide`_.
 
-.. include:: _sysvm_templates.rst
-
-
 Database Preparation
 
 
@@ -141,11 +150,14 @@ This file should have one line, which contains:
 
deb http://download.cloudstack.org/ubuntu precise 4.5
 
+Ubuntu 12.04 Precise is not supported with CloudStack |release|,
+so make sure to have updated your management servers to Xenial or Bionic first.
+
 We'll change it to point to the new package repository:
 
 .. parsed-literal::
 
-   deb http://download.cloudstack.org/ubuntu precise 4.9
+   deb http://download.cloudstack.org/ubuntu bionic 4.13
 
 Setup the public key for the above repository:
 
@@ -218,7 +230,7 @@ This file should have content similar to the following:
gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://download.cloudstack.org/centos/$releasever/4.9/``.
+the base url to ``http://download.cloudstack.org/centos/$releasever/4.13/``.
 
 Setup the GPG public key if you wish to enable ``gpgcheck=1``:
 



[cloudstack-documentation] branch 4.13 updated: improve pvlan usage section (#83)

2019-10-30 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 980abd3  improve pvlan usage section (#83)
980abd3 is described below

commit 980abd3ee593591e126434adf0695664d164d583
Author: Paul Angus 
AuthorDate: Wed Oct 30 19:52:06 2019 +

improve pvlan usage section (#83)
---
 source/_imagesource/pvlans.drawio  |   1 +
 source/_static/images/pvlans.png   | Bin 0 -> 65766 bytes
 .../isolation_in_advanced_zone_with_vlan.rst   | 175 +
 3 files changed, 37 insertions(+), 139 deletions(-)

diff --git a/source/_imagesource/pvlans.drawio 
b/source/_imagesource/pvlans.drawio
new file mode 100644
index 000..984953a
--- /dev/null
+++ b/source/_imagesource/pvlans.drawio
@@ -0,0 +1 @@
+7Vxtc6M2EP41mWk/xIN452POd2k7vXYyzUzb+5QhINvqgeWCHNv36ysZyUYC2xjzdin5YrTAGvZ5drWrlXNnTOPtT4m/WvyGQxjd6Vq4vTM+3uk60FydfjDJLpN4mpUJ5gkK+UVHwTP6BsWdXLpGIUylCwnGEUErWRjg5RIGRJL5SYI38mUzHMnfuvLnsCB4D
 [...]
\ No newline at end of file
diff --git a/source/_static/images/pvlans.png b/source/_static/images/pvlans.png
new file mode 100644
index 000..8095a7a
Binary files /dev/null and b/source/_static/images/pvlans.png differ
diff --git 
a/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst 
b/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
index 61a4e57..33fda6f 100644
--- a/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
+++ b/source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
@@ -14,72 +14,16 @@
under the License.

 
-Isolation in Advanced Zone Using Private VLAN
--
-
-Isolation of guest traffic in shared networks can be achieved by using
-Private VLANs (PVLAN). PVLANs provide Layer 2 isolation between ports
-within the same VLAN. In a PVLAN-enabled shared network, a user VM
-cannot reach other user VM though they can reach the DHCP server and
-gateway, this would in turn allow users to control traffic within a
-network and help them deploy multiple applications without communication
-between application as well as prevent communication with other users'
-VMs.
-
--  Isolate VMs in a shared networks by using Private VLANs.
-
--  Supported on KVM, XenServer, and VMware hypervisors
-
--  PVLAN-enabled shared network can be a part of multiple networks of a
-   guest VM.
-
-
-About Private VLAN
-~~
-
-In an Ethernet switch, a VLAN is a broadcast domain where hosts can
-establish direct communication with each another at Layer 2. Private
-VLAN is designed as an extension of VLAN standard to add further
-segmentation of the logical broadcast domain. A regular VLAN is a single
-broadcast domain, whereas a private VLAN partitions a larger VLAN
-broadcast domain into smaller sub-domains. A sub-domain is represented
-by a pair of VLANs: a Primary VLAN and a Secondary VLAN. The original
-VLAN that is being divided into smaller groups is called Primary, which
-implies that all VLAN pairs in a private VLAN share the same Primary
-VLAN. All the secondary VLANs exist only inside the Primary. Each
-Secondary VLAN has a specific VLAN ID associated to it, which
-differentiates one sub-domain from another.
-
-Three types of ports exist in a private VLAN domain, which essentially
-determine the behaviour of the participating hosts. Each ports will have
-its own unique set of rules, which regulate a connected host's ability
-to communicate with other connected host within the same private VLAN
-domain. Configure each host that is part of a PVLAN pair can be by using
-one of these three port designation:
-
--  **Promiscuous**: A promiscuous port can communicate with all the
-   interfaces, including the community and isolated host ports that
-   belong to the secondary VLANs. In Promiscuous mode, hosts are
-   connected to promiscuous ports and are able to communicate directly
-   with resources on both primary and secondary VLAN. Routers, DHCP
-   servers, and other trusted devices are typically attached to
-   promiscuous ports.
-
--  **Isolated VLANs**: The ports within an isolated VLAN cannot
-   communicate with each other at the layer-2 level. The hosts that are
-   connected to Isolated ports can directly communicate only with the
-   Promiscuous resources. If your customer device needs to have access
-   only to a gateway router, attach it to an isolated port.
-
--  **Community VLANs**: The ports within a community VLAN can
-   communicate with each other and with the promiscuous ports, but they
-   cannot communicate with the ports in other communities at the layer-2
-   level. In a Community mode, direct communication is permitted only
-   with the hosts in the same community and those that are connected to
-   the Primary PV

[cloudstack-www] 01/02: Merge branch 'master' of https://github.com/apache/cloudstack-www into asf-site

2019-10-26 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit 9be23a9cfe957cd871da6ee6d52cb028d5f84027
Merge: d5d1500 74ab951
Author: Blue Orangutan 
AuthorDate: Sat Oct 26 08:24:03 2019 +0100

Merge branch 'master' of https://github.com/apache/cloudstack-www into 
asf-site

 source/bylaws.html.markdown | 243 ++--
 source/cloudstack-faq.html.markdown |  58 -
 source/{ => images}/loader.gif  | Bin
 source/layouts/layout.erb   |   2 +-
 4 files changed, 121 insertions(+), 182 deletions(-)



[cloudstack-www] 02/02: updated PR69 to include compiled content

2019-10-26 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit 8cc8c00c8996171e25194de46617cf445a913eba
Author: Blue Orangutan 
AuthorDate: Sat Oct 26 08:27:38 2019 +0100

updated PR69 to include compiled content
---
 content/about.html|   2 +-
 content/api.html  |   2 +-
 content/api_archives.html |   2 +-
 content/archives.html |   2 +-
 content/bylaws.html   | 574 --
 content/contribute.html   |   2 +-
 content/developers.html   |   2 +-
 content/downloads.html|   2 +-
 content/features.html |   2 +-
 content/history.html  |   2 +-
 content/images/loader.gif | Bin 0 -> 9427 bytes
 content/index.html|   2 +-
 content/mailing-lists.html|   2 +-
 content/security.html |   2 +-
 content/software.html |   2 +-
 content/survey.html   |   2 +-
 content/trademark-guidelines.html |   2 +-
 content/users.html|   2 +-
 content/videos.html   |   2 +-
 content/who.html  |   2 +-
 20 files changed, 383 insertions(+), 227 deletions(-)

diff --git a/content/about.html b/content/about.html
index 561bd98..93f77e3 100644
--- a/content/about.html
+++ b/content/about.html
@@ -60,7 +60,7 @@
 https://blogs.apache.org/cloudstack/; target="_blank">Blog
 History
 Features
-FAQ
+Community 
Bylaws
 Who We Are
 Security
   
diff --git a/content/api.html b/content/api.html
index e0a1688..6621161 100644
--- a/content/api.html
+++ b/content/api.html
@@ -60,7 +60,7 @@
 https://blogs.apache.org/cloudstack/; target="_blank">Blog
 History
 Features
-FAQ
+Community 
Bylaws
 Who We Are
 Security
   
diff --git a/content/api_archives.html b/content/api_archives.html
index b89a856..d14320d 100644
--- a/content/api_archives.html
+++ b/content/api_archives.html
@@ -60,7 +60,7 @@
 https://blogs.apache.org/cloudstack/; target="_blank">Blog
 History
 Features
-FAQ
+Community 
Bylaws
 Who We Are
 Security
   
diff --git a/content/archives.html b/content/archives.html
index cddda76..a8863e1 100644
--- a/content/archives.html
+++ b/content/archives.html
@@ -60,7 +60,7 @@
 https://blogs.apache.org/cloudstack/; target="_blank">Blog
 History
 Features
-FAQ
+Community 
Bylaws
 Who We Are
 Security
   
diff --git a/content/bylaws.html b/content/bylaws.html
index 459c986..d4325c7 100644
--- a/content/bylaws.html
+++ b/content/bylaws.html
@@ -60,7 +60,7 @@
 https://blogs.apache.org/cloudstack/; target="_blank">Blog
 History
 Features
-FAQ
+Community 
Bylaws
 Who We Are
 Security
   
@@ -134,111 +134,144 @@
 
 
 
-1. Introduction
+1 Introduction
 
-1.1. This document defines the bylaws under which the Apache CloudStack 
project
+
+  
+1.1
+This document defines the bylaws under which the Apache CloudStack project
 operates. It defines the roles and responsibilities of the project, who may
 vote, how voting works, how conflicts are resolved and specifies the rules for
 specific project actions.
-
-1.2. CloudStack is a project of the Apache Software Foundation. The 
foundation
+  
+  
+1.2. CloudStack is a project of the Apache Software Foundation. The 
foundation
 holds the trademark on the name "CloudStack" and copyright on Apache code
 including the code in the CloudStack codebase. The foundation FAQ explains the
 operation and background of the foundation.
-
-1.3. CloudStack operates under a set of principles known collectively as the
+  
+  
+1.3. CloudStack operates under a set of principles known collectively 
as the
 "Apache Way". Those principles are: Transparency, consensus, non-affiliation,
 respect for fellow developers, and meritocracy, in no specific order.
+  
+
 
-2. Roles and Responsibilities
+2 Roles and Responsibilities
 
-Apache projects define a set of roles with associated rights and
+Apache projects define a set of roles with 
+associated rights and
 responsibilities. These roles govern what tasks an individual may perform
 within the project. The roles are defined in the following sections:
 
-2.1. Users
-
-The most important participan

[cloudstack-www] branch asf-site updated (d5d1500 -> 8cc8c00c)

2019-10-26 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


from d5d1500  updated PR68 to include compiled content
 add 74ab951  Add bylaws page to website  (#69)
 new 9be23a9  Merge branch 'master' of 
https://github.com/apache/cloudstack-www into asf-site
 new 8cc8c00c updated PR69 to include compiled content

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/about.html|   2 +-
 content/api.html  |   2 +-
 content/api_archives.html |   2 +-
 content/archives.html |   2 +-
 content/bylaws.html   | 574 +-
 content/contribute.html   |   2 +-
 content/developers.html   |   2 +-
 content/downloads.html|   2 +-
 content/features.html |   2 +-
 content/history.html  |   2 +-
 {source => content/images}/loader.gif | Bin
 content/index.html|   2 +-
 content/mailing-lists.html|   2 +-
 content/security.html |   2 +-
 content/software.html |   2 +-
 content/survey.html   |   2 +-
 content/trademark-guidelines.html |   2 +-
 content/users.html|   2 +-
 content/videos.html   |   2 +-
 content/who.html  |   2 +-
 source/bylaws.html.markdown   | 243 +++---
 source/cloudstack-faq.html.markdown   |  58 
 source/{ => images}/loader.gif| Bin
 source/layouts/layout.erb |   2 +-
 24 files changed, 504 insertions(+), 409 deletions(-)
 copy {source => content/images}/loader.gif (100%)
 delete mode 100644 source/cloudstack-faq.html.markdown
 rename source/{ => images}/loader.gif (100%)



[cloudstack-www] branch master updated: Add bylaws page to website (#69)

2019-10-26 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/master by this push:
 new 74ab951  Add bylaws page to website  (#69)
74ab951 is described below

commit 74ab951494bef4d0cb16ee5b4c2e73169cfcd063
Author: Paul Angus 
AuthorDate: Sat Oct 26 07:27:20 2019 +0100

Add bylaws page to website  (#69)

* remove unhelpful faq page, instead add bylaws to menu.
* Add indentation to make bylaws easier to read.
* Merged based on LGTM from R. Yadav and S. Roles (confirmed no changes to 
text, only formatting)
---
 source/bylaws.html.markdown | 243 ++--
 source/cloudstack-faq.html.markdown |  58 -
 source/{ => images}/loader.gif  | Bin
 source/layouts/layout.erb   |   2 +-
 4 files changed, 121 insertions(+), 182 deletions(-)

diff --git a/source/bylaws.html.markdown b/source/bylaws.html.markdown
index 74c680b..401e549 100644
--- a/source/bylaws.html.markdown
+++ b/source/bylaws.html.markdown
@@ -16,111 +16,110 @@ title: Apache CloudStack Project Bylaws
 
 
 
-# 1. Introduction
 
-1.1. This document defines the bylaws under which the Apache CloudStack project
+# 1 Introduction
+
+- 1.1
+  This document defines the bylaws under which the Apache CloudStack project
 operates. It defines the roles and responsibilities of the project, who may
 vote, how voting works, how conflicts are resolved and specifies the rules for
 specific project actions.
 
-1.2. CloudStack is a project of the Apache Software Foundation. The foundation
+- 1.2. CloudStack is a project of the Apache Software Foundation. The 
foundation
 holds the trademark on the name "CloudStack" and copyright on Apache code
 including the code in the CloudStack codebase. The foundation FAQ explains the
 operation and background of the foundation.
 
-1.3. CloudStack operates under a set of principles known collectively as the
+- 1.3. CloudStack operates under a set of principles known collectively as the
 "Apache Way". Those principles are: Transparency, consensus, non-affiliation,
 respect for fellow developers, and meritocracy, in no specific order.
 
-# 2. Roles and Responsibilities
+# 2 Roles and Responsibilities
 
-Apache projects define a set of roles with associated rights and
+   Apache projects define a set of roles with 
+associated rights and
 responsibilities. These roles govern what tasks an individual may perform
 within the project. The roles are defined in the following sections:
 
-2.1. Users
-
+- 2.1. Users.
 The most important participants in the project are people who use our software.
 Users can contribute to the Apache projects by providing feedback to developers
 in the form of bug reports and feature suggestions. As well, users can
 participate in the Apache community by helping other users on mailing lists and
 user support forums. Users who participate in the project through any mechanism
 are considered to be Contributors.
-
-2.2. Contributors
-
-Contributors are all of the volunteers who are contributing time, code,
+- 2.2. Contributors
+  Contributors are all of the volunteers who are contributing time, code,
 documentation, or resources to the CloudStack Project. Contributions are not
 just code, but can be any combination of documentation, testing, user support,
 code, code reviews, bug reporting, community organizing, project marketing, or
 numerous other activities that help promote and improve the Apache CloudStack
 project and community.
 
-A Contributor that makes sustained, welcome contributions to the project may be
+ A Contributor that makes sustained, welcome contributions to the project may 
be
 invited to become a Committer by the PMC. The invitation will be at the
 discretion of a supporting PMC member.
 
-2.3. Committers
-
-The project's Committers are responsible for the project's technical
+- 2.3. Committers
+  The project's Committers are responsible for the project's technical
 management. Committers have access to all project source control repositories.
 Committers may cast binding votes on any technical discussion regarding the
 project (or any sub-project).
 
-2.3.1. Committer access is by invitation only and must be approved by a lazy
+  - 2.3.1. Committer access is by invitation only and must be approved by a 
lazy
 consensus of the active PMC members.
 
-2.3.2. All Apache Committers are required to have a signed Individual
+  - 2.3.2. All Apache Committers are required to have a signed Individual
 Contributor License Agreement (ICLA) on file with the Apache Software
 Foundation. There is a Committer FAQ which provides more details on the
 requirements for Committers at Apache.
 
-2.3.3. A Committer who makes a sustained contribution to the project may be
+  - 2.3.3. A Committer who makes a sustained contribution to the project may

[cloudstack-documentation] annotated tag 4.13.0.0 updated (b371c63 -> 027c08a)

2019-10-21 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from b371c63  (commit)
  to 027c08a  (tag)
 tagging b371c63c069ee683b045771f535d449d7450a0ca (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Mon Oct 21 17:44:48 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch 4.13 updated: Add warning about customisations when upgrading (#71)

2019-10-11 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new b371c63  Add warning about customisations when upgrading (#71)
b371c63 is described below

commit b371c63c069ee683b045771f535d449d7450a0ca
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Fri Oct 11 17:25:55 2019 +0200

Add warning about customisations when upgrading (#71)
---
 .gitignore |  3 +-
 .../upgrading/upgrade/_customisation_warnings.rst  | 72 ++
 source/upgrading/upgrade/upgrade-4.10.rst  | 60 ++
 source/upgrading/upgrade/upgrade-4.11.rst  | 50 ---
 source/upgrading/upgrade/upgrade-4.12.rst  | 60 +-
 source/upgrading/upgrade/upgrade-4.9.rst   | 68 +++-
 6 files changed, 209 insertions(+), 104 deletions(-)

diff --git a/.gitignore b/.gitignore
index 10561bd..92e8509 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 build/
-.vscode
\ No newline at end of file
+.vscode
+source/_build/
diff --git a/source/upgrading/upgrade/_customisation_warnings.rst 
b/source/upgrading/upgrade/_customisation_warnings.rst
new file mode 100644
index 000..3985a32
--- /dev/null
+++ b/source/upgrading/upgrade/_customisation_warnings.rst
@@ -0,0 +1,72 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+.. sub-section included in upgrade notes.
+
+CloudStack Customisations
+--
+
+There are a number of ways in which administrators can customise CloudStack.  
During an
+upgrade, a number of these could be overridden.  Therefore steps should be 
taken to ensure
+that they can be restored after the upgrade is completed.
+
+
+Guest OS mappings
+##
+
+A new CloudStack release often brings compatibility with new hypervisors, and 
therefore 
+new Guest OS mappings. An API is provided to manually add guest OSes and the
+relevant hypervisor mappings, however, there is a high probability that 
manually 
+added guest OSes and/or mappings would conflict with guest OSes and/or mappings
+added as part of a version upgrade.
+
+It is therefore essential to remove any Guest OS mappings that were manually 
added 
+in order to ensure a successful upgrade.  If need be, any custom Guest OS 
mappings 
+still 'missing' after an upgrade can be re-added after the upgrade.
+That means that any custom added rows in the *guest_os*, 
*guest_os_hypervisor*, 
+*guest_os_details* and *guest_os_category* database tables, should be removed 
+prior to the upgrade, and added later if needed.
+
+.. warning::
+  Manually added guest OS mappings can cause the upgrade process to fail.
+
+
+Customised CSS
+###
+
+If you have altered the CSS files in order to customise the appearance of the 
CloudStack UI,
+you should make a backup copy as the installed CSS files are likely to be 
overwritten during
+any upgrade.
+
+You should inspect a 'diff' of your customised css files and the new versions, 
and then
+reapply your changes to the new files as the new versions may contain changes 
to better display existing
+elements or have new entries to support new UI elements.
+
+Plugins
+###
+
+If you have 3rd party plugins installed, you should backup your plugins 
directories and the
+plugins.js file.  While the plugins directories *should* remain untouched, the 
plugins.js
+file is likely to be overwritten.
+
+3rd Party Integrations
+###
+
+CloudStack is put through extensive regression testing during a release cycle, 
however 
+the numerous 3rd party integrations which are available cannot all be tested 
by the 
+community nor indeed may the community know about many of them. Therefore it 
is essential
+that you verify that your integrations will continue to work after an upgrade 
through thorough
+testing and checking with the vendor/supplier of your integrations.
+
diff --git a/source/upgrading/upgrade/upgrade-4.10.rst 
b/source/upgrading/upgrade/upgr

[cloudstack-www] branch call-home deleted (was 12a2965)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch call-home
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 12a2965  Add page with the Call-Home feature where we can point users 
to

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch update-PMC-list deleted (was f619113)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch update-PMC-list
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was f619113  Added recently appointed PMCs to the list

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch remove-build-dir deleted (was 60d497f)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch remove-build-dir
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 60d497f  update build.sh to remove build dir from git

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch karuturi-4.10.0-release deleted (was 30e53f0)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch karuturi-4.10.0-release
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 30e53f0  updated current version

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch 4.10-release deleted (was 48210fd)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.10-release
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 48210fd  4.10.0.0 release

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch known-users-update deleted (was c021290)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch known-users-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was c021290  Link fix

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-www] branch dynamicwholist deleted (was 5f21235)

2019-10-09 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch dynamicwholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 5f21235  Dynamic who page using Apache Phonebook javascript link to 
Whimsy

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (b212884 -> 812a241)

2019-10-07 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 413-upgrade-doc-note-on-custom-os
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from b212884  fix 4.9 link and refactor headings
 add 812a241  fix css typo and add missing upgrade steps

No new revisions were added by this update.

Summary of changes:
 .../upgrading/upgrade/_customisation_warnings.rst  |  2 +-
 source/upgrading/upgrade/upgrade-4.10.rst  | 51 +++--
 source/upgrading/upgrade/upgrade-4.11.rst  | 47 +--
 source/upgrading/upgrade/upgrade-4.12.rst  | 50 ++--
 source/upgrading/upgrade/upgrade-4.9.rst   | 53 --
 5 files changed, 106 insertions(+), 97 deletions(-)



[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (62cdc76 -> b212884)

2019-10-07 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 413-upgrade-doc-note-on-custom-os
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 62cdc76  refactor for customisations in general
 add b212884  fix 4.9 link and refactor headings

No new revisions were added by this update.

Summary of changes:
 source/upgrading/upgrade/_customisation_warnings.rst | 10 +-
 source/upgrading/upgrade/upgrade-4.9.rst | 11 +--
 2 files changed, 14 insertions(+), 7 deletions(-)



[cloudstack-documentation] branch 413-upgrade-doc-note-on-custom-os updated (9b9dfd7 -> 62cdc76)

2019-10-05 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 413-upgrade-doc-note-on-custom-os
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 9b9dfd7  fix
 add 62cdc76  refactor for customisations in general

No new revisions were added by this update.

Summary of changes:
 .gitignore |  3 +-
 .../upgrading/upgrade/_custom_guest_os_notice.rst  | 30 -
 .../upgrading/upgrade/_customisation_warnings.rst  | 72 ++
 source/upgrading/upgrade/upgrade-4.10.rst  | 11 +++-
 source/upgrading/upgrade/upgrade-4.11.rst  |  5 +-
 source/upgrading/upgrade/upgrade-4.12.rst  |  5 +-
 6 files changed, 89 insertions(+), 37 deletions(-)
 delete mode 100644 source/upgrading/upgrade/_custom_guest_os_notice.rst
 create mode 100644 source/upgrading/upgrade/_customisation_warnings.rst



[cloudstack-documentation] annotated tag 4.13.0.0 updated (19019c3 -> b01385e)

2019-10-02 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 19019c3  (commit)
  to b01385e  (tag)
 tagging 19019c3e47d41f661a491be6d99efaf144bcc7b2 (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Wed Oct 2 17:53:37 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] annotated tag 4.13.0.0 deleted (was bc93cfc)

2019-10-02 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

   tag was  bc93cfc

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch master updated (4ceefe3 -> 19019c3)

2019-10-02 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 4ceefe3  Debian repository GPG signing (#52)
 add dbfdd97  update release notes pt1
 add 241cd5c  Merge branch 'master' of 
https://github.com/shapeblue/cloudstack-documentation into 4.13releasenotes
 add 7d1cfa0  update compatibility
 add 263a087  rename change file
 add 8bdeb8d  Merge branch 'master' of 
https://github.com/apache/cloudstack-documentation into 4.13
 add 11fcd2a  update 'about' 4.13 release
 add a95f87c  Merge branch 'master' of 
https://github.com/apache/cloudstack-documentation into 4.13
 add 19019c3  fix systemvm template ambiguity

No new revisions were added by this update.

Summary of changes:
 source/_global.rst|1 +
 source/releasenotes/about.rst |  135 +-
 source/releasenotes/api-changes.rst   |  771 +++-
 source/releasenotes/changes.rst   |  617 ++
 source/releasenotes/compat.rst|7 +-
 source/releasenotes/fixed_issues.rst  | 2998 -
 source/releasenotes/index.rst |9 +-
 source/upgrading/upgrade/upgrade-4.11.rst |6 +
 source/upgrading/upgrade/upgrade-4.12.rst |9 +-
 9 files changed, 905 insertions(+), 3648 deletions(-)
 create mode 100644 source/releasenotes/changes.rst
 delete mode 100644 source/releasenotes/fixed_issues.rst



[cloudstack-documentation] branch 4.13 updated: fix systemvm template ambiguity

2019-10-02 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 19019c3  fix systemvm template ambiguity
19019c3 is described below

commit 19019c3e47d41f661a491be6d99efaf144bcc7b2
Author: Paul Angus 
AuthorDate: Wed Oct 2 17:51:00 2019 +0100

fix systemvm template ambiguity
---
 source/_global.rst|  1 +
 source/upgrading/upgrade/upgrade-4.11.rst |  6 ++
 source/upgrading/upgrade/upgrade-4.12.rst | 11 +++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/source/_global.rst b/source/_global.rst
index d7a83ba..87044f6 100644
--- a/source/_global.rst
+++ b/source/_global.rst
@@ -25,6 +25,7 @@
 
 .. Latest version systemvm template name
 
+.. |sysvm64-version| replace:: 4.11.3
 .. |sysvm64-name-xen|replace:: systemvm-xenserver-4.11.3
 .. |sysvm64-name-kvm|replace:: systemvm-kvm-4.11.3
 .. |sysvm64-name-vmware| replace:: systemvm-vmware-4.11.3
diff --git a/source/upgrading/upgrade/upgrade-4.11.rst 
b/source/upgrading/upgrade/upgrade-4.11.rst
index 5326239..b2fd91a 100644
--- a/source/upgrading/upgrade/upgrade-4.11.rst
+++ b/source/upgrading/upgrade/upgrade-4.11.rst
@@ -34,11 +34,17 @@ working on a production system.
 
 Upgrade Steps:
 
+#. Upload the |sysvm64-version| System VM template if not already using it.
 #. Backup CloudStack database (MySQL)
 #. Add package repository for MySQL connector
 #. Upgrade CloudStack management server(s)
 #. Update hypervisors specific dependencies
 
+.. warning::
+If you are not already using the |sysvm64-version| System VM template you 
will need to 
+upgrade your System VM template prior to performing the upgrade of the 
+CloudStack packages.
+
 .. include:: _sysvm_templates.rst
 
 Packages repository
diff --git a/source/upgrading/upgrade/upgrade-4.12.rst 
b/source/upgrading/upgrade/upgrade-4.12.rst
index 6e17991..abccd7e 100644
--- a/source/upgrading/upgrade/upgrade-4.12.rst
+++ b/source/upgrading/upgrade/upgrade-4.12.rst
@@ -33,16 +33,19 @@ working on a production system.
 
 Upgrade Steps:
 
+#. Upload the |sysvm64-version| System VM template if not already using it.
 #. Backup CloudStack database (MySQL)
 #. Add package repository for MySQL connector
 #. Upgrade CloudStack management server(s)
 #. Update hypervisors specific dependencies
 
-.. THIS LINE COMMENTED OUT AS NOT REQUIRED FOR 4.13
-include:: _sysvm_templates.rst
+.. warning::
+If you are not already using the |sysvm64-version| System VM template you 
will need to 
+upgrade your System VM template prior to performing the upgrade of the 
+CloudStack packages.
+
+.. include:: _sysvm_templates.rst
 
-.. note::
-System VM Template upgrade is not required when upgrading from 
|version_to_upgrade| to |release|.
 
 Packages repository
 ---



[cloudstack-documentation] branch 4.13 updated (11fcd2a -> a95f87c)

2019-09-23 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 11fcd2a  update 'about' 4.13 release
 add 4ceefe3  Debian repository GPG signing (#52)
 add a95f87c  Merge branch 'master' of 
https://github.com/apache/cloudstack-documentation into 4.13

No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] annotated tag 4.13.0.0 updated (a95f87c -> bc93cfc)

2019-09-23 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from a95f87c  (commit)
  to bc93cfc  (tag)
 tagging a95f87cfa757fa16063702b82d5e2057328f9f50 (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Mon Sep 23 17:16:11 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] annotated tag 4.13.0.0 deleted (was 9623c74)

2019-09-23 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

   tag was  9623c74

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch 4.13 updated: update 'about' 4.13 release

2019-09-23 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 11fcd2a  update 'about' 4.13 release
11fcd2a is described below

commit 11fcd2a386a80460a36086e4d05b55fad6f25455
Author: PaulAngus 
AuthorDate: Mon Sep 23 17:14:05 2019 +0100

update 'about' 4.13 release
---
 source/releasenotes/about.rst | 19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/source/releasenotes/about.rst b/source/releasenotes/about.rst
index 15a4743..84c8897 100644
--- a/source/releasenotes/about.rst
+++ b/source/releasenotes/about.rst
@@ -19,9 +19,18 @@ What's New in |release|
 Version |release| is a |version| LTS release adding almost 200 new features, 
enhancements and fixes 
 since 4.12. 
 
-Highlights include; Enhancements to the scoping of disk, network and compute 
offerings and a new type
-of custom offering. Improvements to memory usage in System VMs.  DPDK support 
has been enhanced to 
-include support for live migration and vHost User mode.  Support has also been 
aded for vSphere OVA 
-templates which contain additional static data, such as network appliances.
+Apache CloudStack |release| is a |version| LTS release nearly 200 new 
features, enhancements and fixes since 4.12, such as enhanced hypervisor 
support, performance increases and more user configurable controls.  Highlights 
include:
+
+•  Supporting configuration of virtualised appliances
+•  VMware 6.7 support
+•  Increased granularity & control of instance  deployment
+•  Improvements in system VM performance 
+•  Allow live migration of DPDK enabled instances
+•  More flexible UI branding 
+•  Allowing users to create layer 2 network offerings
+
+
+The full list of new features can be found in the project release notes at 
http://docs.cloudstack.apache.org/en/4.13.0.0/releasenotes/changes.html
+
+Apache CloudStack powers numerous elastic Cloud computing services, including 
solutions that have ranked as Gartner Magic Quadrant leaders. Highlighted in 
the Forrester Q4 2017 Enterprise Open Source Cloud Adoption report, Apache 
CloudStack "sits beneath hundreds of service provider clouds", including 
Fortune 5 multinational corporations. A list of known Apache CloudStack users 
are available at http://cloudstack.apache.org/users.html
 
-|release| combines 12 months of work and adds +200 commits, with multiple new 
features and fixes.



[cloudstack-documentation] annotated tag 4.13.0.0 deleted (was b9f9c10)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

   tag was  b9f9c10

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] annotated tag 4.13.0.0 updated (8bdeb8d -> 9623c74)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 8bdeb8d  (commit)
  to 9623c74  (tag)
 tagging 8bdeb8d406d0a46af5c0a89d8f98d023bda6e2ad (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Thu Sep 19 19:30:43 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch 4.13 updated (263a087 -> 8bdeb8d)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 263a087  rename change file
 add 36cc9d2  Hiding columns and keyboard labeling doc update (#58)
 new 8bdeb8d  Merge branch 'master' of 
https://github.com/apache/cloudstack-documentation into 4.13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../_static/images/about-cloudstack-customized.JPG | Bin 0 -> 14176 bytes
 .../images/add-instance-keyboards-customized.JPG   | Bin 0 -> 42977 bytes
 .../images/instance-metrics-customized-view.JPG| Bin 0 -> 35848 bytes
 .../images/volume-metrics-customized-view.JPG  | Bin 0 -> 34893 bytes
 source/adminguide/ui.rst   |  88 +
 5 files changed, 88 insertions(+)
 create mode 100644 source/_static/images/about-cloudstack-customized.JPG
 create mode 100644 source/_static/images/add-instance-keyboards-customized.JPG
 create mode 100644 source/_static/images/instance-metrics-customized-view.JPG
 create mode 100644 source/_static/images/volume-metrics-customized-view.JPG



[cloudstack-documentation] 01/01: Merge branch 'master' of https://github.com/apache/cloudstack-documentation into 4.13

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit 8bdeb8d406d0a46af5c0a89d8f98d023bda6e2ad
Merge: 263a087 36cc9d2
Author: PaulAngus 
AuthorDate: Thu Sep 19 17:59:33 2019 +0100

Merge branch 'master' of https://github.com/apache/cloudstack-documentation 
into 4.13

 .../_static/images/about-cloudstack-customized.JPG | Bin 0 -> 14176 bytes
 .../images/add-instance-keyboards-customized.JPG   | Bin 0 -> 42977 bytes
 .../images/instance-metrics-customized-view.JPG| Bin 0 -> 35848 bytes
 .../images/volume-metrics-customized-view.JPG  | Bin 0 -> 34893 bytes
 source/adminguide/ui.rst   |  88 +
 5 files changed, 88 insertions(+)



[cloudstack-documentation] branch hiding-columns-and-keyboard-labeling-doc-update deleted (was e3b7532)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch hiding-columns-and-keyboard-labeling-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


 was e3b7532  typo in confi.js

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch master updated: Hiding columns and keyboard labeling doc update (#58)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new 36cc9d2  Hiding columns and keyboard labeling doc update (#58)
36cc9d2 is described below

commit 36cc9d29f3bd89c061fe527c0a266b6ab9051ff4
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Thu Sep 19 18:56:09 2019 +0200

Hiding columns and keyboard labeling doc update (#58)

* hiding columns and keyboard labeling doc update

* Update source/adminguide/ui.rst

Co-Authored-By: Paul Angus 
---
 .../_static/images/about-cloudstack-customized.JPG | Bin 0 -> 14176 bytes
 .../images/add-instance-keyboards-customized.JPG   | Bin 0 -> 42977 bytes
 .../images/instance-metrics-customized-view.JPG| Bin 0 -> 35848 bytes
 .../images/volume-metrics-customized-view.JPG  | Bin 0 -> 34893 bytes
 source/adminguide/ui.rst   |  88 +
 5 files changed, 88 insertions(+)

diff --git a/source/_static/images/about-cloudstack-customized.JPG 
b/source/_static/images/about-cloudstack-customized.JPG
new file mode 100644
index 000..d314cd4
Binary files /dev/null and 
b/source/_static/images/about-cloudstack-customized.JPG differ
diff --git a/source/_static/images/add-instance-keyboards-customized.JPG 
b/source/_static/images/add-instance-keyboards-customized.JPG
new file mode 100644
index 000..35b5b8d
Binary files /dev/null and 
b/source/_static/images/add-instance-keyboards-customized.JPG differ
diff --git a/source/_static/images/instance-metrics-customized-view.JPG 
b/source/_static/images/instance-metrics-customized-view.JPG
new file mode 100644
index 000..bc0f829
Binary files /dev/null and 
b/source/_static/images/instance-metrics-customized-view.JPG differ
diff --git a/source/_static/images/volume-metrics-customized-view.JPG 
b/source/_static/images/volume-metrics-customized-view.JPG
new file mode 100644
index 000..fff6935
Binary files /dev/null and 
b/source/_static/images/volume-metrics-customized-view.JPG differ
diff --git a/source/adminguide/ui.rst b/source/adminguide/ui.rst
index 7c7fd81..bc0cb5a 100644
--- a/source/adminguide/ui.rst
+++ b/source/adminguide/ui.rst
@@ -169,5 +169,93 @@ new, unique value.
 #. Type the new password, and click OK.
 
 
+Modifying the UI
+
+
+Root Administrators can modify some aspect of the UI, like:
+
+   -  Changing the keyboard names/labels (in the "Add Instance" wizard only)
+   -  Changing the text and the title in the "About" dialog box
+   -  Changing the Help link
+   -  Changing the application title on the browser tab
+   -  Hiding some columns in the Instance Metrics and Volume Metrics 
tables/views
+ 
+This can be done by editing the file 
"/usr/share/cloudstack-management/webapp/config.js" on your management 
server(s).
+After the file change, you do need to clear your browser cache. Hiding columns 
in Instance Metrics and Volume Metrics tables/views is only applicable to end 
users - i.e. those are always visible to Root Administrators.
+
+This is the default config.js content (comments ommitted for brevity):
+
+.. code:: javascript
+
+   cloudStackOptions = {
+  aboutText: "label.app.name", // This is the text shown in the 'About' box
+  aboutTitle: "label.about.app", // This is the Application 'Title' shown 
in the 'About' box
+  docTitle: "label.app.name", // This is the Application 'Title' shown on 
browser tab.
+  helpURL: "http://docs.cloudstack.apache.org/;, // This is the URL that 
opens when users click Help
+  keyboardOptions: {
+ "us": "label.standard.us.keyboard",
+ "uk": "label.uk.keyboard",
+ "fr": "label.french.azerty.keyboard",
+ "jp": "label.japanese.keyboard",
+ "sc": "label.simplified.chinese.keyboard"
+  },
+  hiddenFields: { // Fields to be hidden only for users in the tables below
+ "metrics.instances": [], // Options - "name", "state", "ipaddress", 
"zonename", "cpuused", "memused", "network", "disk"
+ "metrics.volumes": [] // Options - "name", "state", "vmname", 
"sizegb", "physicalsize", "utilization", "storagetype", "storage"
+  }
+   };
+
+Example of a changed config.js file is given bellow, as well as the apropriate 
screenshots which reflect (most of) those changes. Make sure that you are 
logged in as end user account.
+
+.. code:: javascript
+
+   cloudStackOptions = {
+  aboutText: "Custom 

[cloudstack-documentation] branch hiding-columns-and-keyboard-labeling-doc-update updated (aeb4314 -> e3b7532)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch hiding-columns-and-keyboard-labeling-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from aeb4314  Update source/adminguide/ui.rst
 add e3b7532  typo in confi.js

No new revisions were added by this update.

Summary of changes:
 source/adminguide/ui.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[cloudstack-documentation] branch volume-snap-policies-doc-update deleted (was 68c81d7)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch volume-snap-policies-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


 was 68c81d7  Update storage.rst

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch usage-format-docs-fix deleted (was 83bb1be)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch usage-format-docs-fix
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


 was 83bb1be  usage: update usage docs wrt description format changes to 
use UUIDs

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch service-offerings-linked-to-zones-doc-update deleted (was 9f1b033)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch service-offerings-linked-to-zones-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


 was 9f1b033  Update service_offerings.rst

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] annotated tag 4.13.0.0 updated (263a087 -> b9f9c10)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 263a087  (commit)
  to b9f9c10  (tag)
 tagging 263a087935957bf362f18723ce70382d22917d7f (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Thu Sep 19 17:21:36 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch 4.13 updated: rename change file

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 263a087  rename change file
263a087 is described below

commit 263a087935957bf362f18723ce70382d22917d7f
Author: PaulAngus 
AuthorDate: Thu Sep 19 17:20:36 2019 +0100

rename change file
---
 source/releasenotes/{fixed_issues.rst => changes.rst} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/source/releasenotes/fixed_issues.rst 
b/source/releasenotes/changes.rst
similarity index 100%
rename from source/releasenotes/fixed_issues.rst
rename to source/releasenotes/changes.rst



[cloudstack-documentation] annotated tag 4.13.0.0 deleted (was 603b102)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

   tag was  603b102

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] annotated tag 4.13.0.0 updated (7d1cfa0 -> 603b102)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 7d1cfa0  (commit)
  to 603b102  (tag)
 tagging 7d1cfa0cdce30bc8c7ed385e8012cf5e7505f3d3 (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Thu Sep 19 16:23:11 2019 +0100

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch 4.13 updated (ab04a2e -> 7d1cfa0)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from ab04a2e  short description of the evolution of LDAP bindings (#67)
 add dbfdd97  update release notes pt1
 add bcebc2d  service-offerings-linked-to-zones-doc-update (#66)
 add a97d13d  Add OVF properties documentation for VMware templates (#68)
 add 6cb9af4  Add support for Vmware 6.7 (#70)
 add 241cd5c  Merge branch 'master' of 
https://github.com/shapeblue/cloudstack-documentation into 4.13releasenotes
 add 7d1cfa0  update compatibility

No new revisions were added by this update.

Summary of changes:
 source/adminguide/service_offerings.rst   |   27 +-
 source/adminguide/templates.rst   |5 +
 source/adminguide/virtual_machines.rst|5 +
 source/releasenotes/about.rst |  134 +-
 source/releasenotes/api-changes.rst   |  771 +++
 source/releasenotes/compat.rst|7 +-
 source/releasenotes/fixed_issues.rst  | 3509 +
 source/releasenotes/index.rst |9 +-
 source/upgrading/upgrade/upgrade-4.12.rst |8 +-
 9 files changed, 873 insertions(+), 3602 deletions(-)



[cloudstack-documentation] annotated tag 4.13.0.0 deleted (was 6c7359b)

2019-09-19 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

   tag was  6c7359b

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack-documentation] branch master updated: Add support for Vmware 6.7 (#70)

2019-09-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new 6cb9af4  Add support for Vmware 6.7 (#70)
6cb9af4 is described below

commit 6cb9af4c400f8e75fd306bbf05fbb9e9c0653b8a
Author: Nicolas Vazquez 
AuthorDate: Mon Sep 16 08:18:27 2019 -0300

Add support for Vmware 6.7 (#70)

* Add support for Vmware 6.7

Co-Authored-By: Paul Angus 
---
 source/releasenotes/compat.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/releasenotes/compat.rst b/source/releasenotes/compat.rst
index ef373df..37e96a7 100644
--- a/source/releasenotes/compat.rst
+++ b/source/releasenotes/compat.rst
@@ -48,7 +48,9 @@ and VMware with vSphere.
 
.. note:: It is now required to enable HA on the XenServer pool in order to 
recover from a pool-master failure. Please refer to the `XenServer 
documentation <http://docs.vmd.citrix.com/XenServer/6.5.0/1.0/en_gb/>`_.
 
--  VMware versions 5.0 Update 3, 5.1 Update 3, 5.5 Update 3b, 6.0 Update 2, 
and 6.5 GA
+-  VMware versions 5.0, 5.1, 5.5, 6.0, 6.5 and 6.7
+   .. note:: There is a known issue in 6.7u1 
(https://kb.vmware.com/s/article/67315) which blocks some 
+  CloudStack cloning operations. The use of linked clones is known to be 
effected.
 -  LXC Host Containers on RHEL 7
 -  Windows Server 2012 R2 (with Hyper-V Role enabled)
 -  Hyper-V 2012 R2



[cloudstack-documentation] annotated tag 4.13.0.0 updated (a97d13d -> 6c7359b)

2019-09-10 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from a97d13d  (commit)
  to 6c7359b  (tag)
 tagging a97d13d27d9dd0ddbb7c1770c5bf4a391a73bfab (commit)
 replaces 4.12.0.0
  by PaulAngus
  on Tue Sep 10 17:15:53 2019 -0700

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack-documentation] branch 4.13 created (now ab04a2e)

2019-09-10 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


  at ab04a2e  short description of the evolution of LDAP bindings (#67)

No new revisions were added by this update.



[cloudstack] annotated tag 4.13.0.1 deleted (was 052512a)

2019-09-08 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.1
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


*** WARNING: tag 4.13.0.1 was deleted! ***

   tag was  052512a

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack] annotated tag 4.13.0.0 updated (61b8b77 -> d218d7c)

2019-09-08 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


*** WARNING: tag 4.13.0.0 was modified! ***

from 61b8b77  (commit)
  to d218d7c  (tag)
 tagging 61b8b779137739bb5b890f48c5164085075d0286 (commit)
 replaces 4.11.0.0
  by PaulAngus
  on Sun Sep 8 11:04:43 2019 -0400

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack] annotated tag 4.13.0.1 updated (61b8b77 -> 052512a)

2019-09-08 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to annotated tag 4.13.0.1
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


*** WARNING: tag 4.13.0.1 was modified! ***

from 61b8b77  (commit)
  to 052512a  (tag)
 tagging 61b8b779137739bb5b890f48c5164085075d0286 (commit)
 replaces 4.11.0.0
  by PaulAngus
  on Sun Sep 8 11:04:17 2019 -0400

- Log -
---


No new revisions were added by this update.

Summary of changes:



[cloudstack] tag 4.13.0.0 deleted (was 8e08b47)

2019-09-08 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


*** WARNING: tag 4.13.0.0 was deleted! ***

 was 8e08b47  Updating pom.xml version numbers for release 4.13.0.0

The revisions that were on this tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack] branch master updated (87c4350 -> 50fc045)

2019-09-07 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 87c4350  Table "user_ipv6_address" (UserIpv6AddressVO) is empty and 
seems that it (#3571)
 add 50fc045  Updating pom.xml version numbers for release 4.14.0.0-SNAPSHOT

No new revisions were added by this update.

Summary of changes:
 agent/pom.xml | 2 +-
 api/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 core/pom.xml  | 2 +-
 debian/changelog  | 8 
 developer/pom.xml | 2 +-
 engine/api/pom.xml| 2 +-
 engine/components-api/pom.xml | 2 +-
 engine/network/pom.xml| 2 +-
 engine/orchestration/pom.xml  | 2 +-
 engine/pom.xml| 2 +-
 engine/schema/pom.xml | 2 +-
 engine/service/pom.xml| 2 +-
 engine/storage/cache/pom.xml  | 2 +-
 engine/storage/configdrive/pom.xml| 2 +-
 engine/storage/datamotion/pom.xml | 2 +-
 engine/storage/image/pom.xml  | 2 +-
 engine/storage/integration-test/pom.xml   | 2 +-
 engine/storage/pom.xml| 2 +-
 engine/storage/snapshot/pom.xml   | 2 +-
 engine/storage/volume/pom.xml | 2 +-
 framework/agent-lb/pom.xml| 2 +-
 framework/ca/pom.xml  | 2 +-
 framework/cluster/pom.xml | 2 +-
 framework/config/pom.xml  | 2 +-
 framework/db/pom.xml  | 2 +-
 framework/direct-download/pom.xml | 2 +-
 framework/events/pom.xml  | 2 +-
 framework/ipc/pom.xml | 2 +-
 framework/jobs/pom.xml| 2 +-
 framework/managed-context/pom.xml | 2 +-
 framework/pom.xml | 2 +-
 framework/quota/pom.xml   | 2 +-
 framework/rest/pom.xml| 2 +-
 framework/security/pom.xml| 2 +-
 framework/spring/lifecycle/pom.xml| 2 +-
 framework/spring/module/pom.xml   | 2 +-
 plugins/acl/dynamic-role-based/pom.xml| 2 +-
 plugins/acl/static-role-based/pom.xml | 2 +-
 plugins/affinity-group-processors/explicit-dedication/pom.xml | 2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml   | 2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml  | 2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml| 2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml  | 2 +-
 plugins/api/discovery/pom.xml | 2 +-
 plugins/api/rate-limit/pom.xml| 2 +-
 plugins/api/solidfire-intg-test/pom.xml   | 2 +-
 plugins/api/vmware-sioc/pom.xml   | 2 +-
 plugins/ca/root-ca/pom.xml| 2 +-
 plugins/database/mysql-ha/pom.xml | 2 +-
 plugins/database/quota/pom.xml| 2 +-
 plugins/dedicated-resources/pom.xml   | 2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml   | 2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml | 2 +-
 plugins/deployment-planners/user-dispersing/pom.xml   | 2 +-
 plugins/event-bus/inmemory/pom.xml| 2 +-
 plugins/event-bus/kafka/pom.xml   | 2 +-
 plugins/event-bus/rabbitmq/pom.xml| 2 +-
 plugins/ha-planners/skip-heurestics/pom.xml   | 2 +-
 plugins/host-allocators/random/pom.xml| 2 +-
 plugins/hypervisors/baremetal/pom.xml | 2 +-
 plugins/hypervisors/hyperv/pom.xml| 2 +-
 plugins/hypervisors/kvm/pom.xml   | 2 +-
 plugins/hypervisors/ovm/pom.xml   | 2 +-
 plugins/hypervisors/ovm3/pom.xml  | 2 +

[cloudstack-documentation] branch volume-snap-policies-doc-update updated (83301c8 -> 68c81d7)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch volume-snap-policies-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from 83301c8  minor update
 add 68c81d7  Update storage.rst

No new revisions were added by this update.

Summary of changes:
 source/adminguide/storage.rst | 52 +--
 1 file changed, 26 insertions(+), 26 deletions(-)



[cloudstack-documentation] branch master updated: Add OVF properties documentation for VMware templates (#68)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new a97d13d  Add OVF properties documentation for VMware templates (#68)
a97d13d is described below

commit a97d13d27d9dd0ddbb7c1770c5bf4a391a73bfab
Author: Nicolas Vazquez 
AuthorDate: Sun Sep 1 15:03:45 2019 -0300

Add OVF properties documentation for VMware templates (#68)

* Add OVF properties documentation for VMware templates
---
 source/adminguide/templates.rst| 5 +
 source/adminguide/virtual_machines.rst | 5 +
 2 files changed, 10 insertions(+)

diff --git a/source/adminguide/templates.rst b/source/adminguide/templates.rst
index 353db9f..6c43dba 100644
--- a/source/adminguide/templates.rst
+++ b/source/adminguide/templates.rst
@@ -275,6 +275,11 @@ To upload a template:
   
 Note that uploading multi-disk templates is also supported.
 
+.. note:: 
+Templates corresponding to appliances with 'static properties' in 
the OVF (such as virtual appliances) are also supported. CloudStack stores any 
template properties in the OVF in the database after successful template 
installation. Once the template is ready, these properties are viewed by 
selecting the template and clicking on the 'OVF Properties' tab.
+
+
+
 .. include:: templates/_bypass-secondary-storage-kvm.rst
 
 
diff --git a/source/adminguide/virtual_machines.rst 
b/source/adminguide/virtual_machines.rst
index 598e4ab..4a29fc8 100644
--- a/source/adminguide/virtual_machines.rst
+++ b/source/adminguide/virtual_machines.rst
@@ -194,6 +194,11 @@ To create a VM from a template:
 #. Be sure that the hardware you have allows starting the selected
service offering.
 
+   .. note:: 
+  VMware only: If the selected template OVF contains static properties, 
the wizard will display these properties. Static 
+  properties do not have the concept of required and optional fields . 
Therefore CloudStack is not able
+  to enforce the population of 'important fields'.
+
 #. Click Submit and your VM will be created and started.
 
.. note:: 



[cloudstack-documentation] branch master updated (ab04a2e -> bcebc2d)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from ab04a2e  short description of the evolution of LDAP bindings (#67)
 add bcebc2d  service-offerings-linked-to-zones-doc-update (#66)

No new revisions were added by this update.

Summary of changes:
 source/adminguide/service_offerings.rst | 27 ---
 1 file changed, 24 insertions(+), 3 deletions(-)



[cloudstack-documentation] branch service-offerings-linked-to-zones-doc-update updated (c923762 -> 9f1b033)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch service-offerings-linked-to-zones-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


from c923762  typo
 add 9f1b033  Update service_offerings.rst

No new revisions were added by this update.

Summary of changes:
 source/adminguide/service_offerings.rst | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)



svn commit: r35492 - /dev/cloudstack/4.13.0.0/ /release/cloudstack/releases/4.13.0.0/

2019-09-01 Thread paul_a
Author: paul_a
Date: Sun Sep  1 12:38:23 2019
New Revision: 35492

Log:
Publishing 4.13.0.0 release

Added:
release/cloudstack/releases/4.13.0.0/
  - copied from r35491, dev/cloudstack/4.13.0.0/
Removed:
dev/cloudstack/4.13.0.0/



[cloudstack] branch 4.13 updated: Updating pom.xml version numbers for release 4.13.1.0-SNAPSHOT

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.13 by this push:
 new 61b8b77  Updating pom.xml version numbers for release 4.13.1.0-SNAPSHOT
61b8b77 is described below

commit 61b8b779137739bb5b890f48c5164085075d0286
Author: Paul Angus 
AuthorDate: Sun Sep 1 13:36:50 2019 +0100

Updating pom.xml version numbers for release 4.13.1.0-SNAPSHOT

Signed-off-by: Paul Angus 
---
 agent/pom.xml|  2 +-
 api/pom.xml  |  2 +-
 client/pom.xml   |  2 +-
 core/pom.xml |  2 +-
 debian/changelog | 12 ++--
 developer/pom.xml|  2 +-
 engine/api/pom.xml   |  2 +-
 engine/components-api/pom.xml|  2 +-
 engine/network/pom.xml   |  2 +-
 engine/orchestration/pom.xml |  2 +-
 engine/pom.xml   |  2 +-
 engine/schema/pom.xml|  2 +-
 engine/service/pom.xml   |  2 +-
 engine/storage/cache/pom.xml |  2 +-
 engine/storage/configdrive/pom.xml   |  2 +-
 engine/storage/datamotion/pom.xml|  2 +-
 engine/storage/image/pom.xml |  2 +-
 engine/storage/integration-test/pom.xml  |  2 +-
 engine/storage/pom.xml   |  2 +-
 engine/storage/snapshot/pom.xml  |  2 +-
 engine/storage/volume/pom.xml|  2 +-
 framework/agent-lb/pom.xml   |  2 +-
 framework/ca/pom.xml |  2 +-
 framework/cluster/pom.xml|  2 +-
 framework/config/pom.xml |  2 +-
 framework/db/pom.xml |  2 +-
 framework/direct-download/pom.xml|  2 +-
 framework/events/pom.xml |  2 +-
 framework/ipc/pom.xml|  2 +-
 framework/jobs/pom.xml   |  2 +-
 framework/managed-context/pom.xml|  2 +-
 framework/pom.xml|  2 +-
 framework/quota/pom.xml  |  2 +-
 framework/rest/pom.xml   |  2 +-
 framework/security/pom.xml   |  2 +-
 framework/spring/lifecycle/pom.xml   |  2 +-
 framework/spring/module/pom.xml  |  2 +-
 plugins/acl/dynamic-role-based/pom.xml   |  2 +-
 plugins/acl/static-role-based/pom.xml|  2 +-
 .../affinity-group-processors/explicit-dedication/pom.xml|  2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml  |  2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml |  2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml   |  2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml |  2 +-
 plugins/api/discovery/pom.xml|  2 +-
 plugins/api/rate-limit/pom.xml   |  2 +-
 plugins/api/solidfire-intg-test/pom.xml  |  2 +-
 plugins/api/vmware-sioc/pom.xml  |  2 +-
 plugins/ca/root-ca/pom.xml   |  2 +-
 plugins/database/mysql-ha/pom.xml|  2 +-
 plugins/database/quota/pom.xml   |  2 +-
 plugins/dedicated-resources/pom.xml  |  2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml  |  2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml|  2 +-
 plugins/deployment-planners/user-dispersing/pom.xml  |  2 +-
 plugins/event-bus/inmemory/pom.xml   |  2 +-
 plugins/event-bus/kafka/pom.xml  |  2 +-
 plugins/event-bus/rabbitmq/pom.xml   |  2 +-
 plugins/ha-planners/skip-heurestics/pom.xml  |  2 +-
 plugins/host-allocators/random/pom.xml   |  2 +-
 plugins/hypervisors/baremetal/pom.xml|  2 +-
 plugins/hypervisors/hyperv/pom.xml   |  2 +-
 plugins/hypervisors/kvm/pom.xml  |  2 +-
 plugins

[cloudstack] branch 4.13.0.0-RC20190820T1535 deleted (was 8e08b47)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13.0.0-RC20190820T1535
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


 was 8e08b47  Updating pom.xml version numbers for release 4.13.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[cloudstack] 01/01: Merge branch '4.13.0.0-RC20190820T1535' into 4.13

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 80c740fd4e3ce98ed97a880707a282ef8908e628
Merge: 87c4350 8e08b47
Author: Paul Angus 
AuthorDate: Sun Sep 1 13:29:59 2019 +0100

Merge branch '4.13.0.0-RC20190820T1535' into 4.13

 agent/pom.xml | 2 +-
 api/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 core/pom.xml  | 2 +-
 debian/changelog  | 6 ++
 developer/pom.xml | 2 +-
 engine/api/pom.xml| 2 +-
 engine/components-api/pom.xml | 2 +-
 engine/network/pom.xml| 2 +-
 engine/orchestration/pom.xml  | 2 +-
 engine/pom.xml| 2 +-
 engine/schema/pom.xml | 2 +-
 engine/service/pom.xml| 2 +-
 engine/storage/cache/pom.xml  | 2 +-
 engine/storage/configdrive/pom.xml| 2 +-
 engine/storage/datamotion/pom.xml | 2 +-
 engine/storage/image/pom.xml  | 2 +-
 engine/storage/integration-test/pom.xml   | 2 +-
 engine/storage/pom.xml| 2 +-
 engine/storage/snapshot/pom.xml   | 2 +-
 engine/storage/volume/pom.xml | 2 +-
 framework/agent-lb/pom.xml| 2 +-
 framework/ca/pom.xml  | 2 +-
 framework/cluster/pom.xml | 2 +-
 framework/config/pom.xml  | 2 +-
 framework/db/pom.xml  | 2 +-
 framework/direct-download/pom.xml | 2 +-
 framework/events/pom.xml  | 2 +-
 framework/ipc/pom.xml | 2 +-
 framework/jobs/pom.xml| 2 +-
 framework/managed-context/pom.xml | 2 +-
 framework/pom.xml | 2 +-
 framework/quota/pom.xml   | 2 +-
 framework/rest/pom.xml| 2 +-
 framework/security/pom.xml| 2 +-
 framework/spring/lifecycle/pom.xml| 2 +-
 framework/spring/module/pom.xml   | 2 +-
 plugins/acl/dynamic-role-based/pom.xml| 2 +-
 plugins/acl/static-role-based/pom.xml | 2 +-
 plugins/affinity-group-processors/explicit-dedication/pom.xml | 2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml   | 2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml  | 2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml| 2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml  | 2 +-
 plugins/api/discovery/pom.xml | 2 +-
 plugins/api/rate-limit/pom.xml| 2 +-
 plugins/api/solidfire-intg-test/pom.xml   | 2 +-
 plugins/api/vmware-sioc/pom.xml   | 2 +-
 plugins/ca/root-ca/pom.xml| 2 +-
 plugins/database/mysql-ha/pom.xml | 2 +-
 plugins/database/quota/pom.xml| 2 +-
 plugins/dedicated-resources/pom.xml   | 2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml   | 2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml | 2 +-
 plugins/deployment-planners/user-dispersing/pom.xml   | 2 +-
 plugins/event-bus/inmemory/pom.xml| 2 +-
 plugins/event-bus/kafka/pom.xml   | 2 +-
 plugins/event-bus/rabbitmq/pom.xml| 2 +-
 plugins/ha-planners/skip-heurestics/pom.xml   | 2 +-
 plugins/host-allocators/random/pom.xml| 2 +-
 plugins/hypervisors/baremetal/pom.xml | 2 +-
 plugins/hypervisors/hyperv/pom.xml| 2 +-
 plugins/hypervisors/kvm/pom.xml   | 2 +-
 plugins/hypervisors/ovm/pom.xml   | 2 +-
 plugins/hypervisors/ovm3/pom.xml  | 2 +-
 plugins/hypervisors/simulator/pom.xml | 2 +-
 plugins

[cloudstack] branch 4.13 updated (87c4350 -> 80c740f)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 87c4350  Table "user_ipv6_address" (UserIpv6AddressVO) is empty and 
seems that it (#3571)
 add 8e08b47  Updating pom.xml version numbers for release 4.13.0.0
 new 80c740f  Merge branch '4.13.0.0-RC20190820T1535' into 4.13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 agent/pom.xml | 2 +-
 api/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 core/pom.xml  | 2 +-
 debian/changelog  | 6 ++
 developer/pom.xml | 2 +-
 engine/api/pom.xml| 2 +-
 engine/components-api/pom.xml | 2 +-
 engine/network/pom.xml| 2 +-
 engine/orchestration/pom.xml  | 2 +-
 engine/pom.xml| 2 +-
 engine/schema/pom.xml | 2 +-
 engine/service/pom.xml| 2 +-
 engine/storage/cache/pom.xml  | 2 +-
 engine/storage/configdrive/pom.xml| 2 +-
 engine/storage/datamotion/pom.xml | 2 +-
 engine/storage/image/pom.xml  | 2 +-
 engine/storage/integration-test/pom.xml   | 2 +-
 engine/storage/pom.xml| 2 +-
 engine/storage/snapshot/pom.xml   | 2 +-
 engine/storage/volume/pom.xml | 2 +-
 framework/agent-lb/pom.xml| 2 +-
 framework/ca/pom.xml  | 2 +-
 framework/cluster/pom.xml | 2 +-
 framework/config/pom.xml  | 2 +-
 framework/db/pom.xml  | 2 +-
 framework/direct-download/pom.xml | 2 +-
 framework/events/pom.xml  | 2 +-
 framework/ipc/pom.xml | 2 +-
 framework/jobs/pom.xml| 2 +-
 framework/managed-context/pom.xml | 2 +-
 framework/pom.xml | 2 +-
 framework/quota/pom.xml   | 2 +-
 framework/rest/pom.xml| 2 +-
 framework/security/pom.xml| 2 +-
 framework/spring/lifecycle/pom.xml| 2 +-
 framework/spring/module/pom.xml   | 2 +-
 plugins/acl/dynamic-role-based/pom.xml| 2 +-
 plugins/acl/static-role-based/pom.xml | 2 +-
 plugins/affinity-group-processors/explicit-dedication/pom.xml | 2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml   | 2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml  | 2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml| 2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml  | 2 +-
 plugins/api/discovery/pom.xml | 2 +-
 plugins/api/rate-limit/pom.xml| 2 +-
 plugins/api/solidfire-intg-test/pom.xml   | 2 +-
 plugins/api/vmware-sioc/pom.xml   | 2 +-
 plugins/ca/root-ca/pom.xml| 2 +-
 plugins/database/mysql-ha/pom.xml | 2 +-
 plugins/database/quota/pom.xml| 2 +-
 plugins/dedicated-resources/pom.xml   | 2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml   | 2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml | 2 +-
 plugins/deployment-planners/user-dispersing/pom.xml   | 2 +-
 plugins/event-bus/inmemory/pom.xml| 2 +-
 plugins/event-bus/kafka/pom.xml   | 2 +-
 plugins/event-bus/rabbitmq/pom.xml| 2 +-
 plugins/ha-planners/skip-heurestics/pom.xml   | 2 +-
 plugins/host-allocators/random/pom.xml| 2 +-
 plugins/hypervisors/baremetal/pom.xml | 2 +-
 plug

[cloudstack] tag 4.13.0.0 created (now 8e08b47)

2019-09-01 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to tag 4.13.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 8e08b47  (commit)
No new revisions were added by this update.



[cloudstack] 01/01: Updating pom.xml version numbers for release 4.13.0.0

2019-08-28 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13.0.0-RC20190828T1958
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 7c7efe76013675b476d8aa14c36a353cd5d429fc
Author: Paul Angus 
AuthorDate: Wed Aug 28 19:58:14 2019 +0100

Updating pom.xml version numbers for release 4.13.0.0

Signed-off-by: Paul Angus 
---
 agent/pom.xml | 2 +-
 api/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 core/pom.xml  | 2 +-
 debian/changelog  | 6 ++
 developer/pom.xml | 2 +-
 engine/api/pom.xml| 2 +-
 engine/components-api/pom.xml | 2 +-
 engine/network/pom.xml| 2 +-
 engine/orchestration/pom.xml  | 2 +-
 engine/pom.xml| 2 +-
 engine/schema/pom.xml | 2 +-
 engine/service/pom.xml| 2 +-
 engine/storage/cache/pom.xml  | 2 +-
 engine/storage/configdrive/pom.xml| 2 +-
 engine/storage/datamotion/pom.xml | 2 +-
 engine/storage/image/pom.xml  | 2 +-
 engine/storage/integration-test/pom.xml   | 2 +-
 engine/storage/pom.xml| 2 +-
 engine/storage/snapshot/pom.xml   | 2 +-
 engine/storage/volume/pom.xml | 2 +-
 framework/agent-lb/pom.xml| 2 +-
 framework/ca/pom.xml  | 2 +-
 framework/cluster/pom.xml | 2 +-
 framework/config/pom.xml  | 2 +-
 framework/db/pom.xml  | 2 +-
 framework/direct-download/pom.xml | 2 +-
 framework/events/pom.xml  | 2 +-
 framework/ipc/pom.xml | 2 +-
 framework/jobs/pom.xml| 2 +-
 framework/managed-context/pom.xml | 2 +-
 framework/pom.xml | 2 +-
 framework/quota/pom.xml   | 2 +-
 framework/rest/pom.xml| 2 +-
 framework/security/pom.xml| 2 +-
 framework/spring/lifecycle/pom.xml| 2 +-
 framework/spring/module/pom.xml   | 2 +-
 plugins/acl/dynamic-role-based/pom.xml| 2 +-
 plugins/acl/static-role-based/pom.xml | 2 +-
 plugins/affinity-group-processors/explicit-dedication/pom.xml | 2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml   | 2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml  | 2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml| 2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml  | 2 +-
 plugins/api/discovery/pom.xml | 2 +-
 plugins/api/rate-limit/pom.xml| 2 +-
 plugins/api/solidfire-intg-test/pom.xml   | 2 +-
 plugins/api/vmware-sioc/pom.xml   | 2 +-
 plugins/ca/root-ca/pom.xml| 2 +-
 plugins/database/mysql-ha/pom.xml | 2 +-
 plugins/database/quota/pom.xml| 2 +-
 plugins/dedicated-resources/pom.xml   | 2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml   | 2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml | 2 +-
 plugins/deployment-planners/user-dispersing/pom.xml   | 2 +-
 plugins/event-bus/inmemory/pom.xml| 2 +-
 plugins/event-bus/kafka/pom.xml   | 2 +-
 plugins/event-bus/rabbitmq/pom.xml| 2 +-
 plugins/ha-planners/skip-heurestics/pom.xml   | 2 +-
 plugins/host-allocators/random/pom.xml| 2 +-
 plugins/hypervisors/baremetal/pom.xml | 2 +-
 plugins/hypervisors/hyperv/pom.xml| 2 +-
 plugins/hypervisors/kvm/pom.xml   | 2 +-
 plugins/hypervisors/ovm/pom.xml   | 2 +-
 plugins/hypervisors/ovm3/pom.xml  | 2 +-
 plugins/hypervisors/simulator/pom.xml

[cloudstack] branch 4.13.0.0-RC20190828T1958 created (now 7c7efe7)

2019-08-28 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13.0.0-RC20190828T1958
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 7c7efe7  Updating pom.xml version numbers for release 4.13.0.0

This branch includes the following new commits:

 new 7c7efe7  Updating pom.xml version numbers for release 4.13.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




svn commit: r35441 - in /dev/cloudstack/4.13.0.0: apache-cloudstack-4.13.0.0-src.tar.bz2 apache-cloudstack-4.13.0.0-src.tar.bz2.asc apache-cloudstack-4.13.0.0-src.tar.bz2.md5 apache-cloudstack-4.13.0.

2019-08-28 Thread paul_a
Author: paul_a
Date: Wed Aug 28 18:58:43 2019
New Revision: 35441

Log:
Committing release candidate artifacts for 4.13.0.0 to dist/dev/cloudstack in 
preparation for release vote

Added:
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2   (with 
props)
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc   (with 
props)
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
==
Binary file - no diff available.

Propchange: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
--
svn:mime-type = application/x-bzip2

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc
==
Binary file - no diff available.

Propchange: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc
--
svn:mime-type = application/pgp-signature

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 (added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 Wed Aug 
28 18:58:43 2019
@@ -0,0 +1,2 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: 8B E5 18 E4 C6 86 E5 18  CE 06 DC D6 C7
+4C A9 0F

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 
(added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 Wed 
Aug 28 18:58:43 2019
@@ -0,0 +1,4 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: 21683725 B42B9728 A4B27446 645FF270
+106F56F7 69F739F3 5D648618 E53FFA45
+7D34A5A0 2854725E 565C9604 3BB11C1B
+3355BB60 A4113923 3EBEE226 61C66DDC




[cloudstack] branch 4.13 updated (653bee3 -> 87c4350)

2019-08-28 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 653bee3  schema: fix xenserver 7.1.0 OS mapping typo (#3567)
 add 87c4350  Table "user_ipv6_address" (UserIpv6AddressVO) is empty and 
seems that it (#3571)

No new revisions were added by this update.

Summary of changes:
 server/src/main/java/com/cloud/network/NetworkModelImpl.java | 3 ---
 1 file changed, 3 deletions(-)



[cloudstack] branch master updated: Table "user_ipv6_address" (UserIpv6AddressVO) is empty and seems that it (#3571)

2019-08-28 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 87c4350  Table "user_ipv6_address" (UserIpv6AddressVO) is empty and 
seems that it (#3571)
87c4350 is described below

commit 87c43501608a1df72a2f01ed17a522233e6617b0
Author: Gabriel Beims Bräscher 
AuthorDate: Wed Aug 28 15:25:29 2019 -0300

Table "user_ipv6_address" (UserIpv6AddressVO) is empty and seems that it 
(#3571)

is not used; probably it is a legacy code/table.

Therefore, remove the verification that counts the IPs from
UserIpv6AddressVO in order to check if it can use the network for
deploying new VMs in UI [1].

[1] com.cloud.network.NetworkModelImpl.canUseForDeploy(Network).
---
 server/src/main/java/com/cloud/network/NetworkModelImpl.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/src/main/java/com/cloud/network/NetworkModelImpl.java 
b/server/src/main/java/com/cloud/network/NetworkModelImpl.java
index 03629cd..1ea4322 100644
--- a/server/src/main/java/com/cloud/network/NetworkModelImpl.java
+++ b/server/src/main/java/com/cloud/network/NetworkModelImpl.java
@@ -594,9 +594,6 @@ public class NetworkModelImpl extends ManagerBase 
implements NetworkModel, Confi
 if (!hasFreeIps) {
 return false;
 }
-if (network.getIp6Gateway() != null) {
-hasFreeIps = 
areThereIPv6AddressAvailableInNetwork(network.getId());
-}
 } else {
 if (network.getCidr() == null) {
 s_logger.debug("Network - " + network.getId() +  " has NULL 
CIDR.");



[cloudstack] branch 4.13 updated (77f9ab2 -> 653bee3)

2019-08-28 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 77f9ab2  add vSphere 6.7.3 and update 6.7.2 & 6.7.1 (#3564)
 add b7470bc  server: fix NPE for the case where volume is not attached to 
a VM (#3566)
 add 653bee3  schema: fix xenserver 7.1.0 OS mapping typo (#3567)

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/META-INF/db/schema-41200to41300.sql |  2 +-
 .../src/main/java/com/cloud/server/ManagementServerImpl.java   | 10 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)



[cloudstack] branch 4.13.0.0-RC20190820T1535 created (now 8e08b47)

2019-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13.0.0-RC20190820T1535
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 8e08b47  Updating pom.xml version numbers for release 4.13.0.0

This branch includes the following new commits:

 new 8e08b47  Updating pom.xml version numbers for release 4.13.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[cloudstack] 01/01: Updating pom.xml version numbers for release 4.13.0.0

2019-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.13.0.0-RC20190820T1535
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8e08b47cc952b9e2835da2fdee26ca0a94a4433e
Author: Paul Angus 
AuthorDate: Tue Aug 20 15:35:49 2019 +0100

Updating pom.xml version numbers for release 4.13.0.0

Signed-off-by: Paul Angus 
---
 agent/pom.xml | 2 +-
 api/pom.xml   | 2 +-
 client/pom.xml| 2 +-
 core/pom.xml  | 2 +-
 debian/changelog  | 6 ++
 developer/pom.xml | 2 +-
 engine/api/pom.xml| 2 +-
 engine/components-api/pom.xml | 2 +-
 engine/network/pom.xml| 2 +-
 engine/orchestration/pom.xml  | 2 +-
 engine/pom.xml| 2 +-
 engine/schema/pom.xml | 2 +-
 engine/service/pom.xml| 2 +-
 engine/storage/cache/pom.xml  | 2 +-
 engine/storage/configdrive/pom.xml| 2 +-
 engine/storage/datamotion/pom.xml | 2 +-
 engine/storage/image/pom.xml  | 2 +-
 engine/storage/integration-test/pom.xml   | 2 +-
 engine/storage/pom.xml| 2 +-
 engine/storage/snapshot/pom.xml   | 2 +-
 engine/storage/volume/pom.xml | 2 +-
 framework/agent-lb/pom.xml| 2 +-
 framework/ca/pom.xml  | 2 +-
 framework/cluster/pom.xml | 2 +-
 framework/config/pom.xml  | 2 +-
 framework/db/pom.xml  | 2 +-
 framework/direct-download/pom.xml | 2 +-
 framework/events/pom.xml  | 2 +-
 framework/ipc/pom.xml | 2 +-
 framework/jobs/pom.xml| 2 +-
 framework/managed-context/pom.xml | 2 +-
 framework/pom.xml | 2 +-
 framework/quota/pom.xml   | 2 +-
 framework/rest/pom.xml| 2 +-
 framework/security/pom.xml| 2 +-
 framework/spring/lifecycle/pom.xml| 2 +-
 framework/spring/module/pom.xml   | 2 +-
 plugins/acl/dynamic-role-based/pom.xml| 2 +-
 plugins/acl/static-role-based/pom.xml | 2 +-
 plugins/affinity-group-processors/explicit-dedication/pom.xml | 2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml   | 2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml  | 2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml| 2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml  | 2 +-
 plugins/api/discovery/pom.xml | 2 +-
 plugins/api/rate-limit/pom.xml| 2 +-
 plugins/api/solidfire-intg-test/pom.xml   | 2 +-
 plugins/api/vmware-sioc/pom.xml   | 2 +-
 plugins/ca/root-ca/pom.xml| 2 +-
 plugins/database/mysql-ha/pom.xml | 2 +-
 plugins/database/quota/pom.xml| 2 +-
 plugins/dedicated-resources/pom.xml   | 2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml   | 2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml | 2 +-
 plugins/deployment-planners/user-dispersing/pom.xml   | 2 +-
 plugins/event-bus/inmemory/pom.xml| 2 +-
 plugins/event-bus/kafka/pom.xml   | 2 +-
 plugins/event-bus/rabbitmq/pom.xml| 2 +-
 plugins/ha-planners/skip-heurestics/pom.xml   | 2 +-
 plugins/host-allocators/random/pom.xml| 2 +-
 plugins/hypervisors/baremetal/pom.xml | 2 +-
 plugins/hypervisors/hyperv/pom.xml| 2 +-
 plugins/hypervisors/kvm/pom.xml   | 2 +-
 plugins/hypervisors/ovm/pom.xml   | 2 +-
 plugins/hypervisors/ovm3/pom.xml  | 2 +-
 plugins/hypervisors/simulator/pom.xml

svn commit: r35317 - in /dev/cloudstack/4.13.0.0: apache-cloudstack-4.13.0.0-src.tar.bz2 apache-cloudstack-4.13.0.0-src.tar.bz2.asc apache-cloudstack-4.13.0.0-src.tar.bz2.md5 apache-cloudstack-4.13.0.

2019-08-20 Thread paul_a
Author: paul_a
Date: Tue Aug 20 14:37:31 2019
New Revision: 35317

Log:
Committing release candidate artifacts for 4.13.0.0 to dist/dev/cloudstack in 
preparation for release vote

Added:
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2   (with 
props)
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc   (with 
props)
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
==
Binary file - no diff available.

Propchange: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
--
svn:mime-type = application/x-bzip2

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc
==
Binary file - no diff available.

Propchange: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.asc
--
svn:mime-type = application/pgp-signature

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 (added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 Tue Aug 
20 14:37:31 2019
@@ -0,0 +1,2 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: E7 EF 56 F1 AA 9D 2A C2  E0 44 1C 76 FE
+71 BA 26

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 
(added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 Tue 
Aug 20 14:37:31 2019
@@ -0,0 +1,4 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: A460852A 3B2619D9 213D6B74 A0229D83
+067472F2 3A0CE06D A4F14DDF 0AFCD4B1
+EFFFD9AA 19E9A5C0 930BDAA4 9F74FB8A
+C14C3AEB F63BB313 8C3B0D68 C04BEB91




svn commit: r35316 - in /dev/cloudstack/4.13.0.0: ./ apache-cloudstack-4.13.0.0-src.tar.bz2 apache-cloudstack-4.13.0.0-src.tar.bz2.md5 apache-cloudstack-4.13.0.0-src.tar.bz2.sha512

2019-08-20 Thread paul_a
Author: paul_a
Date: Tue Aug 20 14:22:09 2019
New Revision: 35316

Log:
Committing release candidate artifacts for 4.13.0.0 to dist/dev/cloudstack in 
preparation for release vote

Added:
dev/cloudstack/4.13.0.0/
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2   (with 
props)
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
==
Binary file - no diff available.

Propchange: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2
--
svn:mime-type = application/x-bzip2

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 (added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.md5 Tue Aug 
20 14:22:09 2019
@@ -0,0 +1,2 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: D4 55 F2 44 20 4C 78 AD  DE 9B E5 25 49
+55 B7 E0

Added: dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512
==
--- dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 
(added)
+++ dev/cloudstack/4.13.0.0/apache-cloudstack-4.13.0.0-src.tar.bz2.sha512 Tue 
Aug 20 14:22:09 2019
@@ -0,0 +1,4 @@
+apache-cloudstack-4.13.0.0-src.tar.bz2: 6C21C124 8B5E9997 3FC9F3CB 57324050
+63B82634 D8EEF0D2 BC798AFF 31B85B13
+C1245630 EC7CF07E 95FA6613 11920111
+866AEF34 1FB4AEF4 10B0D0D1 C82FB574




[cloudstack] branch 4.13 created (now 77f9ab2)

2019-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


  at 77f9ab2  add vSphere 6.7.3 and update 6.7.2 & 6.7.1 (#3564)

No new revisions were added by this update.



[cloudstack] branch master updated: add vSphere 6.7.3 and update 6.7.2 & 6.7.1 (#3564)

2019-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 77f9ab2  add vSphere 6.7.3 and update 6.7.2 & 6.7.1 (#3564)
77f9ab2 is described below

commit 77f9ab27277cd1a5569b41b5acd425ecc46693e3
Author: Paul Angus 
AuthorDate: Tue Aug 20 14:21:56 2019 +0100

add vSphere 6.7.3 and update 6.7.2 & 6.7.1 (#3564)
---
 .../schema/src/main/resources/META-INF/db/schema-41200to41300.sql  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql 
b/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql
index 1f311a7..e89ce5a 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql
@@ -27,6 +27,9 @@ INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, 
hypervisor_type, hype
 
 -- Add VMware 6.7 hypervisor capabilities
 INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid,hypervisor_type, 
hypervisor_version, max_guests_limit, security_group_enabled, 
max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, 
vm_snapshot_enabled) VALUES (UUID(), 'VMware', '6.7', '1024', '0', '59', '64', 
'1', '1');
+INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid,hypervisor_type, 
hypervisor_version, max_guests_limit, security_group_enabled, 
max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, 
vm_snapshot_enabled) VALUES (UUID(), 'VMware', '6.7.1', '1024', '0', '59', 
'64', '1', '1');
+INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid,hypervisor_type, 
hypervisor_version, max_guests_limit, security_group_enabled, 
max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, 
vm_snapshot_enabled) VALUES (UUID(), 'VMware', '6.7.2', '1024', '0', '59', 
'64', '1', '1');
+INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid,hypervisor_type, 
hypervisor_version, max_guests_limit, security_group_enabled, 
max_data_volumes_limit, max_hosts_per_cluster, storage_motion_supported, 
vm_snapshot_enabled) VALUES (UUID(), 'VMware', '6.7.3', '1024', '0', '59', 
'64', '1', '1');
 
 -- Update VMware 6.x hypervisor capabilities
 UPDATE `cloud`.`hypervisor_capabilities` SET max_guests_limit='1024', 
max_data_volumes_limit='59', max_hosts_per_cluster='64' WHERE 
(hypervisor_type='VMware' AND hypervisor_version='6.0' );
@@ -108,6 +111,9 @@ INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid, 
hypervisor_type, hypervi
 
 -- Copy VMware 6.5 Guest OSes to VMware 6.7
 INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'VMware', '6.7', guest_os_name, guest_os_id, utc_timestamp(), 0  
FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND 
hypervisor_version='6.5';
+INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'VMware', '6.7.1', guest_os_name, guest_os_id, utc_timestamp(), 0 
 FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND 
hypervisor_version='6.7';
+INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'VMware', '6.7.2', guest_os_name, guest_os_id, utc_timestamp(), 0 
 FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND 
hypervisor_version='6.7.1';
+INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'VMware', '6.7.3', guest_os_name, guest_os_id, utc_timestamp(), 0 
 FROM `cloud`.`guest_os_hypervisor` WHERE hypervisor_type='VMware' AND 
hypervisor_version='6.7.2';
 
 -- Copy XenServer 7.1.0 to XenServer 7.1.1
 INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, 
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) 
SELECT UUID(),'Xenserver', '7.1.1', guest_os_name, guest_os_id, 
utc_timestamp(), 0  FROM `cloud`.`guest_os_hypervisor` WHERE 
hypervisor_type='Xenserver' AND hypervisor_version='7.1.1';
@@ -534,4 +540,3 @@ CREATE TABLE `cloud`.`template_ovf_properties` (
 -- Add VM snapshot ID on usage helper tables
 ALTER TABLE `cloud_usage`.`usage_vmsnapshot` ADD COLUMN `vm_snapshot_id` 
BIGINT(20) NULL DEFAULT NULL AFTER `processed`;
 ALTER TABLE `cloud_usage`.`usage_snapshot_on_primary` ADD COLUMN 
`vm_snapshot_id` BIGINT(20) NULL DEFAULT NULL AFTER `deleted`;
-



[cloudstack] branch master updated (7ac9f00 -> bfc0871)

2019-08-20 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 7ac9f00  add hypervisor and guest OS data for XenServer 7.1.2, 7.6, 
8.0, vSphere 6.5 & 6.7 (#3549)
 add bfc0871  Display VM snapshot tags on usage records (#3560)

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/event/UsageEventUtils.java | 30 
 .../main/java/com/cloud/event/UsageEventVO.java|  2 +-
 .../com/cloud/usage/UsageSnapshotOnPrimaryVO.java  | 13 ++-
 .../java/com/cloud/usage/UsageVMSnapshotVO.java| 13 ++-
 .../cloud/usage/dao/UsageVMSnapshotDaoImpl.java| 17 ++---
 .../usage/dao/UsageVMSnapshotOnPrimaryDaoImpl.java |  9 +++--
 .../resources/META-INF/db/schema-41200to41300.sql  |  4 +++
 .../vmsnapshot/DefaultVMSnapshotStrategy.java  | 14 ++--
 .../main/java/com/cloud/api/ApiResponseHelper.java | 40 ++
 .../java/com/cloud/usage/UsageManagerImpl.java | 16 +
 .../usage/parser/VMSanpshotOnPrimaryParser.java| 10 +++---
 .../cloud/usage/parser/VMSnapshotUsageParser.java  | 12 +++
 12 files changed, 152 insertions(+), 28 deletions(-)



[cloudstack-www] 01/01: Dynamic who page using Apache Phonebook javascript link to Whimsy

2019-08-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch dynamicwholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit 5f2123527fc45f66cb17256ad5f27a1da72abedf
Author: PaulAngus 
AuthorDate: Fri Aug 16 15:27:08 2019 +0100

Dynamic who page using Apache Phonebook javascript link to Whimsy
---
 source/javascripts/phonebook.js | 917 
 source/who.html.markdown| 222 +-
 2 files changed, 934 insertions(+), 205 deletions(-)

diff --git a/source/javascripts/phonebook.js b/source/javascripts/phonebook.js
new file mode 100644
index 000..74a4b31
--- /dev/null
+++ b/source/javascripts/phonebook.js
@@ -0,0 +1,917 @@
+var pmcs = [] // array of PMC names (excludes non-PMC committees)
+var people = {} // public_ldap_people.json
+var ldapauth = {} // public_ldap_authgroups.json
+// TODO don't rely on ldap_groups containing PMC :members groups
+var ldapgroups = {} //  public_ldap_groups.json
+var ldapservices = {} // public_ldap_services.json
+var ldapprojects = {} // public_ldap_projects.json
+
+var members = {} // copy of member-info.json
+var committees = {} // copy of committee-info.json (plus details for 'member' 
dummy PMC)
+var iclainfo = {} // copy of icla-info.json (committers only)
+var podlings = {} // public_ldap_projects.json where podling is 'current'
+
+var info = {} // copies of json info
+
+// Constants for query types. 
+// Do NOT change the values once established, as they are part of the public 
API
+// For example they may be used in projects.a.o and reporter.a.o
+// The values are used for matching HTTP queries and linkifying lists (to 
generate a valid HTML link)
+
+var Q_USER = 'user' // search users
+var Q_PROJECT = 'project' // search PMC names
+var Q_UID = 'uid' // availid, exact match
+var Q_PMC = 'pmc' // PMC, exact match
+var Q_UNIX = 'unix' // LDAP group
+var Q_CTTE = 'ctte' // LDAP group
+var Q_SERVICE = 'service' // LDAP group
+var Q_PODLING = 'podling' // podling (non-LDAP group)
+var Q_AUTH = 'auth' // podling (LDAP auth group)
+
+
+// Not intended for general use; may change at any time
+var Q_DEBUG = 'debug' // print some debug info
+
+// compatibility shim for IE8 and other older browsers
+if (!Date.now) {
+   Date.now = function() {
+  return new Date().getTime();
+   }
+}
+
+// This is faster than parseInt, and it's more obvious why it is being done
+function toInt(number) {
+   return number | 0 //
+}
+
+var fetchCount = 0;
+// Fetch an array of URLs, each with their description and own callback plus a 
final callback
+// Used to fetch everything before rendering a page that relies on multiple 
JSON sources.
+
+
+function getAsyncJSONArray(urls, finalCallback) {
+   var obj = document.getElementById('progress');
+   if (fetchCount == 0) {
+  fetchCount = urls.length;
+   }
+
+   if (urls.length > 0) {
+  var a = urls.shift();
+  var URL = a[0];
+  var desc = a[1];
+  var cb = a[2];
+  var xmlHttp = null;
+  if (window.XMLHttpRequest) {
+ xmlHttp = new XMLHttpRequest();
+  } else {
+ xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
+  }
+
+  if (obj) {
+ obj.innerHTML = "loading file #" + (fetchCount - urls.length) + " / " 
+ fetchCount + "" + desc
+  }
+  var start = Date.now()
+  xmlHttp.open("GET", URL, true);
+  xmlHttp.onreadystatechange = function(state) {
+ if (xmlHttp.readyState == 4) {
+if (cb) {
+   if (xmlHttp.status == 200) {
+  elapsed = Date.now() - start
+  cb(JSON.parse(xmlHttp.responseText));
+  // must be done after as cb creates the hash
+  info[desc]['elapsed'] = elapsed
+   } else {
+  cb({});
+  alert("Error: '" + xmlHttp.statusText + "' while loading " + 
URL)
+   }
+}
+getAsyncJSONArray(urls, finalCallback);
+ }
+  }
+  xmlHttp.send(null);
+   } else {
+  if (obj) {
+ obj.innerHTML = "building page content..."
+  }
+  finalCallback();
+   }
+}
+
+// get list of projects on which uid is a committer
+function getProjectCommittership(uid) {
+   var cl = []
+   for (var i in ldapprojects) {
+  if (ldapprojects[i].pmc && ldapprojects[i].members.indexOf(uid) > -1) {
+ cl.push(i)
+  }
+   }
+   return cl
+}
+
+//get list of projects on which uid is an owner (member karma)
+function getProjectOwnership(uid) {
+   var cl = []
+   for (var i in ldapprojects) {
+  if (ldapprojects[i].pmc && ldapprojects[i].owners.indexOf(uid) > -1) {
+ cl.push(i)
+  }
+   }
+   return cl
+}
+
+// Get the roster from a json group
+// returns: all the keys where the uid is [not] a member
+function getRoster(

[cloudstack-www] branch dynamicwholist created (now 5f21235)

2019-08-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch dynamicwholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


  at 5f21235  Dynamic who page using Apache Phonebook javascript link to 
Whimsy

This branch includes the following new commits:

 new 5f21235  Dynamic who page using Apache Phonebook javascript link to 
Whimsy

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[cloudstack-www] branch wholist deleted (was 23d4ca3)

2019-08-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch wholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


 was 23d4ca3  Merge branch 'master' of 
https://github.com/apache/cloudstack-www

This change permanently discards the following revisions:

 discard 23d4ca3  Merge branch 'master' of 
https://github.com/apache/cloudstack-www



[cloudstack-www] branch wholist created (now 23d4ca3)

2019-08-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch wholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git.


  at 23d4ca3  Merge branch 'master' of 
https://github.com/apache/cloudstack-www

This branch includes the following new commits:

 new 23d4ca3  Merge branch 'master' of 
https://github.com/apache/cloudstack-www

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[cloudstack-www] 01/01: Merge branch 'master' of https://github.com/apache/cloudstack-www

2019-08-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch wholist
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit 23d4ca3ea28162920c009ed2a358f03bf1c02478
Merge: 4f14e60 e41303a
Author: Blue Orangutan 
AuthorDate: Thu Aug 15 17:55:28 2019 +0100

Merge branch 'master' of https://github.com/apache/cloudstack-www

 source/users.html.markdown | 5 +++--
 source/who.html.markdown   | 5 +
 2 files changed, 8 insertions(+), 2 deletions(-)



[cloudstack] branch master updated (d7aa0a2 -> 7ac9f00)

2019-08-15 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from d7aa0a2  server: Prevent NullPointer on a network with removed IP 
ranges/"VLANs" (#3551)
 add 7ac9f00  add hypervisor and guest OS data for XenServer 7.1.2, 7.6, 
8.0, vSphere 6.5 & 6.7 (#3549)

No new revisions were added by this update.

Summary of changes:
 .../resources/META-INF/db/schema-41200to41300.sql  | 143 -
 1 file changed, 136 insertions(+), 7 deletions(-)



[cloudstack-documentation] branch master updated: KVM direct downloads (#54)

2019-07-22 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new 86e3834  KVM direct downloads (#54)
86e3834 is described below

commit 86e38340b77aebf7af3bfc54752fe0311254fa34
Author: Nicolas Vazquez 
AuthorDate: Mon Jul 22 16:33:41 2019 -0300

KVM direct downloads (#54)

Update documentation for KVM direct downloads
---
 source/_static/images/kvm-direct-download.png  | Bin 0 -> 6710 bytes
 source/adminguide/templates.rst|   3 +
 .../templates/_bypass-secondary-storage-kvm.rst|  90 +
 3 files changed, 93 insertions(+)

diff --git a/source/_static/images/kvm-direct-download.png 
b/source/_static/images/kvm-direct-download.png
new file mode 100644
index 000..d29dab6
Binary files /dev/null and b/source/_static/images/kvm-direct-download.png 
differ
diff --git a/source/adminguide/templates.rst b/source/adminguide/templates.rst
index 51f2361..ca4f96d 100644
--- a/source/adminguide/templates.rst
+++ b/source/adminguide/templates.rst
@@ -273,6 +273,8 @@ To upload a template:
   the Featured Templates list. Only an administrator can make a
   template Featured.
 
+.. include:: templates/_bypass-secondary-storage-kvm.rst
+
 Uploading Templates from a local computer
 ---
 
@@ -319,3 +321,4 @@ template.
:alt: Depicts hiding the EULA page.
 .. |change-admin-password.png| image:: 
/_static/images/change-admin-password.png
:alt: Depicts changing the administrator password
+.. |kvm-direct-download.png| image:: /_static/images/kvm-direct-download.png
diff --git a/source/adminguide/templates/_bypass-secondary-storage-kvm.rst 
b/source/adminguide/templates/_bypass-secondary-storage-kvm.rst
new file mode 100644
index 000..7f6de4c
--- /dev/null
+++ b/source/adminguide/templates/_bypass-secondary-storage-kvm.rst
@@ -0,0 +1,90 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+
+
+.. _bypass-secondary-storage-kvm:
+
+Bypassing Secondary Storage For KVM templates
+
+
+CloudStack provides an additional way to register and use templates on KVM.
+
+Instead of registering a template and storing it on secondary storage, the 
user can opt to skip downloading the template to secondary storage for KVM at 
template registration. At deployment time, the template is downloaded directly 
to primary storage from the registered source, instead of being copied from 
secondary storage.
+
+Supported protocols: HTTP/HTTPS, NFS and metalinks. The protocol is obtained 
from the template URL.
+
+To enable this option for a template:
+
+#. In the left navigation bar, click Templates.
+
+#. Click Register Template.
+
+#. Select KVM as hypervisor:
+
+   |kvm-direct-download.png|
+
+   -  **Direct Download**. This option will be shown in the UI when KVM is 
selected as the hypervisor. Choose Yes to enable the bypassing secondary 
storage option.
+
+   -  **Checksum**. Optional field. If this field is populated, the checksum 
is compared to the downloaded template checksum when the template is downloaded 
to primary storage at deployment time.
+
+After the template is registered, it is automatically available for VM 
deployments.
+
+Uploading Certificates for Direct Downloads
+~~~
+For direct downloads over HTTPS, the KVM hosts must have valid certificates. 
These certificates can be either self-signed or signed and will allow the KVM 
hosts to access the templates/ISOs and download them.
+
+CloudStack provides some APIs to handle certificates for direct downloads:
+
+- Upload a certificate to hosts in 'Up' state in a zone with id = ZONE_ID:
+
+   .. code:: bash
+
+ upload templatedirectdownloadcertificate hypervisor=KVM 
name=CERTIFICATE_ALIAS zoneid=ZONE_ID certificate=CERTIFICATE_FORMATTED
+
+   where:
+  - CERTIFICATE_FORMATTED is the string format of a X509 certificate
+  - CERTIFICATE_ALIAS is the alias which will be used to import the 
certificate on eac

[cloudstack-documentation] branch master updated: Network offering scopes (#55)

2019-07-22 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new 663838d  Network offering scopes (#55)
663838d is described below

commit 663838db60feba84d9ac7f1c4538146a2f82ba1c
Author: Paul Angus 
AuthorDate: Mon Jul 22 17:26:20 2019 +0100

Network offering scopes (#55)

update network offering configuration text to allow for multi-domain and 
multi-zone
---
 source/_global.rst|  1 +
 source/adminguide/networking.rst  | 70 ++-
 source/upgrading/upgrade/upgrade-4.12.rst |  1 -
 3 files changed, 43 insertions(+), 29 deletions(-)

diff --git a/source/_global.rst b/source/_global.rst
index 7f2b439..d7a83ba 100644
--- a/source/_global.rst
+++ b/source/_global.rst
@@ -24,6 +24,7 @@
 .. |documentation_home| replace:: http://docs.cloudstack.apache.org/
 
 .. Latest version systemvm template name
+
 .. |sysvm64-name-xen|replace:: systemvm-xenserver-4.11.3
 .. |sysvm64-name-kvm|replace:: systemvm-kvm-4.11.3
 .. |sysvm64-name-vmware| replace:: systemvm-vmware-4.11.3
diff --git a/source/adminguide/networking.rst b/source/adminguide/networking.rst
index fe16847..ec8d2d3 100644
--- a/source/adminguide/networking.rst
+++ b/source/adminguide/networking.rst
@@ -340,41 +340,40 @@ To create a network offering:
-  **LB Isolation**: Specify what type of load balancer isolation you
   want for the network: Shared or Dedicated.
 
-  **Dedicated**: If you select dedicated LB isolation, a dedicated
-  load balancer device is assigned for the network from the pool of
-  dedicated load balancer devices provisioned in the zone. If no
-  sufficient dedicated load balancer devices are available in the
-  zone, network creation fails. Dedicated device is a good choice
-  for the high-traffic networks that make full use of the device's
-  resources.
-
-  **Shared**: If you select shared LB isolation, a shared load
-  balancer device is assigned for the network from the pool of
-  shared load balancer devices provisioned in the zone. While
-  provisioning CloudStack picks the shared load balancer device that
-  is used by the least number of accounts. Once the device reaches
-  its maximum capacity, the device will not be allocated to a new
-  account.
+  -  **Dedicated**: If you select dedicated LB isolation, a dedicated
+ load balancer device is assigned for the network from the pool of
+ dedicated load balancer devices provisioned in the zone. If no
+ sufficient dedicated load balancer devices are available in the
+ zone, network creation fails. Dedicated device is a good choice
+ for the high-traffic networks that make full use of the device's
+ resources.
+
+  -  **Shared**: If you select shared LB isolation, a shared load
+ balancer device is assigned for the network from the pool of
+ shared load balancer devices provisioned in the zone. While
+ provisioning CloudStack picks the shared load balancer device that
+ is used by the least number of accounts. Once the device reaches
+ its maximum capacity, the device will not be allocated to a new
+ account.
 
-  **Mode**: You can select either Inline mode or Side by Side mode:
 
-  **Inline mode**: Supported only for Juniper SRX firewall and BigF5
-  load balancer devices. In inline mode, a firewall device is placed
-  in front of a load balancing device. The firewall acts as the
-  gateway for all the incoming traffic, then redirect the load
-  balancing traffic to the load balancer behind it. The load
-  balancer in this case will not have the direct access to the
-  public network.
-
-  **Side by Side**: In side by side mode, a firewall device is
-  deployed in parallel with the load balancer device. So the traffic
-  to the load balancer public IP is not routed through the firewall,
-  and therefore, is exposed to the public network.
+  -  **Inline mode**: Supported only for Juniper SRX firewall and BigF5
+ load balancer devices. In inline mode, a firewall device is placed
+ in front of a load balancing device. The firewall acts as the
+ gateway for all the incoming traffic, then redirect the load
+ balancing traffic to the load balancer behind it. The load
+ balancer in this case will not have the direct access to the
+ public network.
+  
+  -  **Side by Side**: In side by side mode, a firewall device is
+ deployed in parallel with the load balancer device. So the traffic
+ to the load balancer public IP is not routed through the firewall,
+ and therefore, is exposed to the public network

[cloudstack] branch master updated: Allow users to share templates with Accounts or Projects through the UI

2019-07-18 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 5d81574  Allow users to share templates with Accounts or Projects 
through the UI
5d81574 is described below

commit 5d8157422dbbcacc66543185544c00eb2bb49c3a
Author: Rohit Yadav 
AuthorDate: Thu Jul 18 22:12:55 2019 +0530

Allow users to share templates with Accounts or Projects through the UI

* Allow users to share templates with Accounts or Projects through the
updateTemplate permissions API

* Change behaviour to show only supported projects and accounts with update 
template permissions

* Allow admins to see accounts dropdown and only hide lists for users

* Don't allow sharing project owned templates as you cannot retrieve them 
in list api calls
---
 .../api/BaseUpdateTemplateOrIsoPermissionsCmd.java |   3 +-
 .../command/user/config/ListCapabilitiesCmd.java   |   1 +
 .../api/response/CapabilitiesResponse.java |   8 +
 .../org/apache/cloudstack/query/QueryService.java  |   4 +
 .../main/java/com/cloud/api/ApiResponseHelper.java |   5 +
 .../java/com/cloud/api/query/QueryManagerImpl.java |  13 +-
 .../com/cloud/api/query/dao/UserVmJoinDaoImpl.java |   6 +-
 .../com/cloud/server/ManagementServerImpl.java |   7 +-
 .../com/cloud/template/TemplateManagerImpl.java|  74 ++---
 ui/css/cloudstack3.css |   8 +
 ui/l10n/en.js  |   5 +
 ui/scripts/cloudStack.js   |   2 +
 ui/scripts/docs.js |  22 +-
 ui/scripts/sharedFunctions.js  |   1 +
 ui/scripts/templates.js| 319 -
 15 files changed, 424 insertions(+), 54 deletions(-)

diff --git 
a/api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoPermissionsCmd.java
 
b/api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoPermissionsCmd.java
index 77e5a15..410ffef 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoPermissionsCmd.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoPermissionsCmd.java
@@ -45,7 +45,7 @@ public abstract class BaseUpdateTemplateOrIsoPermissionsCmd 
extends BaseCmd {
 @Parameter(name = ApiConstants.ACCOUNTS,
type = CommandType.LIST,
collectionType = CommandType.STRING,
-   description = "a comma delimited list of accounts. If 
specified, \"op\" parameter has to be passed in.")
+   description = "a comma delimited list of accounts within 
caller's domain. If specified, \"op\" parameter has to be passed in.")
 private List accountNames;
 
 @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
TemplateResponse.class, required = true, description = "the template ID")
@@ -80,7 +80,6 @@ public abstract class BaseUpdateTemplateOrIsoPermissionsCmd 
extends BaseCmd {
 if (accountNames != null && projectIds != null) {
 throw new InvalidParameterValueException("Accounts and projectIds 
can't be specified together");
 }
-
 return accountNames;
 }
 
diff --git 
a/api/src/main/java/org/apache/cloudstack/api/command/user/config/ListCapabilitiesCmd.java
 
b/api/src/main/java/org/apache/cloudstack/api/command/user/config/ListCapabilitiesCmd.java
index 9c52656..40d1a71 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/command/user/config/ListCapabilitiesCmd.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/command/user/config/ListCapabilitiesCmd.java
@@ -59,6 +59,7 @@ public class ListCapabilitiesCmd extends BaseCmd {
 
response.setKVMSnapshotEnabled((Boolean)capabilities.get("KVMSnapshotEnabled"));
 
response.setAllowUserViewDestroyedVM((Boolean)capabilities.get("allowUserViewDestroyedVM"));
 
response.setAllowUserExpungeRecoverVM((Boolean)capabilities.get("allowUserExpungeRecoverVM"));
+
response.setAllowUserViewAllDomainAccounts((Boolean)capabilities.get("allowUserViewAllDomainAccounts"));
 if (capabilities.containsKey("apiLimitInterval")) {
 
response.setApiLimitInterval((Integer)capabilities.get("apiLimitInterval"));
 }
diff --git 
a/api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java
 
b/api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java
index bcdad46..153d7df 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java
@@ -84,6 +84,10 @@ public class CapabilitiesResponse exte

[cloudstack-documentation] branch master updated: Constrained custom offerings update for 4.13 (#53)

2019-07-17 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new f69d28b  Constrained custom offerings update for 4.13 (#53)
f69d28b is described below

commit f69d28b1f00b8d6f144eae3517e73f1677fec70a
Author: Paul Angus 
AuthorDate: Wed Jul 17 11:27:12 2019 +0100

Constrained custom offerings update for 4.13 (#53)

* modify files for 4.13 upgrade docs

* update disk offerings and 'updating offerings' text

* update compute offering text
---
 .../images/compute_offering_dialog-multidomain.png | Bin 0 -> 65598 bytes
 source/_static/images/compute_offering_dialog.png  | Bin 0 -> 113614 bytes
 .../images/update-service-offering-button.jpg  | Bin 0 -> 13590 bytes
 source/_static/theme_overrides.css |   4 +
 source/adminguide/service_offerings.rst| 259 -
 source/conf.py |   1 +
 source/upgrading/index.rst |   1 +
 source/upgrading/upgrade/upgrade-4.10.rst  |   1 +
 .../upgrade/{upgrade-4.10.rst => upgrade-4.12.rst} | 125 +++---
 source/upgrading/upgrade/upgrade-4.7.rst   |   6 +-
 source/upgrading/upgrade/upgrade-4.8.rst   |   1 -
 11 files changed, 184 insertions(+), 214 deletions(-)

diff --git a/source/_static/images/compute_offering_dialog-multidomain.png 
b/source/_static/images/compute_offering_dialog-multidomain.png
new file mode 100644
index 000..883b543
Binary files /dev/null and 
b/source/_static/images/compute_offering_dialog-multidomain.png differ
diff --git a/source/_static/images/compute_offering_dialog.png 
b/source/_static/images/compute_offering_dialog.png
new file mode 100644
index 000..210cb8d
Binary files /dev/null and b/source/_static/images/compute_offering_dialog.png 
differ
diff --git a/source/_static/images/update-service-offering-button.jpg 
b/source/_static/images/update-service-offering-button.jpg
new file mode 100644
index 000..e282a04
Binary files /dev/null and 
b/source/_static/images/update-service-offering-button.jpg differ
diff --git a/source/_static/theme_overrides.css 
b/source/_static/theme_overrides.css
index f5c5a5e..6e50835 100644
--- a/source/_static/theme_overrides.css
+++ b/source/_static/theme_overrides.css
@@ -11,6 +11,10 @@
 overflow: visible;
 }
 
+.rst-content li {
+padding-top: 4px;
+}
+
 /*
 div[class^="highlight"] pre {
   font-size:10px
diff --git a/source/adminguide/service_offerings.rst 
b/source/adminguide/service_offerings.rst
index 01bb76e..29975c7 100644
--- a/source/adminguide/service_offerings.rst
+++ b/source/adminguide/service_offerings.rst
@@ -13,6 +13,11 @@
specific language governing permissions and limitations
under the License.
 
+.. |update-service-offering-button.jpg| image:: 
/_static/images/update-service-offering-button.jpg
+   :alt: Update offering access button
+
+.. |edit-icon.png| image:: /_static/images/edit-icon.png
+   :alt: edit offering button
 
 In addition to the physical and logical infrastructure of your cloud and
 the CloudStack software and servers, you also need a layer of user services
@@ -69,14 +74,20 @@ available offerings when they create a new VM. Based on the 
user’s
 selected offering, CloudStack emits usage records that can be integrated
 with billing systems.
 
-Some characteristics of service offerings must be defined by the CloudStack
-administrator, and others can be left undefined so that the end-user can
-enter their own desired values. This is useful to reduce the number of
-offerings the CloudStack administrator has to define. Instead of defining a
-compute offering for every imaginable combination of values that a user
+Compute offerings may be "fixed", "custom constrained" or "custom 
unconstrained".
+
+In fixed offering the Number of CPUs, Memory and CPU frequecy in each service
+offerings are predefined by the CloudStack administrator, in custom 
unconstrained
+offerings they are left undefined so that the end-user can enter their own 
desired
+values when creating a guest instance. Since 4.13 custom constrained offerings 
have
+been introduced to allow the end-user to enter the number of CPUs and memory
+required within constraints set by the administrator.  The constraints can be 
+different for different custom constrained offerings.  This is useful to 
reduce 
+the number of offerings the CloudStack administrator has to define; Instead of
+defining a compute offering for every imaginable combination of values that a 
user
 might want, the administrator can define offerings that provide some
 flexibility to the users and can serve as the basis for several
-different VM configurations.
+different VM configurations.  
 
 A service offering includes the followin

[cloudstack] branch master updated (98e84e3 -> e15c311)

2019-07-16 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 98e84e3  server: fix public IP association/disassociation to new 
network (#3489)
 new c85b3e5  server: ability to create disk offerings for domain(s) and 
zone(s)
 new 728afba  refactorings
 new 9c117f2  DB upgrade path and UI fixes
 new 7721126  remove domain id usage
 new 594  wip changes
 new 8cabbce  wip domainId  removal stuff
 new 02913e9  server: fix failing unit test issue
 new 6a90246  find in set implementation
 new e3da9ec  fix db issues
 new d04c6ea  remove getDomainId and write the workaround code
 new f431711  sql changes for service offering
 new 94f425f  refactored changes
 new dd0294e  add helper method for findings offerings by zone id
 new b8f1cf2  schema: update service_offering details constraint
 new 2102888  server: changes for domain, zone specified service offerings
 new 9f46efe  server update service, disk offerings for domain(s) and 
zone(s)
 new 98df2c2  server: zone, domain IDs in service, disk offering details 
hidden for user
 new 977c5b7  schema: domain and zone IDs in offering details hidden for 
user in upgrade
 new e2bb43a  refactoring
 new dc589a4  server: create network offering for specified domain(s) and 
zone(s)
 new eaa7592  test fix and temporary skip for search test
 new c671e07  server: update network offering for specified domain(s) & 
zone(s)
 new de79fbd  fix compilation error
 new 366b253  server: create, update VPC offering for domain(s) & zone(s)
 new d068417  vpc offering check access, list response changes
 new 45e4b54  ui: network, vpc offering domain(s), zones(s) in details
 new 8e999ad  server: fix for failing searchForNetworkOfferings unit test
 new 490e4ad  refactoring
 new cf7f1ab  server: volume disk offering owner checkaccess fix
 new 5598618  refactoring
 new 7c7237e  server: create network owner check access fix
 new 15efa1b  test: Added Marvin test for domain specific offerings
 new b749fe1  server: vpc offering check access fix
 new 89859e4  test: Added Marvin test for domain specific VPC offerings
 new 179d229  ui: fixed create offering domain multi-selection
 new 6d82e63  Merge branch 'master' into storage-offering-domains-zones
 new f78b99c  refactoring: code review comment changes
 new 1323036  refactoring: fixed comment typo
 new 852a228  server: fix for incorrect createVPCOffering argument
 new cf347c8  Merge branch 'master' into storage-offering-domains-zones
 new d2e40c9  ui: filter offerings for zone while listing
 new df37f16  ui: fix for public 'All zones' offering creation
 new 26a5d50  Merge branch 'master' into storage-offering-domains-zones
 new a3808af  ui: fix for domain validation while creating non-public 
offerings
 new c556abf  server: overwrite associated domain(s), zones(s) with 
offering on update
 new baf7e0a  server, api: allowing domain(s), zone(s) overwrite while 
updating offerings
 new 392b5c3  ui: added action to update offering linked domain(s) and 
zone(s)
 new 379b660  ui: fix for multiple zones while create/update offering issue
 new 9aa61e5  server: fix for update VPC offering zomain, zone mixup
 new 62fc132  server: fix for delete service offering long value parse bug
 new 101953b  test: fix test failures due to update*Offering domain, zone 
overwrite changes
 new 8cff58d  Merge branch 'master' into storage-offering-domains-zones
 new 5628bd1  Merge branch 'master' into storage-offering-domains-zones
 new 12218e3  Merge branch 'master' into storage-offering-domains-zones
 new b168eba  ui: fix for domain selection not showing create disk offering
 new 0badbe9  server: fix for delete compute offerings by domain admin
 new 8c4efaf  server, ui: domain-admin update compute and disk offering 
access
 new 54cdab2  ui: fix for create vpc offering domain selection
 new fc83815  Merge branch 'master' into storage-offering-domains-zones
 new 5766ddb  ui: fix for create network offering domain, zone selection bug
 new 18439ca  server, api, ui: filtering network offerings for a domain 
while create network
 new d75a26d  ui: fix for delete VPC offering bug
 new 9df8d7b  ui: create L2, Isolated network - filter offerings for domain
 new 7010f85  Merge branch 'master' into storage-offering-domains-zones
 new cb8f58b  server: fix for user account able to list child domain n/w 
offering
 new 6d51689  ui: fix for multiple network offering listing
 new e15c311  Merge pull request #3248 from 
shapeblue/storage-offering-domains-zones

The 32108 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  Th

[cloudstack-www] branch asf-site updated: add compiled content from PR61

2019-07-13 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 737fa35  add compiled content from PR61
737fa35 is described below

commit 737fa35328fc26cb2f2770ae6a1a6e1a84e7eb6c
Author: Blue Orangutan 
AuthorDate: Sat Jul 13 16:27:22 2019 +0100

add compiled content from PR61
---
 content/archives.html  |  1 +
 content/downloads.html | 14 +++---
 content/index.html |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/content/archives.html b/content/archives.html
index 57a67ef..214e676 100644
--- a/content/archives.html
+++ b/content/archives.html
@@ -130,6 +130,7 @@
   
   4.11
 
+  http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2;>apache-cloudstack-4.11.3.0.src.tar.bz2
 [ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.asc;>PGP
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.md5;>MD5
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.3.0/apache-clou 
[...]
   http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2;>apache-cloudstack-4.11.2.0.src.tar.bz2
 [ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.asc;>PGP
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.md5;>MD5
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.2.0/apache-clou 
[...]
   http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2;>apache-cloudstack-4.11.1.0.src.tar.bz2
 [ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2.asc;>PGP
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-cloudstack-4.11.1.0-src.tar.bz2.md5;>MD5
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.1.0/apache-clou 
[...]
   http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2;>apache-cloudstack-4.11.0.0.src.tar.bz2
 [ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2.asc;>PGP
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-cloudstack-4.11.0.0-src.tar.bz2.md5;>MD5
 ][ http://archive.apache.org/dist/cloudstack/releases/4.11.0.0/apache-clou 
[...]
diff --git a/content/downloads.html b/content/downloads.html
index 9a4bd8b..130874b 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -308,13 +308,13 @@
 
 Full release notes can be found in the http://docs.cloudstack.apache.org/en/4.12.0.0/releasenotes/;>version 
4.12.0.0 Release Notes website.
 
-Apache CloudStack's previous LTS release was 4.11.2.0.
+Apache CloudStack's previous LTS release was 4.11.3.0.
 
 
 
-http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2;>
+http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2;>
 
-Get the 4.11.2.0 Source
+Get the 4.11.3.0 Source
 
 
 http://www.apache.org/dist/cloudstack/KEYS;>
@@ -322,24 +322,24 @@
 KEYS
 
 
-http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.asc;>
+http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.asc;>
 
 PGP
 
 
-http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.md5;>
+http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.md5;>
 
 MD5
 
 
-http://www.apache.org/dist/cloudstack/releases/4.11.2.0/apache-cloudstack-4.11.2.0-src.tar.bz2.sha512;>
+http://www.apache.org/dist/cloudstack/releases/4.11.3.0/apache-cloudstack-4.11.3.0-src.tar.bz2.sha512;>
 
 SHA512
 
 
 
 
-Full release notes can be found in the http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.2.0/;>version
 4.11.2.0 Release Notes website.
+Full release notes can be found in the http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.11.3.0/;>version
 4.11.3.0 Release Notes website.
 
 Instructions for building from source and installing Apache CloudStack can 
be found in the http://docs.cloudstack.apache.org/en/4.12.0.0/installguide/;>Installation 
Guide. Instructions for building from source and upgrading from a previous 
version of CloudStack to Apache CloudStack 4.12.0.0 can be found in th

[cloudstack-www] branch master updated: update for 4.11.3 and events

2019-07-13 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/master by this push:
 new d546a1c  update for 4.11.3 and events
 new 57b35b6  Merge pull request #61 from shapeblue/4.11.3.0_update
d546a1c is described below

commit d546a1c583127b1bd3db49aaa9b64f7be80cb625
Author: PaulAngus 
AuthorDate: Tue Jul 9 21:47:07 2019 +0100

update for 4.11.3 and events
---
 data/acs-events.csv | 3 +--
 data/cloudstack.yml | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/acs-events.csv b/data/acs-events.csv
index 38bdcb6..7f52326 100644
--- a/data/acs-events.csv
+++ b/data/acs-events.csv
@@ -1,5 +1,4 @@
 Title,Link,Location,Date
-April CloudStack Meetup 
(Germany),https://www.meetup.com/de-DE/german-CloudStack-user-group/events/259269366/,Sankt
 Augustin (Bonn),11th April
-CloudStack Collaboration Conference 
Brazil,http://br.cloudstackcollab.org/,Florianopolis,26th April
 CloudStack European User Group 
meetup,https://www.eventbrite.co.uk/e/cloudstack-european-user-group-meetup-tickets-55911193886,Sofia,13th
 June
 CloudStack Collaboration Conference North 
America,http://us.cloudstackcollab.org/,Las Vegas,9th - 11th September
+CloudStack European User Group & Ceph Day,TBC,London,24th October
diff --git a/data/cloudstack.yml b/data/cloudstack.yml
index 35be717..5fc6654 100644
--- a/data/cloudstack.yml
+++ b/data/cloudstack.yml
@@ -3,13 +3,14 @@ versions:
   main_islts:
   main_docs_url: http://docs.cloudstack.apache.org/en/4.12.0.0/
   branch: 4.12
-  lts: 4.11.2.0
+  lts: 4.11.3.0
   lts_docs_url: 
http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.11/
   ltsbranch: 4.11
   archives:
 - '4.12':
- 4.12.0.0
 - '4.11':
+   - 4.11.3.0
- 4.11.2.0
- 4.11.1.0
- 4.11.0.0



svn commit: r34758 - /dev/cloudstack/4.11.3.0/ /release/cloudstack/releases/4.11.3.0/

2019-07-03 Thread paul_a
Author: paul_a
Date: Wed Jul  3 08:30:11 2019
New Revision: 34758

Log:
Publishing 4.11.3.0 release

Added:
release/cloudstack/releases/4.11.3.0/
  - copied from r34757, dev/cloudstack/4.11.3.0/
Removed:
dev/cloudstack/4.11.3.0/



[cloudstack] branch 4.11 updated: Updating pom.xml version numbers for release 4.11.4.0-SNAPSHOT

2019-07-03 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
 new b72aadb  Updating pom.xml version numbers for release 4.11.4.0-SNAPSHOT
b72aadb is described below

commit b72aadb65dbe88a52c1209f5b205889efc83b171
Author: Paul Angus 
AuthorDate: Wed Jul 3 09:28:09 2019 +0100

Updating pom.xml version numbers for release 4.11.4.0-SNAPSHOT

Signed-off-by: Paul Angus 
---
 agent/pom.xml|  2 +-
 api/pom.xml  |  2 +-
 client/pom.xml   |  2 +-
 core/pom.xml |  2 +-
 debian/changelog | 12 ++--
 developer/pom.xml|  2 +-
 engine/api/pom.xml   |  2 +-
 engine/components-api/pom.xml|  2 +-
 engine/network/pom.xml   |  2 +-
 engine/orchestration/pom.xml |  2 +-
 engine/pom.xml   |  2 +-
 engine/schema/pom.xml|  2 +-
 engine/service/pom.xml   |  2 +-
 engine/storage/cache/pom.xml |  2 +-
 engine/storage/configdrive/pom.xml   |  2 +-
 engine/storage/datamotion/pom.xml|  2 +-
 engine/storage/image/pom.xml |  2 +-
 engine/storage/integration-test/pom.xml  |  2 +-
 engine/storage/pom.xml   |  2 +-
 engine/storage/snapshot/pom.xml  |  2 +-
 engine/storage/volume/pom.xml|  2 +-
 framework/agent-lb/pom.xml   |  2 +-
 framework/ca/pom.xml |  2 +-
 framework/cluster/pom.xml|  2 +-
 framework/config/pom.xml |  2 +-
 framework/db/pom.xml |  2 +-
 framework/direct-download/pom.xml|  2 +-
 framework/events/pom.xml |  2 +-
 framework/ipc/pom.xml|  2 +-
 framework/jobs/pom.xml   |  2 +-
 framework/managed-context/pom.xml|  2 +-
 framework/pom.xml|  2 +-
 framework/quota/pom.xml  |  2 +-
 framework/rest/pom.xml   |  2 +-
 framework/security/pom.xml   |  2 +-
 framework/spring/lifecycle/pom.xml   |  2 +-
 framework/spring/module/pom.xml  |  2 +-
 maven-standard/pom.xml   |  2 +-
 plugins/acl/dynamic-role-based/pom.xml   |  2 +-
 plugins/acl/static-role-based/pom.xml|  2 +-
 .../affinity-group-processors/explicit-dedication/pom.xml|  2 +-
 plugins/affinity-group-processors/host-affinity/pom.xml  |  2 +-
 plugins/affinity-group-processors/host-anti-affinity/pom.xml |  2 +-
 plugins/alert-handlers/snmp-alerts/pom.xml   |  2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml |  2 +-
 plugins/api/discovery/pom.xml|  2 +-
 plugins/api/rate-limit/pom.xml   |  2 +-
 plugins/api/solidfire-intg-test/pom.xml  |  2 +-
 plugins/api/vmware-sioc/pom.xml  |  2 +-
 plugins/ca/root-ca/pom.xml   |  2 +-
 plugins/database/mysql-ha/pom.xml|  2 +-
 plugins/database/quota/pom.xml   |  2 +-
 plugins/dedicated-resources/pom.xml  |  2 +-
 plugins/deployment-planners/implicit-dedication/pom.xml  |  2 +-
 plugins/deployment-planners/user-concentrated-pod/pom.xml|  2 +-
 plugins/deployment-planners/user-dispersing/pom.xml  |  2 +-
 plugins/event-bus/inmemory/pom.xml   |  2 +-
 plugins/event-bus/kafka/pom.xml  |  2 +-
 plugins/event-bus/rabbitmq/pom.xml   |  2 +-
 plugins/file-systems/netapp/pom.xml  |  2 +-
 plugins/ha-planners/skip-heurestics/pom.xml  |  2 +-
 plugins/host-allocators/random/pom.xml   |  2 +-
 plugins/hypervisors/baremetal/pom.xml|  2 +-
 plugins

[cloudstack] branch 4.11.3.0-RC20190625T2045 deleted (was d895983)

2019-07-03 Thread paul_a
This is an automated email from the ASF dual-hosted git repository.

paul_a pushed a change to branch 4.11.3.0-RC20190625T2045
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


 was d895983  Updating pom.xml version numbers for release 4.11.3.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



  1   2   3   >