[GitHub] [cloudstack-documentation] ACSGitBot commented on pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632304884


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr86
   
   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 pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot removed a comment on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632251853


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr86
   
   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 pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632303959


   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 removed a comment on pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


andrijapanicsb removed a comment on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632250839


   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 removed a comment on pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot removed a comment on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632250884


   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 a change in pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


andrijapanicsb commented on a change in pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#discussion_r428870448



##
File path: source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
##
@@ -77,23 +80,34 @@ Prerequisites
 -  Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS).
 
 
-Creating a PVLAN-Enabled Shared Network
-
+Creating a PVLAN-Enabled Network
+
+
+PVLAN-enabled networks can be either shared or layer 2 networks.
 
-For a general description of how to create a shared netowrk see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
+For a general description of how to create a shared network see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
 
-On top of the parameters required to create a *normal* shared network, the 
following
+On top of the parameters required to create a *normal* shared or layer 2 
network, the following
 parameters must be set:
 
 -  **VLAN ID**: The unique ID of the primary VLAN that you want to use.
 
--  **Secondary Isolated VLAN ID**:
+-  **Secondary Isolated VLAN ID**: The PVLAN ID to use within the primary VLAN.
+
+-  **PVLAN Type**: The PVLAN type corresponding to the PVLAN ID to use within 
the primary VLAN.
+
+Creating a PVLAN-enabled network can be done in multiple ways depending on the 
PVLAN type:
+
+   - For a **promiscuous** PVLAN:
+  - Set the secondary VLAN ID to the same VLAN ID as the primary VLAN that 
the promiscuous PVLAN will be inside, or
+  - Set the PVLAN type to "Promiscuous" and do not set the secondary VLAN 
ID.
 
-   - For a **promiscuous** PVLAN, set this to the same VLAN ID as the primary 
VLAN
- that the promiscuous PVLAN will be inside.
-   - For an **isolated** PVLAN, set this to the PVLAN ID which you wish to use
- inside the primary VLAN.
+   - For an **isolated** PVLAN:
+  - Set the secondary VLAN ID to the PVLAN ID which you wish to use inside 
the primary VLAN, or

Review comment:
   ```suggestion
 - Set the secondary VLAN ID to the PVLAN ID which you wish to use 
inside the primary VLAN (available only via API, not UI), or
   ```





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 a change in pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


andrijapanicsb commented on a change in pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#discussion_r428870211



##
File path: source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
##
@@ -77,23 +80,34 @@ Prerequisites
 -  Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS).
 
 
-Creating a PVLAN-Enabled Shared Network
-
+Creating a PVLAN-Enabled Network
+
+
+PVLAN-enabled networks can be either shared or layer 2 networks.
 
-For a general description of how to create a shared netowrk see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
+For a general description of how to create a shared network see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
 
-On top of the parameters required to create a *normal* shared network, the 
following
+On top of the parameters required to create a *normal* shared or layer 2 
network, the following
 parameters must be set:
 
 -  **VLAN ID**: The unique ID of the primary VLAN that you want to use.
 
--  **Secondary Isolated VLAN ID**:
+-  **Secondary Isolated VLAN ID**: The PVLAN ID to use within the primary VLAN.
+
+-  **PVLAN Type**: The PVLAN type corresponding to the PVLAN ID to use within 
the primary VLAN.
+
+Creating a PVLAN-enabled network can be done in multiple ways depending on the 
PVLAN type:
+
+   - For a **promiscuous** PVLAN:
+  - Set the secondary VLAN ID to the same VLAN ID as the primary VLAN that 
the promiscuous PVLAN will be inside, or

Review comment:
   ```suggestion
 - Set the secondary VLAN ID to the same VLAN ID as the primary VLAN 
that the promiscuous PVLAN will be inside (available only via API, not UI), or
   ```





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 pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632251853


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr86
   
   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 a change in pull request #84: VM ingestion

2020-05-21 Thread GitBox


andrijapanicsb commented on a change in pull request #84:
URL: 
https://github.com/apache/cloudstack-documentation/pull/84#discussion_r428814809



##
File path: source/adminguide/virtual_machines/VM_Ingestion.rst
##
@@ -0,0 +1,321 @@
+.. 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 Importing VMs
+
+
+Unmanaged Virtual Machines
+~~
+
+As of ACS 4.14, CloudStack has the concept of **unmanaged** virtual machines.  
These are virtual machines that are on CloudStack
+managed hosts, but that are not in CloudStack's database and therefore 
CloudStack cannot control (manage) then in any way.  Previously,
+such VMs could exist, but CloudStack did not 'see' them (their existence 
*would* be reported in logs as unrecognised VMs).
+
+From ACS 4.14 onwards, CloudStack is able to list these VMs via the 
listUnmanagedInstances API command and then import (also known as ingest)
+those unmanaged VMs via the importUnmanagedInstance API so that they become 
CloudStack managed guest instances
+
+.. note:: This is currently only available for **vSphere** clusters.
+
+
+Use Cases and General Usage
+
+
+The ability to import VMs allows Cloud operators (both public and private) on 
onboard new tenants simply and quickly,

Review comment:
   ```suggestion
   The ability to import VMs allows Cloud operators (both public and private) 
to onboard new tenants simply and quickly,
   ```





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 pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632250884


   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 pull request #86: Extend PVLAN documentation

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#issuecomment-632250839


   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] andrijapanicsb commented on pull request #84: VM ingestion

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #84:
URL: 
https://github.com/apache/cloudstack-documentation/pull/84#issuecomment-632250152


   @shwstppr @PaulAngus - can you advise if this is good to go or not, we need 
it asap for 4.14.
   thx



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 pull request #91: CloudStack Kubernetes Service

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #91:
URL: 
https://github.com/apache/cloudstack-documentation/pull/91#issuecomment-632248944


   Guys, can we get this one in - has anyone reviewed it?
   Need it for 4.14 asap
   
   /cc @PaulAngus @rhtyd 



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] sureshanaparti opened a new pull request #353: UI changes for Dynamic roles improvements

2020-05-21 Thread GitBox


sureshanaparti opened a new pull request #353:
URL: https://github.com/apache/cloudstack-primate/pull/353


   Summary
   ===
   
   This PR addresses the below UI improvements for current Dynamic roles 
functionality.
   
   - Export rules of a role to a CSV file, with name: 
__.csv_
   - Import a role with its rules using a CSV file.
   - Create a role from any of the existing role.
   
   UI screens
   ===
   
   Export Rules button:
   https://user-images.githubusercontent.com/12028987/82566102-0e462100-9b99-11ea-8b35-4fb014103d50.png";>
   
   Import Role button:
   https://user-images.githubusercontent.com/12028987/82566138-1a31e300-9b99-11ea-8104-913029988ba3.png";>
   
   Import Role UI:
   https://user-images.githubusercontent.com/12028987/82566149-1e5e0080-9b99-11ea-88a1-f9a6e7204581.png";>
   
   Create Role UI, with Clone from Role:
   https://user-images.githubusercontent.com/12028987/82566170-2453e180-9b99-11ea-9a88-ee856fb7625e.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-documentation] Spaceman1984 commented on pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


Spaceman1984 commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632073036


   > @Spaceman1984 have you tested this locally - I mean following this edited 
guide/PR etc?
   > 
   > 1. I recall that you need to remove/disable the mysql REPO and 
install/enable EPEL repo and just install the mysql-connector* without 
specifying versions - it will pick whatever are the current versions of python 
and java connectors (i.e. will pick up the python connector from the base 
centos repos, while the java connector will be pulled from the Epel - this is 
what we do in our templates/Trillian) - no need to specify exact versions and 
install python-dns, etc? But if you've tested with this edited guide, I'm fine 
with it (would just be more vague about 5.1.xxx version instead of targeting 
exact 5.1.25-3 version, so it the version in guide doesn't get obsolete in i.e. 
3 months)
   > 2. I would replace "4.11.3" with some variables, but that's minor.
   > 
   > thx
   
   It seems like your way would be better. This is a workaround that worked for 
me while following the quick install guide.



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 closed pull request #98: [abandonded]: Update list of changes in 4.14

2020-05-21 Thread GitBox


andrijapanicsb closed pull request #98:
URL: https://github.com/apache/cloudstack-documentation/pull/98


   



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 pull request #98: [abandonded]: Update list of changes in 4.14

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #98:
URL: 
https://github.com/apache/cloudstack-documentation/pull/98#issuecomment-632065358


   Closing in favour of consolidating changes into a single PR.



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 pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632062565


   Build finished.  You can review it at:   
https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr93
   
   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 pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


ACSGitBot commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632061719


   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 pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632061690


   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] andrijapanicsb commented on pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632060894


   In general, it's safer to have the mysql repo disabled, since a simple "yum 
upgrade" will probably upgrade the java connector and then the installation 
gets broken.



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 pull request #93: 4.13 Quick install guide updates

2020-05-21 Thread GitBox


andrijapanicsb commented on pull request #93:
URL: 
https://github.com/apache/cloudstack-documentation/pull/93#issuecomment-632060250


   @Spaceman1984 have you tested this locally - I mean following this edited 
guide/PR etc?
   
   1) I recall that you need to remove/disable the mysql REPO and 
install/enable EPEL repo and just install the mysql-connector* without 
specifying versions - it will pick whatever are the current versions of python 
and java connectors (i.e. will pick up the python connector from the base 
centos repos, while the java connector will be pulled from the Epel - this is 
what we do in our templates/Trillian) - no need to specify exact versions and 
install python-dns, etc? But if you've tested with this edited guide, I'm fine 
with it (would just be more vague about 5.1.xxx version instead of targeting 
exact 5.1.25-3 version, so it the version in guide doesn't get obsolete in i.e. 
3 months)
   
   2) I would replace "4.11.3" with some variables, but that's minor.
   
   thx



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] vladimirpetrov opened a new issue #352: [BUG] Read-only admin can access VM consoles

2020-05-21 Thread GitBox


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


   **Describe the bug**
   Even when logged in as read-only admin (with allowed only list* actions in 
the role), you're still able to access VM consoles (VMs, system VMs, virtual 
router VMs ) which might be dangerous.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Login as read-only admin user (admin role with only list* actions 
allowed).
   2. Go to some VM and click on 'View console' - you're able to see and even 
interact with all the consoles.
   
   **Expected behavior**
   I think read-only admin should not be allowed to interact with the consoles.
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/12384665/82552204-5a2da180-9b6a-11ea-8514-df787116e812.png)
   
   **Desktop (please complete the following information):**
- OS: Ubuntu 18.04 LTS
- Browser: Chrome
- Version: 83.0.4103.61 (Official Build) (64-bit)
   
   **Additional context**
   None.
   



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] vladimirpetrov closed issue #336: [BUG] New project name notification shows actually the previous name

2020-05-21 Thread GitBox


vladimirpetrov closed issue #336:
URL: https://github.com/apache/cloudstack-primate/issues/336


   



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] vladimirpetrov commented on issue #336: [BUG] New project name notification shows actually the previous name

2020-05-21 Thread GitBox


vladimirpetrov commented on issue #336:
URL: 
https://github.com/apache/cloudstack-primate/issues/336#issuecomment-632001284


   Fix confirmed, closing the issue.



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] vladimirpetrov closed issue #342: [BUG] Changing the project by using the project list icon doesn't change its name in the top of the screen

2020-05-21 Thread GitBox


vladimirpetrov closed issue #342:
URL: https://github.com/apache/cloudstack-primate/issues/342


   



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] vladimirpetrov commented on issue #342: [BUG] Changing the project by using the project list icon doesn't change its name in the top of the screen

2020-05-21 Thread GitBox


vladimirpetrov commented on issue #342:
URL: 
https://github.com/apache/cloudstack-primate/issues/342#issuecomment-632000858


   Fix confirmed, closing the issue.



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] vladimirpetrov closed issue #341: [BUG] UI locks when editing template or ISO properties

2020-05-21 Thread GitBox


vladimirpetrov closed issue #341:
URL: https://github.com/apache/cloudstack-primate/issues/341


   



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] vladimirpetrov commented on issue #341: [BUG] UI locks when editing template or ISO properties

2020-05-21 Thread GitBox


vladimirpetrov commented on issue #341:
URL: 
https://github.com/apache/cloudstack-primate/issues/341#issuecomment-632000543


   Fix confirmed, closing the issue.



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 closed issue #344: [BUG] Add secondary storage form passes zone name and not zoneid

2020-05-21 Thread GitBox


rhtyd closed issue #344:
URL: https://github.com/apache/cloudstack-primate/issues/344


   



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: [RESULT][VOTE] Apache CloudStack 4.14.0.0

2020-05-21 Thread Rohit Yadav
Thanks Andrija for concluding the vote.
Great work everyone! 🎉


Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Andrija Panic 
Sent: Thursday, May 21, 2020 13:24
To: dev ; users 
Subject: [RESULT][VOTE] Apache CloudStack 4.14.0.0

Hi all,

After 72+ hours, the vote for CloudStack 4.14.0.0 *passes* with
4 PMC + 2 non-PMC votes.

+1 (PMC / binding)
Boris Stoyanov
Daan Hoogland
Gabriel Beims Bräscher
Andrija Panic

+1 (non binding)
Liridon Ismaili
Rodrigo D. Lopez

0
none

-1
none

Thanks to everyone participating.

I will now prepare the release announcement to go out after 24 hours to
give the mirrors time to catch up.

Regards,
Andrija Panic

rohit.ya...@shapeblue.com 
www.shapeblue.com
3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK
@shapeblue
  
 



[GitHub] [cloudstack-primate] vladimirpetrov opened a new issue #336: [BUG] New project name notification shows actually the previous name

2020-05-21 Thread GitBox


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


   **Describe the bug**
   When you create a new project, the name in the notification box is actually 
the previously created project's name.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Make sure you have at least one project created. Add a new one and look 
at the notification box - the name is from the old one
   
   **Expected behavior**
   The notification box must show the name of the newly created project.
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/12384665/81830606-f3dec880-9544-11ea-811b-b47a59921933.png)
   
   
![image](https://user-images.githubusercontent.com/12384665/81831084-98f9a100-9545-11ea-9ce2-b27d5143d876.png)
   
   
   **Desktop (please complete the following information):**
- OS: Ubuntu 18.04 LTS
- Browser: Chrome
- Version: 81.0.4044.138 (Official Build) (64-bit)
   
   **Additional context**
   None.
   



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 closed issue #336: [BUG] New project name notification shows actually the previous name

2020-05-21 Thread GitBox


rhtyd closed issue #336:
URL: https://github.com/apache/cloudstack-primate/issues/336


   



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 #336: [BUG] New project name notification shows actually the previous name

2020-05-21 Thread GitBox


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


   @vladimirpetrov please test



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 #341: [BUG] UI locks when editing template or ISO properties

2020-05-21 Thread GitBox


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


   @vladimirpetrov please re-test against master and close, 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 closed issue #341: [BUG] UI locks when editing template or ISO properties

2020-05-21 Thread GitBox


rhtyd closed issue #341:
URL: https://github.com/apache/cloudstack-primate/issues/341


   



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




[RESULT][VOTE] Apache CloudStack 4.14.0.0

2020-05-21 Thread Andrija Panic
Hi all,

After 72+ hours, the vote for CloudStack 4.14.0.0 *passes* with
4 PMC + 2 non-PMC votes.

+1 (PMC / binding)
Boris Stoyanov
Daan Hoogland
Gabriel Beims Bräscher
Andrija Panic

+1 (non binding)
Liridon Ismaili
Rodrigo D. Lopez

0
none

-1
none

Thanks to everyone participating.

I will now prepare the release announcement to go out after 24 hours to
give the mirrors time to catch up.

Regards,
Andrija Panic


[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #344: [BUG] Add secondary storage form passes zone name and not zoneid

2020-05-21 Thread GitBox


vladimirpetrov commented on issue #344:
URL: 
https://github.com/apache/cloudstack-primate/issues/344#issuecomment-631931528


   Fix confirmed, closing the issue.



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 #342: [BUG] Changing the project by using the project list icon doesn't change its name in the top of the screen

2020-05-21 Thread GitBox


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


   @vladimirpetrov please re-test and close



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 closed issue #342: [BUG] Changing the project by using the project list icon doesn't change its name in the top of the screen

2020-05-21 Thread GitBox


rhtyd closed issue #342:
URL: https://github.com/apache/cloudstack-primate/issues/342


   



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