[GitHub] [cloudstack-primate] Pearl1594 opened a new pull request #872: Support for spcifying VR IP in shared networks

2020-11-25 Thread GitBox


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


   Depends on ACS code: https://github.com/apache/cloudstack/pull/4503



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] rhtyd merged pull request #150: 4.15 Release & Upgrade Notes

2020-11-25 Thread GitBox


rhtyd merged pull request #150:
URL: https://github.com/apache/cloudstack-documentation/pull/150


   



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: recurring error in marvin tests for redundant VPCs

2020-11-25 Thread Andrija Panic
These have been consistently unreliable for many releases, nothing to do
with you, afaik.

On Wed, 21 Oct 2020 at 10:09, Daan Hoogland  wrote:

> Please all keep an eye out. Something was merged (probably by me) that
> broke the tests for VPCs [1] I have seen it in at least three smoke test
> runs for different PRs and I don't know what to revert/fix. I'll be looking
> at it but do appreciate help.
>
> [1] https://github.com/apache/cloudstack/pull/4200#issuecomment-713227303
>
> --
> Daan
>


-- 

Andrija Panić


Re: recurring error in marvin tests for redundant VPCs

2020-11-25 Thread Wei ZHOU
Hi Daan and Andrija,

This should be caused by issue described in
https://github.com/apache/cloudstack/pull/4386
it has been fixed by https://github.com/apache/cloudstack/pull/4413

-Wei





On Wed, 25 Nov 2020 at 12:23, Andrija Panic  wrote:

> These have been consistently unreliable for many releases, nothing to do
> with you, afaik.
>
> On Wed, 21 Oct 2020 at 10:09, Daan Hoogland 
> wrote:
>
> > Please all keep an eye out. Something was merged (probably by me) that
> > broke the tests for VPCs [1] I have seen it in at least three smoke test
> > runs for different PRs and I don't know what to revert/fix. I'll be
> looking
> > at it but do appreciate help.
> >
> > [1]
> https://github.com/apache/cloudstack/pull/4200#issuecomment-713227303
> >
> > --
> > Daan
> >
>
>
> --
>
> Andrija Panić
>


[GitHub] [cloudstack-primate] Pearl1594 opened a new pull request #873: List all suitable/available zones while creating networks

2020-11-25 Thread GitBox


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


   Currently, network creation forms (shared,L2,isolated) only lists one zone:
   
   L2:
   
![image](https://user-images.githubusercontent.com/10495417/100227838-cc32d900-2f47-11eb-8767-7af249345ada.png)
   
   Shared:
   
![image](https://user-images.githubusercontent.com/10495417/100227867-d81e9b00-2f47-11eb-8a3e-8624a03af678.png)
   
   Isolated:
   
![image](https://user-images.githubusercontent.com/10495417/100227893-e2d93000-2f47-11eb-8bb5-168ef88c3d70.png)
   
   
   ## Post Fix:
   
   L2:
   
![image](https://user-images.githubusercontent.com/10495417/100227793-b3c2be80-2f47-11eb-91ec-e27473b454d6.png)
   
   Shared:
   
![image](https://user-images.githubusercontent.com/10495417/100227924-f08eb580-2f47-11eb-8172-7dce5b38dd38.png)
   
   Isolated:
   
![image](https://user-images.githubusercontent.com/10495417/100227952-f97f8700-2f47-11eb-8e37-681fa764df18.png)
   
   However, from the deploy instance view - we still restrict the zone during 
network creation to the zone specified in the deployment wizard:
   
![image](https://user-images.githubusercontent.com/10495417/100227529-4c0c7380-2f47-11eb-93ec-33a74bd362c6.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] Pearl1594 commented on pull request #873: List all suitable/available zones while creating networks

2020-11-25 Thread GitBox


Pearl1594 commented on pull request #873:
URL: 
https://github.com/apache/cloudstack-primate/pull/873#issuecomment-733678823


   @blueorangutan package



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] blueorangutan commented on pull request #873: List all suitable/available zones while creating networks

2020-11-25 Thread GitBox


blueorangutan commented on pull request #873:
URL: 
https://github.com/apache/cloudstack-primate/pull/873#issuecomment-733731073


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/873 (JID-3692)



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: recurring error in marvin tests for redundant VPCs

2020-11-25 Thread Daan Hoogland
thanks, but 4413 was merged a month ago, so i wonder still...

On Wed, Nov 25, 2020 at 12:06 PM Wei ZHOU  wrote:

> Hi Daan and Andrija,
>
> This should be caused by issue described in
> https://github.com/apache/cloudstack/pull/4386
> it has been fixed by https://github.com/apache/cloudstack/pull/4413
>
> -Wei
>
>
>
>
>
> On Wed, 25 Nov 2020 at 12:23, Andrija Panic 
> wrote:
>
> > These have been consistently unreliable for many releases, nothing to do
> > with you, afaik.
> >
> > On Wed, 21 Oct 2020 at 10:09, Daan Hoogland 
> > wrote:
> >
> > > Please all keep an eye out. Something was merged (probably by me) that
> > > broke the tests for VPCs [1] I have seen it in at least three smoke
> test
> > > runs for different PRs and I don't know what to revert/fix. I'll be
> > looking
> > > at it but do appreciate help.
> > >
> > > [1]
> > https://github.com/apache/cloudstack/pull/4200#issuecomment-713227303
> > >
> > > --
> > > Daan
> > >
> >
> >
> > --
> >
> > Andrija Panić
> >
>


-- 
Daan


Re: recurring error in marvin tests for redundant VPCs

2020-11-25 Thread Wei ZHOU
Hi Daan,

I checked some recent trillian test results, the issue should be fixed.

-Wei


On Wed, 25 Nov 2020 at 18:56, Daan Hoogland  wrote:

> thanks, but 4413 was merged a month ago, so i wonder still...
>
> On Wed, Nov 25, 2020 at 12:06 PM Wei ZHOU  wrote:
>
> > Hi Daan and Andrija,
> >
> > This should be caused by issue described in
> > https://github.com/apache/cloudstack/pull/4386
> > it has been fixed by https://github.com/apache/cloudstack/pull/4413
> >
> > -Wei
> >
> >
> >
> >
> >
> > On Wed, 25 Nov 2020 at 12:23, Andrija Panic 
> > wrote:
> >
> > > These have been consistently unreliable for many releases, nothing to
> do
> > > with you, afaik.
> > >
> > > On Wed, 21 Oct 2020 at 10:09, Daan Hoogland 
> > > wrote:
> > >
> > > > Please all keep an eye out. Something was merged (probably by me)
> that
> > > > broke the tests for VPCs [1] I have seen it in at least three smoke
> > test
> > > > runs for different PRs and I don't know what to revert/fix. I'll be
> > > looking
> > > > at it but do appreciate help.
> > > >
> > > > [1]
> > > https://github.com/apache/cloudstack/pull/4200#issuecomment-713227303
> > > >
> > > > --
> > > > Daan
> > > >
> > >
> > >
> > > --
> > >
> > > Andrija Panić
> > >
> >
>
>
> --
> Daan
>