Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-11 Thread Prashanth Manthena
Thank you Wei & Remi !! I will start using the latest system VM templates. With regards, Prashanth On Wed, May 11, 2016 at 2:20 PM, Remi Bergsma wrote: > Hi Prashanth, > > As Wei suggested, when you use CloudStack 4.6/4.7/4.8/4.9 you also need > the systemvm template with version 4.6.0. This d

Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-11 Thread Remi Bergsma
Hi Prashanth, As Wei suggested, when you use CloudStack 4.6/4.7/4.8/4.9 you also need the systemvm template with version 4.6.0. This does include the needed Python modules. The 4.4 template you used won't fly. You will run into other missing packages and changes as well. Regards, Remi Sent

Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-11 Thread Prashanth Manthena
Hi Will, I was able to put a break-point and debug the actual issue in the VR (system VM template), it's a Python import error of the package "netaddr", which can be fixed by updating the system template with the "netaddr" package installed in it. Hopefully, it fixes this issue. Here is the error

Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-11 Thread Wei ZHOU
Prashanth, it looks you still use the systemvm template 4.4.0. Please upload the new systemvm template and test it again. you can follow http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.8.0/upgrade/upgrade-4.5.html . -Wei 2016-05-11 12:06 GMT+02:00 Prashanth Manthena < pr

Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-11 Thread Prashanth Manthena
Hi Will, I am hitting an issue similar to CLOUDSTACK-9013 on master (4.9.0). Here are the management server error logs: 2016-05-10 08:24:03,109 ERROR [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Work-Job-Executor-3:ctx-5069ea04 job-247/job-250 ctx-48a763a9) (logid:2735b868) VR config: execution

Re: Virtual router failed to start on KVM + Linux Bridges

2016-05-10 Thread Will Stevens
I am doing CI on KVM and I believe I am using bridged networking in this environment. Can you give more details of what you are seeing? *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Tue, M

Virtual router failed to start on KVM + Linux Bridges

2016-05-10 Thread Prashanth Manthena
Hi All, I am seeing CLOUDSTACK-9013 on master (4.9.0) with KVM+Linux Bridges. Any pointers on this issue ? CLOUDSTACK-9013: https://issues.apache.org/jira/browse/CLOUDSTACK-9013 With reagrds, Prashanth