Re: devcloud-kvm (and marvin bugs)

2013-01-15 Thread Prasanna Santhanam
On Mon, Jan 14, 2013 at 08:25:51PM -0500, Marcus Sorensen wrote: > I've now got a config for regular devcloud in > tools/devcloud/devcloud-advanced.cfg, this works for me to deploy a fully > working advanced network zone, except for the traffic labels. If I go in > and manually fix the traffic labe

Re: devcloud-kvm (and marvin bugs)

2013-01-14 Thread Marcus Sorensen
You can use tools/devcloud/devcloud-advanced.cfg and the normal devcloud2. I haven't updated the image on the kvm one yet. On Jan 14, 2013 7:27 PM, "prasanna" wrote: > Hey Marcus, Is the latest devcloud-kvm image you shared via the wiki > up to date? I'll try it out and see why traffic labels fa

Re: devcloud-kvm (and marvin bugs)

2013-01-14 Thread prasanna
Hey Marcus, Is the latest devcloud-kvm image you shared via the wiki up to date? I'll try it out and see why traffic labels failed to configure. Thanks, On 15 January 2013 06:55, Marcus Sorensen wrote: > I've now got a config for regular devcloud in > tools/devcloud/devcloud-advanced.cfg, this w

Re: devcloud-kvm (and marvin bugs)

2013-01-14 Thread Marcus Sorensen
I've now got a config for regular devcloud in tools/devcloud/devcloud-advanced.cfg, this works for me to deploy a fully working advanced network zone, except for the traffic labels. If I go in and manually fix the traffic labels to be as shown in the config, then restart management server/system vm

Re: devcloud-kvm (and marvin bugs)

2013-01-14 Thread Marcus Sorensen
Thanks. I've tested the vlan stuff and it seems to work. Now I'm stuck on the traffic labels. My config deploys but my traffic labels all show 'Use default network'. My script generated the following: { "zones": [ { "localstorageenabled": "true", "name": "testzo

Re: devcloud-kvm (and marvin bugs)

2013-01-13 Thread Prasanna Santhanam
I've fixed the problem of the same vlan applied to all the physical networks with CLOUDSTACK-968 [1]. The vlan attribute went back-and-forth b/w zone and phy. network when the physical-network concept was introduced. Looks like I failed to fix marvin then. Also while fixing this I noticed our Zone

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Marcus Sorensen
{ "zones": [ { "localstorageenabled": "true", "name": "testzone", "guestcidraddress": "10.1.1.0/24", "dns1": "8.8.8.8", "vlan": "3900-3919", "physical_networks": [ { "broadcastdom

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Prasanna Santhanam
On Fri, Jan 11, 2013 at 12:50:45PM -0500, Marcus Sorensen wrote: > I'm attaching the cfg file that I have so far. The goal is to run > everything in the devcloud, with public traffic on the NAT xenbr1 > bridge, management, guest vlans on xenbr0. As mentioned, the 'vlan' > setting under zone is trip

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Prasanna Santhanam
Marcus - Thanks for bringing these up: On Fri, Jan 11, 2013 at 12:41:08PM -0500, Marcus Sorensen wrote: > Let me verify that everything is working first :-) > > I've had a chance to play with some of the marvin stuff a bit, and am > running into a few issues. Per the example on > https://cwiki.ap

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Marcus Sorensen
Oh, and this is with normal devcloud, I'm trying to get the configs working and then once I get the agent start figured out on devcloud-kvm I'll tweak the cfg to work for that. On Fri, Jan 11, 2013 at 10:50 AM, Marcus Sorensen wrote: > I'm attaching the cfg file that I have so far. The goal is to

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Marcus Sorensen
I'm attaching the cfg file that I have so far. The goal is to run everything in the devcloud, with public traffic on the NAT xenbr1 bridge, management, guest vlans on xenbr0. As mentioned, the 'vlan' setting under zone is tripping up on multiple physical networks (I only want them on physical eth0)

Re: devcloud-kvm (and marvin bugs)

2013-01-11 Thread Marcus Sorensen
Let me verify that everything is working first :-) I've had a chance to play with some of the marvin stuff a bit, and am running into a few issues. Per the example on https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing+with+Python under 'how do I generate it', if I copy that python scri