Re: Custom network offering through API

2014-01-17 Thread Amar Krishna
Hi Tejas, For network offering if you are adding any supported service then you have to provide the supported service provider also. When you have created the network offering with userdata as support service then you have to provide the service provider also. Like Geoff has stated in his api ex

Re: Custom network offering through API

2014-01-17 Thread Tejas Gadaria
Hi Geoff, Thanks for replay, I believe we can create same network offering through UI also, when we are creating custom network offering and guest network through UI similar options are available. So what is the advantage to perform this task through API. Regards, Tejas On Fri, Jan 17, 2014 at

Re: CloudStack 4.2 Advance networking setup

2014-01-17 Thread Shanker Balan
On 18-Jan-2014, at 3:56 am, motty cruz wrote: > Hi all, > > this question is about advance zone networking, I would like to have three > interfaces dedicate to guest networks, do I have to create a bridge for > each interface? I hope is not a foolish questions. You will require to create a bond.

Move running vm to project

2014-01-17 Thread Rafael Weingartner
Hi, I was wondering, is it possible to move a running VM to a project? If so, how could I do that? I know that I can do that working directly on the database, but this would be an error prone job. -- Rafael Weingärtner

CloudStack 4.2 Advance networking setup

2014-01-17 Thread motty cruz
Hi all, this question is about advance zone networking, I would like to have three interfaces dedicate to guest networks, do I have to create a bridge for each interface? I hope is not a foolish questions. Thanks,

Re: problem with release test procedure

2014-01-17 Thread Amogh Vasekar
Hi, Is the SSVM in up when checked from the UI? You may need to change the "host" config in global parameters to 192.168.56.10 (assuming you are running the management server from within DevCloud). HTH, Amogh On 1/17/14 7:47 AM, "Ja kub" wrote: >Hi, > > >Has anybody recently tested creating ins

Re: Windows >2008 and virtio network

2014-01-17 Thread jason pavao
If you select other pv 32/64 bit for the template os selection it will instantiate children vms with virtio virtual components. On 1/16/2014 6:20 PM, Bjoern Teipel wrote: Hi, I just noticed that Windows guests, even with 2012 profile will be provisioned with e1000 network driver opposed to virt

Re: Cloudstack 4.2.1 / Xenserver 6.1 GRE tunnelling / createTunnelNetwork failed

2014-01-17 Thread David Nalley
On Fri, Jan 17, 2014 at 3:08 AM, Sebastien Goasguen wrote: > > > On Jan 14, 2014, at 10:50 PM, Nguyen Anh Tu wrote: > > > Hi Dag, > > > > I updated GRE modules to make it work fine with XenServer and XCP during > > the summer. It now appears on master branch. Maybe it will added to future > > rel

problem with release test procedure

2014-01-17 Thread Ja kub
Hi, Has anybody recently tested creating instance with virtualbox image ? Was it successful ? I am a complete newbie, I try to do https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure and https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud#DevCloud-Settingu

RE: Custom network offering through API

2014-01-17 Thread Geoff Higginbottom
Tegas, I created a matching network offering using this API command http://192.168.0.3:8096/client/api?command=createNetworkOffering&displaytext=test&guestiptype=Isolated&name=test&supportedservices=UserData&traffictype=Guest&networkrate=1000&serviceproviderlist[0].provider=VirtualRouter&servicepr

Re: Custom network offering through API

2014-01-17 Thread Tejas Gadaria
Hi, Thanks for reply, So below command i am using to create network with custom network offering. http://10.129.151.154:8096/client/api?command=createNetwork&name=test&displaytext=test&networkofferingid=&zoneid=&startip=&endip=&gateway=&netmask=&vlan= I am using clou

Re: Limit on number of primary storages?

2014-01-17 Thread Nux!
On 17.01.2014 04:33, Kirk Kosinski wrote: Hi, I don't think CloudStack enforces a limit on this. However, there are pros and cons to consider when adding more primary storages. One potential problem is that it might introduce more points of failure. For example, if a cluster has 20 primary stor

Re: Windows >2008 and virtio network

2014-01-17 Thread Nux!
On 17.01.2014 02:20, Bjoern Teipel wrote: Hi, I just noticed that Windows guests, even with 2012 profile will be provisioned with e1000 network driver opposed to virtio Use "Other PV" (64bit), this will give you 10 Gbps VirtIO device. :-) "Windows PV" still comes with e1000 for some strange re

Re: Change SCSI type in VMware

2014-01-17 Thread Sean Hamilton
Hi Sateesh, Thanks for picking this up. I tried editing the SCSI type in the VM, but CloudStack changes it back when the VM is started. Thanks, Sean > On 17 Jan 2014, at 09:34, Sateesh Chodapuneedi > wrote: > > Sean, > > I have picked up this task, CLOUDSTACK-4787. > By early next week,

RE: Custom network offering through API

2014-01-17 Thread Geoff Higginbottom
Tejas, Can you share the full API command you are trying to use? Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: 17 January 2014 08:38 T

RE: Change SCSI type in VMware

2014-01-17 Thread Sateesh Chodapuneedi
Sean, I have picked up this task, CLOUDSTACK-4787. By early next week, I will comeup with proposal to support subtypes of scsi disk controllers in CloudStack for vSphere. >Is there a workaround for this issue? I think yes. Try changing the controller type to Lsi Logic SAS and start the VM to c

Custom network offering through API

2014-01-17 Thread Tejas Gadaria
Hi, I have created Network-offering using API provided below parameters. *name=Name**displaytext=OfferingDescription* *guest type=isolated* *supportedservices=UserData**specifyipranges=true* *specifyvlan=true* *networkrate=1000* Also I have activated the Network-offering. While trying creat

Re: Cloudstack 4.2.1 / Xenserver 6.1 GRE tunnelling / createTunnelNetwork failed

2014-01-17 Thread Sebastien Goasguen
On Jan 14, 2014, at 10:50 PM, Nguyen Anh Tu wrote: > Hi Dag, > > I updated GRE modules to make it work fine with XenServer and XCP during > the summer. It now appears on master branch. Maybe it will added to future > releases. Tuna, since you are a committer you can commit your patches to the