RE: [DISCUSS] Replacing the VR

2016-09-14 Thread Marty Godsey
This one does look nice. My biggest concern is the lack of VXLANs. It seems that any of the ones we mentioned do not have an API so we may be stuck at the SSH method. Regards, Marty Godsey nSource Solutions -Original Message- From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
Thanks for the reply Simon. *vi /etc/network/interfaces* # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # Public network auto cloudbr0 ifac

[GitHub] cloudstack pull request #1666: CLOUDSTACK-9480: Egress Firewall: Incorrect u...

2016-09-14 Thread karuturi
Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1666#discussion_r78733780 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py --- @@ -145,40 +145,41 @@ def add_rule(self, cidr): logging.debug("C

[GitHub] cloudstack pull request #1666: CLOUDSTACK-9480: Egress Firewall: Incorrect u...

2016-09-14 Thread karuturi
Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1666#discussion_r78733866 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py --- @@ -145,40 +145,41 @@ def add_rule(self, cidr): logging.debug("C

[GitHub] cloudstack pull request #1666: CLOUDSTACK-9480: Egress Firewall: Incorrect u...

2016-09-14 Thread karuturi
Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1666#discussion_r78733924 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py --- @@ -145,40 +145,41 @@ def add_rule(self, cidr): logging.debug("C

[GitHub] cloudstack issue #1661: Export UUID for zone creation event completion.

2016-09-14 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1661 code LGTM. Started our internal CI run on this PR. It will post the results here. I will merge once CI is successful. --- If your project is set up for it, you can reply to this email and have

Re: builds.cloudstack.org (new jenkins system)

2016-09-14 Thread John Burwell
Pierre-Luc, It is possible to have the new Jenkins authenticate against he ASF LDAP? Since the ASF LDAP reflects who is a committer, we wouldn’t have to manage multiple authentication repositories. Thanks, -John > john.burw...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden,

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread Simon Weller
Can you post ifconfig and brctl show? From: ned dogg Sent: Wednesday, September 14, 2016 4:54 AM To: dev@cloudstack.apache.org Subject: Re: System VM's are getting stuck in starting mode Thanks for the reply Simon. *vi /etc/network/interfaces* # This file de

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
*brctl* *show* bridge name bridge id STP enabled interfaces cloud0 8000. no cloudbr0 8000. no cloudbr1 8000. no lxcbr0 8000. no virbr0 8000. yes *ifconfig* cloud0Link encap:Ethernet HWaddr 1e:ad:ae:e9:ac:36 inet addr:169.25

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread Simon Weller
So it doesn't appear you have any interfaces plugged into your cloudbr0 or cloudbr1 bridges. Please note that the agent expects to find particular interface name formats: eth*, bond*, team*, vlan*, em*, p*p*, ens*, eno*, enp*, or enx*. Try adding your actual interface to the bridge. __

[GitHub] cloudstack issue #1661: Export UUID for zone creation event completion.

2016-09-14 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1661 ### ACS CI BVT Run **Sumarry:** Build Number 95 Hypervisor xenserver NetworkType Advanced Passed=103 Failed=0 Skipped=4 _Link to logs Folder (search

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
Sorry, Simon I don't understand. Please can you be more explicite. On Wed, Sep 14, 2016 at 3:46 PM, Simon Weller wrote: > So it doesn't appear you have any interfaces plugged into your cloudbr0 or > cloudbr1 bridges. Please note that the agent expects to find particular > interface name formats:

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread Simon Weller
The CloudStack agent walks all the bridges and then tries to find the underlying interface being used. If it can't identify the interface, then it fails to start. The issue you seem to have is that you have bridges setup without any actual physical interfaces attached to them. So your bridges h

[GitHub] cloudstack pull request #1661: Export UUID for zone creation event completio...

2016-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1661 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack issue #1642: System VMs on Managed Storage

2016-09-14 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1642 @mike-tutkowski started our internal CI run on this PR(xen server advanced). It will run the smoke tests and post the results here. once it confirms there are no regressions, I will merge this

[GitHub] cloudstack pull request #1642: System VMs on Managed Storage

2016-09-14 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1642#discussion_r78780699 --- Diff: server/src/com/cloud/storage/StorageManagerImpl.java --- @@ -1113,8 +1114,17 @@ public void cleanupStorage(boolean recurring) {

[GitHub] cloudstack pull request #1642: System VMs on Managed Storage

2016-09-14 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1642#discussion_r78782746 --- Diff: test/integration/plugins/solidfire/TestManagedSystemVMs.py --- @@ -0,0 +1,586 @@ +# Licensed to the Apache Software Foundation (ASF) under

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
Thanks for explanation Simon. I plugged an interface eth0 into your cloudbr0 but no luck. brctl show bridge name bridge id STP enabled interfaces cloud0 8000. no cloudbr0 8000.40a8f06672e2 no eth0 cloudbr1 8000. no lxcbr0 8000. no virbr0 8000. yes Any

[REVIEW] September ASF Report

2016-09-14 Thread Will Stevens
This report is pretty short, so please let me know if there are items you feel I have missed or if you would like any additional detail included. Thanks, Will --- ## Description: Apache CloudStack (ACS) is an IaaS (Infrastructure as a Service) cloud orchestration platform. ACS manages ma

[GitHub] cloudstack pull request #1642: System VMs on Managed Storage

2016-09-14 Thread mike-tutkowski
Github user mike-tutkowski commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1642#discussion_r78794664 --- Diff: server/src/com/cloud/storage/StorageManagerImpl.java --- @@ -1113,8 +1114,17 @@ public void cleanupStorage(boolean recurring) {

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread Simon Weller
Can you post the agent log output (in debug) after this change? From: ned dogg Sent: Wednesday, September 14, 2016 11:43 AM To: dev@cloudstack.apache.org Subject: Re: System VM's are getting stuck in starting mode Thanks for explanation Simon. I plugged an inter

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
Here they are: http://pastebin.com/rUP0mJ1P On Wed, Sep 14, 2016 at 6:26 PM, Simon Weller wrote: > Can you post the agent log output (in debug) after this change? > > > > From: ned dogg > Sent: Wednesday, September 14, 2016 11:43 AM > To: dev@cloudstack.apache.o

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread Wei ZHOU
it looks the cloudstack agent cannot communicate with cloudstack management server. is your management server up ? is 192.168.1.3 the right IP ? -Wei 2016-09-14 19:44 GMT+02:00 ned dogg : > Here they are: > http://pastebin.com/rUP0mJ1P > > On Wed, Sep 14, 2016 at 6:26 PM, Simon Weller wrote: >

[GitHub] cloudstack issue #1642: System VMs on Managed Storage

2016-09-14 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1642 ### ACS CI BVT Run **Sumarry:** Build Number 97 Hypervisor xenserver NetworkType Advanced Passed=103 Failed=0 Skipped=4 _Link to logs Folder (search

Re: System VM's are getting stuck in starting mode

2016-09-14 Thread ned dogg
Oh sorry, my computer switched to a different network. Thanks Wei. Here is the new agent logs: http://pastebin.com/SzD2VfLJ The System VMs are still stuck in starting mode. Any clues? On Wed, Sep 14, 2016 at 7:15 PM, Wei ZHOU wrote: > it looks the cloudstack agent cannot communicate with clou

Re: [REVIEW] September ASF Report

2016-09-14 Thread Milamber
Looks good to me. Thanks for report. On 14/09/2016 17:51, Will Stevens wrote: This report is pretty short, so please let me know if there are items you feel I have missed or if you would like any additional detail included. Thanks, Will --- ## Description: Apache CloudStack (ACS) is an

Re: [DISCUSS] Replacing the VR

2016-09-14 Thread Chiradeep Vittal
I rather doubt that the Cloudrouter will fit the needs of the CloudStack project - it is AGPL licensed. Many enterprises will not touch anything that has AGPL - the github repo shows rather infrequent updates. Quite likely they aren't considering the use cases of the CloudStack community I'd bac

RE: [DISCUSS] Replacing the VR

2016-09-14 Thread Marty Godsey
Licensing aside, I think splitting the various functions into containers is not a good route either. This will force users to have to maintain and use containers and adds complexity to the networking aspects of ACS. Complexity decreases stability. Now I understand the argument that a monolithic

Re: [DISCUSS] Replacing the VR

2016-09-14 Thread Syed Ahmed
Agree with Marty, adding Docker containers to the picture although can make the VR more flexible but the added complexity is just not worth it. Not to mention we would need to take care of networking each container manually and given that our iptable rules are very unstable at the moment I don't se

Re: [DISCUSS] Replacing the VR

2016-09-14 Thread Will Stevens
I tend to agree with Syed and Marty. I am not sure what problems are solved by splitting up the function of the VR into a bunch of separate services. As Syed points out, the complexity added is non-trivial. We now have to manage all the intercontainer networking as well as the orchestrated ACS n

Re: [DISCUSS] Replacing the VR

2016-09-14 Thread Will Stevens
Or we could go completely crazy and go with something like FlexSwitch from SnapRoute - http://www.snaproute.com/ - https://opensnaproute.github.io/docs/apis.html *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|*

[GitHub] cloudstack issue #1669: Make CloudStack JSP-free

2016-09-14 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1669 LGTM on code review. Another disadvantage of jsp is the compilation. No jsp will mean smoother transitions to newer java versions. --- If your project is set up for it, you can reply

RE: [DISCUSS] Replacing the VR

2016-09-14 Thread Marty Godsey
Honestly, this looks interesting. I have never used it myself but it "reads" very much like what we are wanting to do. Regards, Marty Godsey nSource Solutions -Original Message- From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of Will Stevens Sent: Wednesday, S

RE: [DISCUSS] Replacing the VR

2016-09-14 Thread Marty Godsey
Though I don’t see VPN in Snaproute.. Makes sense since it was not intended to do IPSec. It seems as though VyOS is starting to look like the best option. Regards, Marty Godsey nSource Solutions -Original Message- From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behal