Re: PR#1866 egress destination has template change merged

2017-06-06 Thread Jayapal Uradi
Yes Rohit. Thanks, Jayapal > On Jun 7, 2017, at 12:17 PM, Rohit Yadav wrote: > > I believe - we'll need to build/publish a new 4.10/master systemvmtemplate? > > > Regards. > > > From: Jayapal Uradi > Sent: 07 June 2017 10:27:49 > To: dev@cloudstack.apache.org >

Re: Weekly update on GSoC project - Adding new noVNC console

2017-06-06 Thread Rohit Yadav
Good work Sachin. - Rohit From: sachin patil Sent: 06 June 2017 09:58:27 To: dev Subject: Weekly update on GSoC project - Adding new noVNC console Hello All, I have started integrating the noVNC console to cloudstack. As my mentor Syed suggested, it w

Re: PR#1866 egress destination has template change merged

2017-06-06 Thread Rohit Yadav
I believe - we'll need to build/publish a new 4.10/master systemvmtemplate? Regards. From: Jayapal Uradi Sent: 07 June 2017 10:27:49 To: dev@cloudstack.apache.org Subject: PR#1866 egress destination has template change merged Hi, For testing please generate ne

PR#1866 egress destination has template change merged

2017-06-06 Thread Jayapal Uradi
Hi, For testing please generate new systemvm template on master/4.10 . PR#1866 has template change (ipset package installation) Without new template egress firewall test cases will be impacted. https://github.com/apache/cloudstack/pull/1866 Thanks, Jayapal DISCLAIMER == This e-mai

Re: [DISCUSS] API versioning

2017-06-06 Thread Ron Wheeler
I suppose that in openAPI, one would have to identify {/diskofferingid, zoneid//and ///snapshotid/} /as parameters and use the parameter description to explain when each parameter is used. Rough outline swagger: '2.0' info: version: 5.0.0 title: Volume Management Service description: Man

RE: Volume snapshot and primary storage space

2017-06-06 Thread Lotic Lists
Hi Syed It's about volume snapshot, not VM snapshot No, I seeing one VDI per volume snapshot (latest snapshot), but that VDIs have a virtual space equal to original volume. XenServer use virtual space on Used space on SR. XenCenter: 2977.9 GB used of 3072 GB total (2071.7 GB allocated) 2977.9

Re: [DISCUSS] API versioning

2017-06-06 Thread Tutkowski, Mike
Yeah, I think the phrase is that CloudStack’s API uses “conditional parameters.” As Syed notes, based on the presence of, say, parameter X, it may be required that parameters Y and Z are also passed in. On 6/6/17, 9:44 AM, "Syed Ahmed" wrote: The interesting thing about Cloudstack's API is

Re: Volume snapshot and primary storage space

2017-06-06 Thread Tutkowski, Mike
“A friend answered me: the last snapshot is required to take any future snapshots, that is the reason it stays on primary store” That answer is correct as far as I know. If you take another volume snapshot, we only want to transfer the data since the prior volume snapshot. To do this, we need to

Re: [DISCUSS] API versioning

2017-06-06 Thread Syed Ahmed
The interesting thing about Cloudstack's API is that not all parameters are required and based on what is being used, a set of parameters is required. For example: take the createVolume API. If you are creating a new volume, the required args are: {*diskofferingid, zoneid**} *and if you use a sna

Re: Site-to-site VPN Connection via API

2017-06-06 Thread Will Stevens
Let me know. The implementation between 4.7 and 4.10 has completely changed. I rewrote it to remove OpenSwan and replace it with StrongSwan, so let me know if you have issues with 4.10. Cheers, *Will Stevens* CTO On Tue, Jun 6, 2017 at 10:47 AM, Andre Jacques wrote:

Re: Site-to-site VPN Connection via API

2017-06-06 Thread Andre Jacques
I'm currently testing on 4.7.2.9. I have access to a 4.10 freshly installed. I'll try that. On Tue, Jun 6, 2017 at 10:42 AM, Will Stevens wrote: > What version of ACS are you using? The implementation has changed a few > times recently, so it is an important detail. > > Cheers, > > *Will Stevens

Re: Site-to-site VPN Connection via API

2017-06-06 Thread Will Stevens
What version of ACS are you using? The implementation has changed a few times recently, so it is an important detail. Cheers, *Will Stevens* CTO On Tue, Jun 6, 2017 at 10:30 AM, Andre Jacques wrote: > Hi there, > > I am currently creating Site-to-site VPN between > di

Re: Volume snapshot and primary storage space

2017-06-06 Thread Syed Ahmed
Are you talking about base and the snapshot image? When XenServer takes a snapshot, it creates a base image and then creates a new CoW layer on top of it where new writes go. Are you seeing more than 2 VDIs? On Tue, Jun 6, 2017 at 10:04 AM, Lotic Lists wrote: > Hi team > > > > I have a doubt, wh

Site-to-site VPN Connection via API

2017-06-06 Thread Andre Jacques
Hi there, I am currently creating Site-to-site VPN between different instance of CloudStack using the CloudStack API. Let's say I've got VPC_A in ENV_A and VPC_B in ENV_B. We create VpnCustomerGateway VCG_TO_B (IP Source NAT and CIDR of VPC_B in the ENV_A) and VCG_TO_A (IP Source NAT and CIDR of V

Volume snapshot and primary storage space

2017-06-06 Thread Lotic Lists
Hi team I have a doubt, why ACS allocate primary storage for latest snapshot VDI of a volume? The snapshot was transferred to secondary storage but continued on primary. This is a problem because it uses space of SR (XenServer). Physical space of snapshot is not a problem, the VDI have 211

Re: Weekly update on GSoC project - Adding new noVNC console

2017-06-06 Thread Syed Ahmed
Awesome! Good job Sachin. Keep us posted on the progress. On Tue, Jun 6, 2017 at 12:28 AM, sachin patil wrote: > Hello All, > > I have started integrating the noVNC console to cloudstack. As my > mentor Syed suggested, it will be available along side the existing console > and can be ac