Re: Reserved Guest VM CIDR Question

2014-10-07 Thread Logan Barfield
> Thanks, > Saksham > > > -Original Message- > From: Logan Barfield [mailto:lbarfi...@tqhosting.com] > Sent: Tuesday, October 7, 2014 12:27 AM > To: dev@cloudstack.apache.org > Subject: Reserved Guest VM CIDR Question > > We have decided internally to set up a C

RE: Reserved Guest VM CIDR Question

2014-10-06 Thread Saksham Srivastava
mented you can apply reservation. Thanks, Saksham -Original Message- From: Logan Barfield [mailto:lbarfi...@tqhosting.com] Sent: Tuesday, October 7, 2014 12:27 AM To: dev@cloudstack.apache.org Subject: Reserved Guest VM CIDR Question We have decided internally to set up a CIDR rese

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Yeah, that was my result as well. It seems like you should be able to specify a 'guestcidr' when creating the network, or at least with 'updateNetwork' without the network being in the "Implemented" state. I'm sure there's a reason for it being that way, but it doesn't make much intuitive sense.

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Hmm, well that used to work, but I just tried it with a 4.4 release and it completely ignored the startip and endip parameters. I know at one point there was a db entry allocated for every ip in the range. It was not a good way to keep the info (large networks == lots of entries), so it may have be

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Here's an example: create network vpcid=7276bcca-469c-4d23-9dd1-3391e964c453 displaytext=testnet zoneid=5e5f35d3-acb1-4142-84c2-e7f0ea7a36f4 name=testnet networkofferingid=82c67af0-f92e-479d-b1b4-8732abeef9b7 gateway=10.10.10.1 netmask=255.255.255.0 startip=10.10.10.100 endip=10.10.10.110 This re

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Specifying IPs doesn't work, and in the network details I see that "specifyipranges" is set to false. I should probably note that this is using Advanced Networking with an Isolated Guest Network. Thank You, Logan Barfield Tranquil Hosting On Mon, Oct 6, 2014 at 3:34 PM, Logan Barfield wrote:

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
Hi Marcus, I'll give that a shot. I didn't know if those parameters specified the network CIDR or the guest CIDR. Thank You, Logan Barfield Tranquil Hosting On Mon, Oct 6, 2014 at 3:15 PM, Marcus wrote: > Do startip and endip createNetwork parameters not work for that (when > creating the n

Re: Reserved Guest VM CIDR Question

2014-10-06 Thread Marcus
Do startip and endip createNetwork parameters not work for that (when creating the network? That should carve out a subset of the network for cloudstack use and leave the rest untouched. On Oct 6, 2014 12:57 PM, "Logan Barfield" wrote: > We have decided internally to set up a CIDR reservation wit

Reserved Guest VM CIDR Question

2014-10-06 Thread Logan Barfield
We have decided internally to set up a CIDR reservation with all new accounts to give us the ability to easily attach dedicated hosts to existing VM networks. We were thinking it would be easier to set up the reservation before deploying VMs. Setting up reservation after the fact can get complica