[GitHub] [cloudstack-primate] utchoang commented on issue #298: [WIP] Quota UI

2020-04-20 Thread GitBox


utchoang commented on issue #298:
URL: 
https://github.com/apache/cloudstack-primate/pull/298#issuecomment-616366839


   * Selected account quota
   
![image](https://user-images.githubusercontent.com/13766648/79725967-39c4ba00-8314-11ea-842c-b61ddaa3c853.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on issue #298: [WIP] Quota UI

2020-04-20 Thread GitBox


utchoang commented on issue #298:
URL: 
https://github.com/apache/cloudstack-primate/pull/298#issuecomment-616368024


   * Button Add Credits
   
![image](https://user-images.githubusercontent.com/13766648/79726125-83150980-8314-11ea-81c1-61ea5ce120fa.png)
   
   * Form Add Credits
   
![image](https://user-images.githubusercontent.com/13766648/79726167-90ca8f00-8314-11ea-9b8b-187bd8f7bbf3.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on issue #298: [WIP] Quota UI

2020-04-20 Thread GitBox


utchoang commented on issue #298:
URL: 
https://github.com/apache/cloudstack-primate/pull/298#issuecomment-616396417


   * Quota Usage
   
![image](https://user-images.githubusercontent.com/13766648/79731236-32091380-831c-11ea-8bff-82945fbb.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




RE: Start problem with Marvin

2020-04-20 Thread Klahre, Dirk
Hi Paul,

no problem, I’ve found the reason.

During the Cloudstack start, the TransactionLegacy object build a connection 
string with placeholders without replacement with original values  and tries to 
load the driver with this. That goes wrong and the TransactionLegacy object 
switch to default values.  By the default values is the problem that the 
database name for simulator values named “cloud_simulator” but maven builds the 
database with name “simulator´”. Therefore cloudstack can’t save simulated 
hosts into database.

Not quite sure what the right way is but my workaround is currently to rename 
“cloud_simulator” to “simulator” to put the test data into cloudstack.

Best regards
Dirk


Dirk Klahre
Senior System Admin

[cid:itelligence_ntt_ddd17a2c-b83a-434e-af62-f51bab775945.png]

We Transform. Trust into Value

itelligence Global Managed Services GmbH ▪ Breitscheidstrasse 48 ▪ 01237 Dresden
phone: +49 3591 5253-1562 ▪
e-mail: dirk.kla...@itelligence.de

www.itelligencegroup.com


Wir halten Sie immer auf dem Laufenden!
Folgen Sie uns auf unseren Social Media Kanälen:
Xing 
LinkedIn 
Facebook 
Twitter

Profitieren Sie vom Know-how unserer Experten – mit dem itelligence 
Infoservice! Jetzt kostenlos 
registrieren!


itelligence Global Managed Services GmbH ▪ Sitz: Bautzen ▪ Handelsregister: 
Amtsgericht Dresden, HRB 21356
Geschäftsführer: Mirko Kruse ▪ André Walter
From: Paul Angus 
Sent: Freitag, 17. April 2020 17:52
To: dev@cloudstack.apache.org
Cc: Klahre, Dirk 
Subject: RE: Start problem with Marvin

EXTERNAL MAIL:

Hi Dirk,

Sorry that no one has been able to get back to you yet, a lot of people are 
‘off’ at the moment.

The place to look at the cause of this would be the management server logs.  
They would give the specific reason that the hosts could not be added.
If you can’t figure it out from the logs, put them in pastebin (or similar) and 
let us know. (attachments are stripped in the mailing list).

Kind regards

Paul Angus



paul.an...@shapeblue.com
www.shapeblue.com
@shapeblue



From: Klahre, Dirk 
mailto:dirk.kla...@itelligence.de>>
Sent: 14 April 2020 10:03
To:dev@cloudstack.apache.org
Subject: Start problem with Marvin

Hi All,

my name is Dirk and I'm the new developer for cloudstack at the Itelligence GMS.
I have been working at Itelli since 2015 and look forward to a good 
cooperation. ☺

I hope this is the correct channel to ask development questions.


My first step was to build my development environment and I used your dev docs 
for that.
So far it has worked well, but now I have a problem with the cmd "marvincli 
deploydc config-file=marvin_config.cfg".

My configuration is follow

OS: Windows
IDE:Apache Netbeans (works directly in windows)

- MySQL and Marvin is encapsulated together in a docker container
- MySQL and Docker is included in Netbeans and works correctly.
- Build, Deployment, Debug of Cloudstack and connection to Mysql works also 
well.
- I use Cloudstack version 4.13
- For Python and similar stuff I using WSL as cli

Also follow cmds finished successfully
 mvn -Pdeveloper -Dsimulator -DskipTests clean install
 mvn -Pdeveloper -pl developer -Ddeploydb
 mvn -Pdeveloper -pl developer -Ddeploydb-simulator

After this I started the jetty server with follow cmd successfully
  mvn -pl client jetty:run -Dsimulator 
-Dorg.eclipse.jetty.annotations.maxWait=120

Now if I execute marvin cmd in the docker container I get following error at 
addHost method

Exception Occurred :['Traceback (most recent call last):\n', '  File 
"marvin/marvin/deployDataCenter.py", line 146, in addHosts\nret = 
self.__apiClient.addHost(hostcmd)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
 line 2418, in addHost\nresponse = self.connection.marvinRequest(command, 
response_type=response, method=method)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", line 
379, in marvinRequest\nraise e\n', 'CloudstackAPIException: Execute cmd: 
addhost failed, due to: errorCode: 530, errorText:Unable to add the host\n']
Exception Occurred :['Traceback (most recent call last):\n', '  File 
"marvin/marvin/deployDataCenter.py", line 146, in addHosts\nret = 
self.__apiClient.addHost(hostcmd)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPI

[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411248198



##
File path: source/adminguide/backup_and_recovery.rst
##
@@ -0,0 +1,189 @@
+.. 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.
+ 
+About Backup And Recovery
+--
+
+CloudStack version 4.14 introduces a new Backup and Recovery (B&R) framework 
that
+provides CloudStack with users the ability to back up their guest VMs for 
recovery
+purposes via 3rd party backup solutions.  The framework abstracts the API 
commands
+required for common backup and recovery
+operations, from the vendor specific commmands needed to perform those actions 
and provides
+a plugin model to enable any solution which provides backup and recovery 'like'
+features to be integrated.

Review comment:
   'like' because one could replicate the backup and recovery features, 
using a storage vendors' backend snapshot and restore capabilities, 





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411249374



##
File path: source/adminguide/backup_and_recovery.rst
##
@@ -0,0 +1,189 @@
+.. 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.
+ 
+About Backup And Recovery
+--
+
+CloudStack version 4.14 introduces a new Backup and Recovery (B&R) framework 
that
+provides CloudStack with users the ability to back up their guest VMs for 
recovery
+purposes via 3rd party backup solutions.  The framework abstracts the API 
commands
+required for common backup and recovery
+operations, from the vendor specific commmands needed to perform those actions 
and provides
+a plugin model to enable any solution which provides backup and recovery 'like'
+features to be integrated.
+
+The following providers are currently supported:
+
+- VMware with Veeam Backup and Recovery
+
+See the Veeam Backup and Recovery plugin documentation for plugin specific 
information.
+:ref:`Veeam Backup and Recovery Plugin`
+
+Backup and Recovery Concepts
+~~
+
+Backup and recovery has been designed to support two modes:

Review comment:
   The two are
   1. SLA (user has no direct control)
   2. Ad-hoc/user scheduled (user has direct control of backup timing)





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411250941



##
File path: source/adminguide/templates.rst
##
@@ -383,6 +385,156 @@ When templates are deleted, the VMs instantiated from 
them will continue
 to run. However, new VMs cannot be created based on the deleted
 template.
 
+Working with ISOs
+===
+

Review comment:
   i don't remember, i suspect that i found it in 'the wrong place' when 
structuring the additional documentation.





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [VOTE] Apache CloudStack 4.13.1.0 RC1

2020-04-20 Thread Andrija Panic
Hi all,

RC2 has been built, and as soon as the "for user convenience" packages are
ready, I'll be sending out a new vote email thread for RC2.

Regards,
Andrija



On Thu, 16 Apr 2020 at 16:18, Daan Hoogland 
wrote:

> People,
>
> This to give anybody busy testing a heads-up. I haven't heard from
> anyone so a general mail to all. We are expecting a second RC as we
> found some bugs. Please report quickly if you have found issues while
> testing 4.13 or master/4.14 so we can include fixes if you have them.
>
> so far any extra's are quite isolated so your testing so far will not
> have been totally in-vain.
>
> please let us know what you have done so far in this thread. this can
> come in quite handy when assessing what/how to vote.
>
> tnx,
>
> On 2020/04/13, 18:39, "Andrija Panic"  wrote:
>
> Hi All,
>
> I've created a 4.13.1.0 release (RC1), with the following artefacts up
> for
> testing and a vote:
>
> Git Branch and Commit SH:
>
> https://gitbox.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.13.1.0-RC20200413T1043
> Commit: 874a41a449375a0da63f86190cc3f7134f6e4d53
>
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/4.13.1.0/
>
> PGP release keys (signed using 3BCCA1363DC01AE8):
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> The vote will be open until Monday 19th 2020.
>
> For sanity in tallying the vote, can PMC members please be sure to
> indicate
> "(binding)" with their vote?
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Additional information:
>
> For users' convenience, I've built packages from
> 874a41a449375a0da63f86190cc3f7134f6e4d53 and published RC repository
> here
> (CentOS 6, CentOS 7 and Debian/generic):
> http://packages.shapeblue.com/testing/41310rc1/
> and here (Ubuntu 18.04 specific, thanks to Gabriel):
>
> https://download.cloudstack.org/testing/4.13.1.0-RC20200413T1043/ubuntu/bionic/
>
> There are no changes to the systemVM templates vs. 4.13.0.0 - please
> use
> the official ones (systemvmtemplate-4.11.3-*) from
> http://download.cloudstack.org/systemvm/4.11/
>
> If upgrading from < 4.13.0.0, please use the existing 4.13.0.0 Upgrade
> guide here:
> http://docs.cloudstack.apache.org/en/latest/upgrading/index.html
> If upgrading from 4.13.0.0, simply upgrade the packages as usual.
>
> NOTE: you can expect 4.14 release voting thread on Friday 16th, to
> allow
> for this/4.13.1.0 testing to complete first.
>
> Regards,
> Andrija
>
>
> daan.hoogl...@shapeblue.com
> www.shapeblue.com
> 3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK
> @shapeblue
>
>
>
>

-- 

Andrija Panić


[GitHub] [cloudstack-primate] rhtyd opened a new issue #299: [FEATURE] Explore Test Automation

2020-04-20 Thread GitBox


rhtyd opened a new issue #299:
URL: https://github.com/apache/cloudstack-primate/issues/299


   Explore and come up with documentation and examples on:
   - Writing unit tests
   - Build system to run unit tests
   
   Basic coverage:
   - An example of unit testing a general widget/component
   - An example of unit testing a simple Tab or Action component
   - Unit test for the AutogenView component



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #299: [FEATURE] Explore Test Automation

2020-04-20 Thread GitBox


rhtyd commented on issue #299:
URL: 
https://github.com/apache/cloudstack-primate/issues/299#issuecomment-616452234


   @utchoang cc @svenvogel after you're done with your current features and if 
you've time can you explore and research best practices around test automation, 
starting with unit-testing and some basic coverage? Thanks.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #223: [BUG] Infrastructure > CPU sockets - hypervisors are not properly shown

2020-04-20 Thread GitBox


rhtyd commented on issue #223:
URL: 
https://github.com/apache/cloudstack-primate/issues/223#issuecomment-616467871


   cc @shwstppr - please see



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #213: [BUG] Missing 'Filter by' functionality

2020-04-20 Thread GitBox


rhtyd commented on issue #213:
URL: 
https://github.com/apache/cloudstack-primate/issues/213#issuecomment-616468560


   Add filter by state in the state column for vm etc. cc @shwstppr (ListView 
component)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd edited a comment on issue #213: [BUG] Missing 'Filter by' functionality

2020-04-20 Thread GitBox


rhtyd edited a comment on issue #213:
URL: 
https://github.com/apache/cloudstack-primate/issues/213#issuecomment-616468560


   Add filter by state in the state column for vm, volumes etc. cc @shwstppr 
(ListView component)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411249374



##
File path: source/adminguide/backup_and_recovery.rst
##
@@ -0,0 +1,189 @@
+.. 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.
+ 
+About Backup And Recovery
+--
+
+CloudStack version 4.14 introduces a new Backup and Recovery (B&R) framework 
that
+provides CloudStack with users the ability to back up their guest VMs for 
recovery
+purposes via 3rd party backup solutions.  The framework abstracts the API 
commands
+required for common backup and recovery
+operations, from the vendor specific commmands needed to perform those actions 
and provides
+a plugin model to enable any solution which provides backup and recovery 'like'
+features to be integrated.
+
+The following providers are currently supported:
+
+- VMware with Veeam Backup and Recovery
+
+See the Veeam Backup and Recovery plugin documentation for plugin specific 
information.
+:ref:`Veeam Backup and Recovery Plugin`
+
+Backup and Recovery Concepts
+~~
+
+Backup and recovery has been designed to support two modes:

Review comment:
   I'm seeing the two as
   1. SLA (user has no direct control)
   2. Ad-hoc/user scheduled (user has direct control of backup timing)





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-kubernetes-provider] onitake commented on issue #9: [WIP] Support loadBalancerSourceRanges

2020-04-20 Thread GitBox


onitake commented on issue #9:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/pull/9#issuecomment-616478404


   Figured out how to create and update the firewall rules - create, update and 
delete is now working properly.
   Ready to merge.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr commented on a change in pull request #273: [FIX] VM Deployment Wizard Issues

2020-04-20 Thread GitBox


shwstppr commented on a change in pull request #273:
URL: https://github.com/apache/cloudstack-primate/pull/273#discussion_r411290012



##
File path: src/locales/en.json
##
@@ -1261,6 +1263,12 @@
 "label.launch.zone": "Launch Zone",
 "label.done": "Done",
 "label.fix.errors": "Fix errors",
+"error.something.went.wrong.please.correct.the.following": "Something went 
wrong; please correct the following",
+"filter": "Filter",
+"featured": "Featured",
+"community": "Community",
+"selfexecutable": "Self",
+"sharedexecutable": "Shared"

Review comment:
   @utchoang comma missing
   ```suggestion
   "sharedexecutable": "Shared",
   ```





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr commented on a change in pull request #273: [FIX] VM Deployment Wizard Issues

2020-04-20 Thread GitBox


shwstppr commented on a change in pull request #273:
URL: https://github.com/apache/cloudstack-primate/pull/273#discussion_r411294068



##
File path: src/locales/en.json
##
@@ -1261,6 +1263,12 @@
 "label.launch.zone": "Launch Zone",
 "label.done": "Done",
 "label.fix.errors": "Fix errors",
+"error.something.went.wrong.please.correct.the.following": "Something went 
wrong; please correct the following",

Review comment:
   @utchoang duplicate





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr commented on a change in pull request #273: [FIX] VM Deployment Wizard Issues

2020-04-20 Thread GitBox


shwstppr commented on a change in pull request #273:
URL: https://github.com/apache/cloudstack-primate/pull/273#discussion_r411306920



##
File path: src/views/compute/wizard/ComputeOfferingSelection.vue
##
@@ -0,0 +1,164 @@
+// 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.
+
+
+  
+
+
+   {{ $t('cpu') }}
+   {{ $t('memory') }}
+
+  
+
+
+

[GitHub] [cloudstack-primate] shwstppr commented on issue #273: [FIX] VM Deployment Wizard Issues

2020-04-20 Thread GitBox


shwstppr commented on issue #273:
URL: 
https://github.com/apache/cloudstack-primate/pull/273#issuecomment-616504779


   @rhtyd Original issues have been fixed with couple of minor translation 
fixes.
   
   Couple of corner cases though,
   
   - Once an offering, template or network is selected and then a different 
zone is selected it might allow calling launch with invalid params so we need 
to either de-select or select the first element from the corresponding list
   - Newly created network is not selected by default



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[VOTE] Apache CloudStack 4.13.1.0 RC2

2020-04-20 Thread Andrija Panic
Hi All,

I've created a 4.13.1.0 release (RC2), with the following artefacts up for
testing and a vote:

Git Branch and Commit SH:
https://gitbox.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.13.1.0-RC20200420T1036
Commit: b2596a2be494b39ee5730ece7fdd73166612ef85

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/4.13.1.0/

PGP release keys (signed using 3DC01AE8):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until Friday 24th April 2020 (72h)

For sanity in tallying the vote, can PMC members please be sure to indicate
"(binding)" with their vote?

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

Additional information:

For users' convenience, I've built packages from
b2596a2be494b39ee5730ece7fdd73166612ef85 and published RC2 repository here
(CentOS 6, CentOS 7 and Debian/generic):
http://packages.shapeblue.com/testing/41310rc2/
and here (Ubuntu 18.04 specific, thanks to Gabriel):
https://download.cloudstack.org/testing/4.13.1.0-RC20200420T1036/ubuntu/bionic/

There are no changes to the systemVM templates vs. 4.13.0.0 - please use
the official ones (systemvmtemplate-4.11.3-*) from
http://download.cloudstack.org/systemvm/4.11/

If upgrading from < 4.13.0.0, please use the existing 4.13.0.0 Upgrade
guide here: http://docs.cloudstack.apache.org/en/latest/upgrading/index.html
If upgrading from 4.13.0.0, simply upgrade the packages as usual.

Regards,
Andrija


[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411359326



##
File path: source/adminguide/veeam_plugin.rst
##
@@ -0,0 +1,152 @@
+.. 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.
+
+.. _Veeam Backup and Recovery Plugin:
+
+Veeam Backup and Recovery Plugin
+=
+
+About the Veeam Backup and Recovery Plugin
+---
+
+There are a couple of important concepts to understand before working with the 
Veeam plugin.
+
+#. Backup Provider Offerings for the Veeam B&R plugin are template backup jobs.
+
+#. Veeams API does not allow for the creation of backup jobs.  Therefore, a 
backup job must be created which will act
+   as a template for all 'backups' which are based on it.  You will need to 
create backup job templates for each of the
+   Backup Offerings which you will be presenting to your users, be they a 
default template for ad-hoc/scheduled backups or
+   'SLA' specific templates (ie Gold offering). Refer to the general B&R for 
information regrading the B&R
+   job types.
+
+#. The backup job templates will be zone specific as they will contain the 
backup destination, and this will be different
+   in each zone (unless you have extreamly fat links between zones).
+
+#. Veeam backup jobs are not allowed to be empty (i.e. they must backup 
something); therefore a dummy tag which
+   is not assigned to any VM must be created via vCenter. The initial backup 
target of the backup job templates is
+   then 'any VM with the dummy tag assigned' i.e. no VMs
+
+#. Veeam's API is not complete and therefore a mix of API commands and 
powershell commands (via SSH) are employed.
+
+#. Veeam cannot explicitly reduce the number of backups that are kept, nor can 
it remove individual *partial* backups and 'coalesce' the
+   remaining image(s)
+
+
+Installing Veeam Backup and Recovery for use with CloudStack
+-
+
+The B&R Veeam plugin has been tested against Veeam Backup and Recovery 9.5 
update 4b (Enterprise version).  The
+enterprise edition is required for the Enterprise Manager API.  The final 
tested version of Veeam was on a
+Windows Server 2019 (with desktop), although much of the development work was 
done against a Windows Server 2016 OS (with
+desktop).
+
+The following steps give a minimal installation, they do not cover Veeam 
integrations with backup, storage or
+virtualisation hardware.  A number of the steps below may already have been 
carried out if you are already using Veeam Backup
+and Replication, however please read the steps below carefully to ensure that 
your installation meet all requirements for
+compatibility with the B&R Veeam plug-in.
+
+
+#. Install Backup and Replication 9.5 Manager - inc console - default settings
+#. Install Enterprise manager
+#. Install an SSH server on the 'Veeam Backup and Replication Manager' server. 
Windows Server 2019 has 'OpenSSH Server' as a
+   builtin optional feature which is compatible.
+#. Powershell 5.1 is the default version on Windows Server 2019
+
+Once these components are installed, then Veeam services can be configured.  
Please see the VM documentation for details,
+but at a high level you need to have done the following;
+
+#. License the Enterprise Manager & Backup and Replication servers (this can 
be done purely through the Enterprise Manager)
+#. Connect Enterprise Manager to Veeam backup server(s)
+#. Connect Enterprise Manager to vCenter server
+#. Add your 'vSphere' infrastructure to 'Managed Servers' in the Veeam Backup 
& Replication Console
+#. Setup your 'Backup Repositories' in the Veeam Backup & Replication Console. 
 Remember that you will likely want a different
+   target in each zone.
+
+Creating Template jobs
+--
+
+#. As noted above, a dummy VM tag is required in order to create template jobs 
which don't contain any VMs.  This is done via vCenter
+   by navigating to the 'Tags and Custom Attributes' section, and first 
creating a category (if you dont already have a suitable one).
+
+   |BnR-DummyTagCategory.jpg|
+
+#. Then, create a dummy 

[GitHub] [cloudstack-documentation] PaulAngus commented on a change in pull request #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on a change in pull request #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#discussion_r411402275



##
File path: source/adminguide/virtual_machines.rst
##
@@ -1315,7 +1205,7 @@ vGPU- GRID K100
 === 
 
 GPU/vGPU Assignment Workflow
-
+-

Review comment:
   fixed

##
File path: source/adminguide/virtual_machines.rst
##
@@ -1246,7 +1136,7 @@ CloudStack provides you with the following capabilities:
   in case of GRID cards, and capacity of the cards.
 
 Prerequisites and System Requirements
-~
+--

Review comment:
   fixed





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] PaulAngus commented on issue #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


PaulAngus commented on issue #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#issuecomment-616585053


   request docbuild
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


ACSGitBot commented on issue #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#issuecomment-616585129


   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #85: [WIP] Backup & Recovery Doc Guide

2020-04-20 Thread GitBox


ACSGitBot commented on issue #85:
URL: 
https://github.com/apache/cloudstack-documentation/pull/85#issuecomment-616588647


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr85
   
   Build Log Output:
   
   
   No log errors found to report.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot removed a comment on issue #96: WIP: Update list of supported (i.e. deprecated) hypervisors and OS-es for 4.14

2020-04-20 Thread GitBox


ACSGitBot removed a comment on issue #96:
URL: 
https://github.com/apache/cloudstack-documentation/pull/96#issuecomment-613901479







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] PaulAngus removed a comment on issue #96: WIP: Update list of supported (i.e. deprecated) hypervisors and OS-es for 4.14

2020-04-20 Thread GitBox


PaulAngus removed a comment on issue #96:
URL: 
https://github.com/apache/cloudstack-documentation/pull/96#issuecomment-613901449


   request docbuild



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #96: WIP: Update list of supported (i.e. deprecated) hypervisors and OS-es for 4.14

2020-04-20 Thread GitBox


ACSGitBot commented on issue #96:
URL: 
https://github.com/apache/cloudstack-documentation/pull/96#issuecomment-616599041


   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #96: WIP: Update list of supported (i.e. deprecated) hypervisors and OS-es for 4.14

2020-04-20 Thread GitBox


ACSGitBot commented on issue #96:
URL: 
https://github.com/apache/cloudstack-documentation/pull/96#issuecomment-616600348


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr96
   
   Build Log Output:
   
   
   No log errors found to report.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb opened a new pull request #103: update-os-minimal-requirements

2020-04-20 Thread GitBox


andrijapanicsb opened a new pull request #103:
URL: https://github.com/apache/cloudstack-documentation/pull/103


   removed centos6, removed ubuntu14.04



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #90: Add Bionic on supported deb packages list

2020-04-20 Thread GitBox


ACSGitBot commented on issue #90:
URL: 
https://github.com/apache/cloudstack-documentation/pull/90#issuecomment-616619907


   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #90: Add Bionic on supported deb packages list

2020-04-20 Thread GitBox


andrijapanicsb commented on issue #90:
URL: 
https://github.com/apache/cloudstack-documentation/pull/90#issuecomment-616619852


   requesting docbuild



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #90: Add Bionic on supported deb packages list

2020-04-20 Thread GitBox


ACSGitBot commented on issue #90:
URL: 
https://github.com/apache/cloudstack-documentation/pull/90#issuecomment-616623159


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr90
   
   Build Log Output:
   
   
   No log errors found to report.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #103: update-os-minimal-requirements

2020-04-20 Thread GitBox


ACSGitBot commented on issue #103:
URL: 
https://github.com/apache/cloudstack-documentation/pull/103#issuecomment-616633193


   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #103: update-os-minimal-requirements

2020-04-20 Thread GitBox


andrijapanicsb commented on issue #103:
URL: 
https://github.com/apache/cloudstack-documentation/pull/103#issuecomment-616633147


   requesting docbuild



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #95: WIP: Update release notes 4.14

2020-04-20 Thread GitBox


ACSGitBot commented on issue #95:
URL: 
https://github.com/apache/cloudstack-documentation/pull/95#issuecomment-616634763


   Your request had been received, i'll go and build the documentation and 
check the output log for errors.
   
   This shouldn't take long.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #103: update-os-minimal-requirements

2020-04-20 Thread GitBox


ACSGitBot commented on issue #103:
URL: 
https://github.com/apache/cloudstack-documentation/pull/103#issuecomment-616634417


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr103
   
   Build Log Output:
   
   
   No log errors found to report.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on issue #95: WIP: Update release notes 4.14

2020-04-20 Thread GitBox


andrijapanicsb commented on issue #95:
URL: 
https://github.com/apache/cloudstack-documentation/pull/95#issuecomment-616634711


   requesting docbuild



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] ACSGitBot commented on issue #95: WIP: Update release notes 4.14

2020-04-20 Thread GitBox


ACSGitBot commented on issue #95:
URL: 
https://github.com/apache/cloudstack-documentation/pull/95#issuecomment-616636200


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr95
   
   Build Log Output:
   
   
   No log errors found to report.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang edited a comment on issue #298: [WIP] Quota UI

2020-04-20 Thread GitBox


utchoang edited a comment on issue #298:
URL: 
https://github.com/apache/cloudstack-primate/pull/298#issuecomment-616396417


   * Quota Usage
   
![image](https://user-images.githubusercontent.com/13766648/79818501-2f58fd80-83b2-11ea-8773-9078c428dca0.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on issue #298: [WIP] Quota UI

2020-04-20 Thread GitBox


utchoang commented on issue #298:
URL: 
https://github.com/apache/cloudstack-primate/pull/298#issuecomment-616913021


   * Quota Balance
   
![image](https://user-images.githubusercontent.com/13766648/79818589-60393280-83b2-11ea-8a57-ad6822fc9d85.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr commented on issue #273: [FIX] VM Deployment Wizard Issues

2020-04-20 Thread GitBox


shwstppr commented on issue #273:
URL: 
https://github.com/apache/cloudstack-primate/pull/273#issuecomment-616972586


   @utchoang 
https://github.com/apache/cloudstack-primate/pull/273/files#diff-eabf266de81a5281e09aa8753c45f32bR899
 should be,
   ```
   if (values.affinitygroupids) {
 deployVmData.affinitygroupids = values.affinitygroupids.join(',')
   }
   ```
   else there is an error
   
   TypeError: Cannot read property 'join' of null
   at eval (DeployVM.vue?7176:899)
   at callback (createBaseForm.js?bcc9:582)
   at Vue.validateFieldsInternal (createBaseForm.js?bcc9:477)
   
   Also, is it possible to validate if service offering is selected or not on 
clicking launch VM. `serviceofferingid` is a required parameter and API won't 
work without it
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org