4.1 new feature post release?

2013-09-14 Thread Marcus Sorensen
Hi guys, I was just pulling in updates from the 4.1 branch and noticed commit 706e23623c3227d92ae498529166ca73d2a2bf4e, This looks like a new feature. There's not a bug attached to it. It seems to allow admins to set the CPU mode for KVM guests, e.g. host-passthrough, which makes the VM show the ac

Re: Volunteers to Complete the 4.2 Release Notes

2013-09-14 Thread Animesh Chaturvedi
I have added a public filters for known issues and fixed issues that we can put in release notes. This way the data is dynamic and up to date Thanks Animesh On Sep 13, 2013, at 8:53 AM, "Radhika Puthiyetath" wrote: > Who is volunteering to provide the list of Fixed issues for the RN? > > ---

RE: DhcpServiceProvider

2013-09-14 Thread Soheil Eizadi
Thanks for highlighting why remove entry is not implemented. The interface works for internal implementation where you have the MS database and a separate table in the DHCP server that you are managing. If the DHCP Provider is external and authoritative on the IP Address Management or trying to

Re: Apache CloudStack 4.2.0 (fifth round)

2013-09-14 Thread Marcus Sorensen
+1 (binding) Tested CentOS 6.4 and Ubuntu 12.04.3: create advanced zone create VPC register template create VPC tier create VM on tier w/NFS create VM on tier w/CLM create VM on tier w/Local storage create static NAT to vm, ssh in On Sat, Sep 14, 2013 at 10:28 AM, Rajesh Battala wrote: > +1 > >

[UI] Unnecessary cookie

2013-09-14 Thread Shiva Teja
Hi I was going through the UI code. The cookie for capabilities[0] is set to a JS object. It comes up as capabilities=%5Bobject%20Object%5D in the cookies. I don't think this is necessary. [0]: https://github.com/apache/cloudstack/blob/master/ui/scripts/cloudStack.js#L303 Thanks, Shiva Teja

Re: Virtual router and vm on different hosts

2013-09-14 Thread Girish Shilamkar
Hello Marty, Marcus, Thanks for the explanation, I have updated the test accordingly. Regards, Girish On 14-Sep-2013, at 9:37 PM, Marcus Sorensen wrote: > Yes, as Marty mentions they can be on any host, with tagged vlans linking > everything together.If you prefer them on the same host you can

RE: Apache CloudStack 4.2.0 (fifth round)

2013-09-14 Thread Rajesh Battala
+1 Tested VM Life cycle in Xenserver and KVM with Advance Zone configuration. Thanks Rajesh Battala -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Saturday, September 14, 2013 4:43 AM To: dev@cloudstack.apache.org Subject: Apache CloudStack 4.2.

Re: Virtual router and vm on different hosts

2013-09-14 Thread Marcus Sorensen
Yes, as Marty mentions they can be on any host, with tagged vlans linking everything together.If you prefer them on the same host you can write a custom allocator. The user concentrated algorithm packs VMS together when possible, and random allocator is self explanatory, but I don't think either pa

Re: Virtual router and vm on different hosts

2013-09-14 Thread Marty Sweet
Hi Girish, Virtual routers can be on different hosts to user vms as it is assumed the VLAN used for the private user network is tagged to all the hypervisors. Marty On Saturday, September 14, 2013, Girish Shilamkar wrote: > Hello, > > I was under the assumption that virtual router (VR) and vm s

Re: www.cloudstack.org not resolving

2013-09-14 Thread Marty Sweet
There is also Jenkins and I assume some other things? Marty On Saturday, September 14, 2013, Kelly Hair wrote: > OK - found the IP - it's 140.211.11.131 > > If I add the IP to my /etc/hosts file (entry: 140.211.11.131 > www.cloudstack.org ) then it comes up properly in Chrome. > > Just need to u

Re: www.cloudstack.org not resolving

2013-09-14 Thread Kelly Hair
OK - found the IP - it's 140.211.11.131 If I add the IP to my /etc/hosts file (entry: 140.211.11.131 www.cloudstack.org ) then it comes up properly in Chrome. Just need to update the A records on NS71 & NS72 to point cloudstack.org, www.cloudstack.org & wiki.cloudstack.org to that IP address. O

Re: www.cloudstack.org not resolving

2013-09-14 Thread Kelly Hair
Getting the same thing. I've added Sheng/owner to this thread as he's the owner in the whois record. What IP address SHOULD cloudstack.org & www.cloudstack.org resolve to? === Debug below: Kellys-MacBook-Pro:~ kellyhair$ whois cloudstack.org Access to .ORG WHOIS information is provided to assis

Re: Review Request 12545: CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM

2013-09-14 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12545/ --- (Updated Sept. 14, 2013, 7:46 a.m.) Review request for cloudstack, Harikrishna

Review Request 14143: CLOUDSTACK-4637: Add 30sec sleep before router is ssh'd

2013-09-14 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14143/ --- Review request for cloudstack and venkata swamy babu budumuru. Bugs: CLOUDSTAC

Virtual router and vm on different hosts

2013-09-14 Thread Girish Shilamkar
Hello, I was under the assumption that virtual router (VR) and vm spawned for an account would always be on the same host. Therefore in egress rule automation tests we were ssh'ing VR via host on which the vm was created. But recently we saw failures in egress rule tests as VR was not reachable