Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-19 Thread ilya
Kelcey is alive!!! On 3/19/15 6:23 PM, m...@kelceydamage.com wrote: Congratulations! -Original Message- From: Todd Pigram [mailto:t...@toddpigram.com] Sent: Thursday, March 19, 2015 6:01 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] New committer: Karen Vuong Congratulations

Jenkins access

2015-03-20 Thread ilya
How do i get access to Jenkins? Thanks ilya

Re: [DISCUSS] Automating SystemVM template creation for VMWare

2015-03-20 Thread ilya
failed! # create vmx staging file stage_vmx $VMNAME $VMDK-FILE $DIR-OF-VMDK #create ova with vmx and vmdk, ovftool binary must be available OVFTOOL=$(which ovftool) $OVFTOOL $NAME.vmx $NAME.ova Regards ilya On 3/20/15 2:57 AM, Rohit Yadav wrote: Hi, The systemvm template build system does

CloudStack DB Backup Script - Fetching mysql details from db.properties

2015-03-17 Thread ilya
It would be ideal if we can make this or similar script as part of cloudstack upgrade procedure i.e. create backups before start! CloudStack DB Backup Script - Fetching mysql details from db.properties #!/bin/bash DBNAMES=cloud cloud_usage cloudbridge DATE=$(date +%m%d%y-%H%M%S)

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-24 Thread ilya
envs for some time and also tested upgrade path from 4.3 to 4.5. Regards ilya On 3/24/15 5:28 AM, Andrei Mikhailovsky wrote: Hello, Does anyone have an idea when the 4.5.1 is going to be out including the packaged versions? It has been a while since the unfortunate, but well spotted

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-24 Thread ilya
I'll see if i can spin up another test. Based on fixes i've seen post 4.5.0, they are not VmWare specific (unless i'm wrong). I have several vmware test environments running in 4.5 - we are yet to see any issue. On 3/23/15 11:36 PM, Rohit Yadav wrote: Hi Ilya - Yes, I think we’ll need

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-25 Thread ilya
Rohit, I will take this off the list and email you directly. We can then report back to Dev list once we are done testing.. Regards ilya On 3/24/15 10:13 PM, Rohit Yadav wrote: HI Ilya - I've added a SecureSSLFactory implementation (POODLE fix) after 4.5.0 that is used by VmwareClient

Re: [GSOC 2015] Enabling snapshots to be taken on primary storage for the ESXi hypervisor using managed storage

2015-03-27 Thread ilya
Mike/Seif, The snapshot behavior for VmWare vSphere has changed a while ago. CloudStack now uses native VmWare snapshot ability and longer puts it on Secondary Store. So reading this, sort of puzzled me. Maybe explain a work flow as to before and after scenario. Regards ilya On 3/27/15 8

Re: assistance with VMware

2015-03-27 Thread ilya
Roger, Are you working against master branch? Wanted to confirm that you have all non-open source packages installed before building, it appears as you do - since vmware plugin build successfully - just confirm. Regards ilya On 3/27/15 12:18 PM, Roger Crerie wrote: I am trying to set up

Re: BUG: anybody addressing this one ?

2015-03-18 Thread ilya
It looks like we have 2 issues here. 1) you are seeing volumes you should not see 2) volume purging is not implemented There are several solution to #2 1) I've written a shell script that deletes all volumes that are in detached state for over X number of days. I'll see if i can share the

Re: [ANNOUNCE] New PMC Member: Lucian (Nux)

2015-03-26 Thread ilya
Congrats and welcome! On 3/25/15 8:42 PM, Rajani Karuturi wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Lucian to join the PMC and we are pleased to announce that he has accepted. Join me in congratulating Lucian! On behalf of the Apache CloudStack PMC ~Rajani

Re: [DISCUSS] Improving VR services such as password server

2015-03-27 Thread ilya
How about extending all features into io-socket in KVM/XEN and VM Annotation details with VmWare? Similar to what we do with system VMs when they come up - except there are no router vms to manage and depend on. On 3/26/15 11:37 PM, Rohit Yadav wrote: Hi everyone, I want to re-start the

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-27 Thread ilya
+1 binding on future ACS 4.5.1 RC2 To report back, I've tested ACS 4.5.1 on limited scale with vmware. No issues observed so far, test cases covered: vm created disk attached snapshots work deletion works console works etc.. On 3/24/15 10:13 PM, Rohit Yadav wrote: HI Ilya - I've added

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-23 Thread ilya
Rohit, While we have fixes and I hate to do this to David, but i think this warrants RC2 release. David, how likely are you to spin up another vote for RC2? Thanks ilya On 3/20/15 10:31 AM, Rohit Yadav wrote: Hi everyone, Don’t get discouraged by the minor regressions found

Re: Jenkins access

2015-03-23 Thread ilya
Correct, I need access to jenkins.buildacloud.org Thanks ilya On 3/22/15 10:53 PM, Srikanteswararao Talluri wrote: I think he is talking about jenkins.buildacloud.org as he expressed interest in enhancing vmware system vm template job. ~Talluri On 21/03/15 3:19 am, David Nalley da

Re: OpenDaylight status

2015-04-20 Thread ilya
Chiradeep was on OpenDayLight board, perhaps he knows where we are with cloudstack.. On 4/19/15 1:41 AM, Erik Weber wrote: Does anyone know what the status of the ODL plugin is? Erik

Re: Next ACS release?

2015-04-21 Thread ilya
. 4.5 rc2 got stalled and we need to restart. We had a 4 month release cycle, but we can really stick to it hard - as its community driven. May will have to revise it down to 6 months or so. Regards ilya On 4/21/15 1:26 AM, Andrei Mikhailovsky wrote: Hello guys, Looking at the dev and user

Re: ACS 4.6 idea Vision

2015-04-25 Thread ilya
This definitely warrants a closer look... thanks for bringing this up. On 4/24/15 7:18 AM, Keerthiraja SJ wrote: Hi All, This is the email about why can we merge the cloudrouter.org in cloudstack in the new 4.6. I basic idea is in Advance Networking when we choose VLAN isolatation why do we

Re: AW: Next ACS release?

2015-04-22 Thread ilya
We need a distributed QA framework, where folks with all kind of setups - fetch code continuously, build cloudstack, run tests, sanitize outputs and submit upstream. Some folks on this list would want to remain anonymous, but this build, deploy, test and submit results process needs to be

Re: ACS 4.5.1 fails

2015-04-27 Thread ilya
perhaps we need to patch and hard set java to = 1.7 (vs =1.7) with arch type of x86_64 - until we are ready with 1.8.. On 4/27/15 7:01 AM, Rafael Fonseca wrote: Hi there :) You didn't mention if you were running 32 or 64 bit OS... 32 bit JVM can't scale over 1.4/1.6Gb Heap size, no matter

Re: Another bad packaging issue

2015-04-27 Thread ilya
, cloudstack will modify things in systemvm.iso it may use the content from the zip file to modify/make the iso. Please confirm what route you've taken.. Regards ilya On 4/26/15 6:55 AM, Rafael Fonseca wrote: I've started taking a look at the size of the RPMs and the contents.. and it's really nasty

Re: [DISCUSS] 4.6 release management

2015-04-28 Thread ilya
, puppet, VMA and while it works its not pretty. The challenge was the networking bit. Last but not least, consider using cloudstack to test cloudstack. i.e. master env, would use cloudstack projects and spinup smaller envs with KVM, Xen and VmWare bound to each project. Regards ilya On 4/24/15 7

Re: Unmanaged hosts on vmware

2015-05-05 Thread ilya
, but even that i still somewhat limit and used only for VNC). CloudStack queries vCenter for the status of ESXi host. Regards ilya On 4/19/15 8:33 AM, Jeronimo Garcia wrote: Hi List i got a specific question about Unamanaged hosts ping or CheckOnHostAnswer etc. I think when using vsphere , hosts

Re: Centralized Management console for all tenants on CS 4.3.1..??

2015-05-05 Thread ilya
A little more context to what Somesh mentioned. If you are running Xen/KVM, then you can deploy a cloudstack zone with Security Groups. This means cloudstack will manage the iptables rules on the hypervisors and push only the ACL rules you define in cloudstack. This suppose to be very

Re: Support OVA files with multiple disks for templates: CLOUDSTACK-4757

2015-05-06 Thread ilya
I also would like to know, i was under impression this was slated with CCP 4.5 release.. On 5/5/15 11:57 PM, Abhinandan Prateek wrote: Can anyone comment what state this feature is in ? On 05-May-2015, at 11:58 am, Abhinandan Prateek agneya2...@yahoo.com.INVALID wrote: The work on support

Re: Unable to mount Secondary Storage on SSVM

2015-05-09 Thread ilya
of no_root_squash (which must also be enabled on your share). Regards ilya On 5/9/15 1:46 PM, ilya wrote: Make sure that management network/range of IPs that VM and Storage Network (if you have one), is whitelisted as NFS access clients on the export. If that fails, try also adding public ip range

Re: Unable to mount Secondary Storage on SSVM

2015-05-09 Thread ilya
Make sure that management network/range of IPs that VM and Storage Network (if you have one), is whitelisted as NFS access clients on the export. If that fails, try also adding public ip range to see if that helps - as a test. Regards ilya On 5/8/15 6:50 AM, Andrei Mikhailovsky wrote

Re: [RESULT][VOTE] Apache CloudStack 4.5.1

2015-05-08 Thread ilya
in the management server log file. Upgrading the tomcat to 6.0.43 resolved this issue as i have considerable latency between my client and server. Regards ilya On 5/7/15 4:12 PM, Rohit Yadav wrote: I was waiting on some quotes, will share the draft with placeholders for quotes tomorrow. On 08-May-2015

Re: VMware NSX (former Nicira NVP) with Cloudstack and vSphere

2015-05-09 Thread ilya
have you seen this? https://www.youtube.com/watch?v=QnWN9jZ0l1o On 5/8/15 10:34 PM, Alireza Eskandari wrote: Thanks for answers. So can we say that VMware nsx-vsphere is not compatible with CloudStack? Regards - Original Message - From: Remi Bergsma rberg...@schubergphilis.com To:

Re: Apollo

2015-05-08 Thread ilya
Please keep us posted, i'm in the same shoes, once time allow will try it out - for now, i'm time crunched with $dayjob.. On 5/7/15 11:34 PM, Erik Weber wrote: Just discovered this, which seems like a possible diamond, http://capgemini.github.io/devops/apollo/ I'll be trying to find some

Re: Bug resolve for 4.5.2

2015-05-14 Thread ilya
Daan, Thanks for heads up on 4.6 changes, nevertheless, quite of few folks will use 4.5 for at least a year before they upgrade to 4.6 or 4.7 by then, so we should still fix it in 4.5. Regards ilya On 5/14/15 5:26 AM, Daan Hoogland wrote: Andrija, Marcus, Keep in mind that the vpc

Re: [VOTE] Accept the donation of ec2stack to apache cloudstack

2015-04-06 Thread ilya
+1.. Curious question, how does it differ from already existing cloudbridge aws API? Thanks ilya On 4/5/15 2:14 AM, Ian Duffy wrote: Hi All, As stated in a previous thread [1], myself, Sebastien and Darren are proposing the donation of ec2stack [2]. I would like to call a vote, so that we

Re: [VOTE] Accept the donation of gstack to apache cloudstack

2015-04-06 Thread ilya
+1 - awesome addition! On 4/5/15 2:12 AM, Ian Duffy wrote: Hi All, As stated in a previous thread [1], myself, Sebastien and Darren are proposing the donation of gstack [2]. I would like to call a vote, so that we have formal consensus on accepting the code into the project. I suggest that it

Re: 2015 plan

2015-04-06 Thread ilya
Sebastian, Great write up, looked over what was written, lets keep on course! On 4/6/15 2:38 PM, Sebastien Goasguen wrote: Hi Folks, Based on feedback I received on my thoughts as new VP, I created a wiki page with a summary of them as well as some updates. I encourage everyone to chime in

Re: Load Balancer (HAProxy) - TPROXY passthrough

2015-04-01 Thread ilya
through once VR comes up to configure remaining custom bits/components to your liking. Thoughts? regards ilya On 4/1/15 9:34 AM, Logan Barfield wrote: We've been running into some issues with the Advanced Zone/Isolated Network Load Balancer, and in working through them we've come up with some ideas

Re: Load Balancer (HAProxy) - TPROXY passthrough

2015-04-01 Thread ilya
a config file for vRouter needs to be fetched and apply by dfault - needs some enhancement, everything else can be handled by savy system person. With that said, it should be trivial to add agent-less config management to router vm without any hardcore java expertise. Regards ilya On 4/1/15 10

Re: [ANNOUNCE] New committer: Rene Moser

2015-04-01 Thread ilya
Congrats Rene! On 3/31/15 2:13 PM, sebgoa wrote: The Project Management Committee (PMC) for Apache CloudStack has asked Rene Moser to become a committer and we are pleased to announce that he has accepted. Rene has committed several fixes to cloudstack and is the sole author of the

Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-04-01 Thread ilya
I guess having one of many options is not a bad thing, as long as we dont make it defacto. On 4/1/15 12:30 PM, Chiradeep Vittal wrote: Ilya, there is already a external service. I think this is proposing a solution where that external service is not desired. Several “NFV” - type solutions use

[JOB] Marketo Looking of ACS + Sr. Dev Ops engineer

2015-06-08 Thread ilya
Promised to help recruiter spread the word, pardon the spam... Reach out to Patti Lopez - https://www.linkedin.com/pub/patti-lopez/1/91a/6b3 *Senior DevOps Engineer * Marketo provides easy-to-use, powerful and complete marketing software that propels fast-growing small companies and global

Re: vm's taskmgr.exe only show cpu core num 2

2015-06-05 Thread ilya
What does vmware show? On 6/5/15 12:30 PM, Rohit Yadav wrote: On 24-Mar-2015, at 1:21 pm, w...@landhightech.com wrote: Hello, I'm working on 4.4.2 cloudstack + vmware, vcenter 5.5 and Esxi 5.5. I'm facing a problem when i create a VM with win7 by iso. My vm configure is CPU Cores num 8 and

Re: Support OVA files with multiple disks for templates: CLOUDSTACK-4757

2015-06-15 Thread ilya
Hi Likitha, Hope your day is well, Just a friendly follow up to see if you might have a chance in merging this branch in. Thanks ilya On 5/6/15 10:38 PM, Abhinandan Prateek wrote: Likitha, Thanks for updating, I think it is a very useful feature and will ease the work of migrating

Can we use components based on MIT License?

2015-06-15 Thread ilya
General question, can we add/use components based on MIT License?

Re: refresh browser - logged out from ACS ?

2015-05-26 Thread ilya
I vaguely recall Rohit mentioned it was some sort of security fix that was causing this side effect due to the way sessionids were handled.. On 5/26/15 8:15 AM, Andrija Panic wrote: Thx Rafael, as usuall :) I remember there was some thread on this topic, but cant really find it... On 26 May

Re: refresh browser - logged out from ACS ?

2015-05-26 Thread ilya
But it was not refresh - to best of my recollection.. On 5/26/15 8:27 PM, ilya wrote: I vaguely recall Rohit mentioned it was some sort of security fix that was causing this side effect due to the way sessionids were handled.. On 5/26/15 8:15 AM, Andrija Panic wrote: Thx Rafael, as usuall

Re: DR service for CloudStack

2015-06-28 Thread ilya
on specific information and importing the DB onto DR, to running list API calls and injecting it into DB on the other side (which maybe somewhat challenging, but with some hacks - probably doable). Regards ilya On 6/26/15 2:55 AM, Daan Hoogland wrote: Suneel, Alena had written this for cloudplatform

Re: [ANNOUNCE] Karen Voung as a new PMC member of CloudStack

2015-07-06 Thread ilya
Congrats and Welcome! On 7/2/15 11:15 AM, John Burwell wrote: All, The Project Management Committee (PMC) for Apache CloudStack are pleased to announce that Karen Voung (karenv) has accepted our invitation to join the PMC. Please join me in congratulating her. On behalf of the Apache

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-22 Thread ilya
Define this URL as your yum repo and then do yum update tomcat6 http://marcus.mlsorensen.com/cloudstack-extras/tomcat6/ On 5/21/15 7:03 AM, Andrija Panic wrote: Hi Rafael, thx for clarification :) https://issues.apache.org/jira/browse/CLOUDSTACK-7907 check the second issue here - this is

Re: [RFC] Metrics views for CloudStack UI

2015-11-11 Thread ilya
I think we need a new set of APIs in the future to retrieve the content much faster, current API calls in environment with thousands of VMs are really slow. On 11/6/15 11:15 AM, Rohit Yadav wrote: > Hi Wido, > > Yes, we can do that but the issue here is we'll have to make a listVMs call > for

Re: UI customization

2015-11-11 Thread ilya
As per Vadim, plugins is the way to go. Regards -ilya On 11/11/15 6:45 AM, Илья Толстихин wrote: > Many thanks. > > 2015-11-09 18:29 GMT+06:00 Vadim Kimlaychuk <va...@kickcloud.net>: > >> From my opinion better way is to write a plugin: >> http://docs.c

Re: List disk offerings cmd

2015-10-14 Thread ilya
Patrick As you may know, nothing is deleted in cloudstack db (for the most part), hence records are still accessible via direct db query. I'm not aware of any API call that would show Deleted disk offerings, though, but should not be too hard to implement.. Regards ilya On 10/14/15 10:41 AM

[DISCUSS] KVM HA with IPMI Fencing

2015-10-15 Thread ilya
I noticed several attempts to address the issue with KVM HA in Jira and Dev ML. As we all know, there are many ways to solve the same problem, on our side, we've given it some thought as well - and its on our to do list. Specifically a mail thread "KVM HA is broken, let's fix it" JIRA:

Re: CloudStack 4.5.2 with tomcat6 out of memory

2015-10-15 Thread ilya
The stock tomcat 6.0.24 is poorly maintained by CentOS/RedHat. We've seen several issues with latest 6.0.24.x tomcat builds. We also found tomcat6-6.0.43+ to be alot more stable. Though its not in public CentOS repos, Marcus has a build that works well and has been tested in very large

Re: CloudStack 4.5.2 with tomcat6 out of memory

2015-10-15 Thread ilya
to embed tomcat or jetty? Seems like that > could help with these issues. > >> On Oct 15, 2015, at 9:23 PM, ilya <ilya.mailing.li...@gmail.com> wrote: >> >> The stock tomcat 6.0.24 is poorly maintained by CentOS/RedHat. >> >> We've seen several issue

Re: [DISCUSS] KVM HA with IPMI Fencing

2015-10-19 Thread ilya
Ronald, Please see response in-line... On 10/19/15 2:18 AM, Ronald van Zantvoort wrote: > On 16/10/15 00:21, ilya wrote: >> I noticed several attempts to address the issue with KVM HA in Jira and >> Dev ML. As we all know, there are many ways to solve the same problem, >&g

Re: [DISCUSS] KVM HA with IPMI Fencing

2015-10-19 Thread ilya
Saw this message a bit later, i tried to break it down and respond.. On 10/19/15 2:24 AM, Ronald van Zantvoort wrote: > On 19/10/15 11:18, Ronald van Zantvoort wrote: >> On 16/10/15 00:21, ilya wrote: >>> I noticed several attempts to address the issue with KVM HA in Jira and

[DISCUSS] Update service offering host tags

2015-09-22 Thread ilya
Is there any reason why we cant alter hosttags for service offering once its created? i've done it many times from the backend and not seen any issues, but i wonder if there any technical reason.. Thanks ilya

Re: [DISCUSS] Move to Github

2016-01-06 Thread ilya
+1 to moving to github. On 1/3/16 3:25 AM, Sebastien Goasguen wrote: > Bringing this one discuss thread to the top of the ML to get stronger > consensus. > > We need it if we want to request a move to GitHub. > > Note that this is not about leaving the ASF, it is about using GitHub to its >

Re: Results of a IPv6 brainstorm day

2015-12-21 Thread ilya
Wido Thanks for the detailed update! On 12/18/15 5:40 AM, Wido den Hollander wrote: > Hi, > > Yesterday we from PCextreme, Leaseweb and Schuberg Phillis sat down for > a IPv6 brainstorm session. > > We asked a good IPv6 consultant (Sander Steffann) to join us to help us > identify some

[STABILITY]} Large KVM Infrastructure with ACS

2015-11-18 Thread ilya
but never receives an ACK from MS. Please let me know if you notice anything like it and if you found a solution. Also, it would help to know what global settings have been tuned to make things work better (aside from direct.agent.*) and how MS are running. Thanks ilya

Re: [STABILITY]} Large KVM Infrastructure with ACS

2015-11-20 Thread ilya
nment that we have in our lab, we use 2 MS to manage a pretty > small environment, and sometimes they get slow. > > On Fri, Nov 20, 2015 at 6:25 AM, Daan Hoogland <daan.hoogl...@gmail.com> > wrote: > >> On Thu, Nov 19, 2015 at 9:31 PM, ilya <ilya.mailing.li...@gmail.com

Re: [STABILITY]} Large KVM Infrastructure with ACS

2015-11-19 Thread ilya
. Both Marcus and myself are looking through this, it could be just our specific implementation - hence, I wanted to see if anyone else in the community with heavy KVM usage came across this issue. Maybe I need to ping LeaseWeb and ExtremePC folks.. Thanks, ilya > > On Wed, Nov 18

Re: LTS release or not

2016-01-11 Thread ilya
are similarly maintained (though in many cases by distribution vendors like redhat/debian). Regards ilya On 1/10/16 2:46 PM, Erik Weber wrote: > On Sun, Jan 10, 2016 at 10:27 PM, Rene Moser <m...@renemoser.net> wrote: > >> >> On 01/10/2016 10:07 PM, Wido den Hollander w

Re: Thoughts on Citrix announcement yesterday

2016-01-13 Thread ilya
I agree. I think Citrix ramped down the activity in the last year+ as well (i can only assume it was due to pending sale), hopefully Accelerite folks will bring new energy... On 1/12/16 11:05 PM, Wei ZHOU wrote: > Thanks Citrix for the large contributions ! > > As far as I know, some core

Re: Introduction from Adwait

2016-06-02 Thread ilya
Welcome! On 5/31/16 7:07 AM, Daan Hoogland wrote: > welcome Adwait, > > Don't forget to try out the bubble: > https://github.com/MissionCriticalCloud/bubble-toolkit ! > good luck and have fun > > On Mon, May 30, 2016 at 1:41 PM, Wei ZHOU wrote: > >> Welcome Adwait! >>

Re: Master is frozen for the 4.9 release

2016-06-07 Thread ilya
Sounds like a bug fix to me.. Bug fixes should be allowed in my opinion. On 6/7/16 4:07 AM, Wido den Hollander wrote: >> Op 28 mei 2016 om 0:34 schreef Will Stevens : >> >> >> Hey All, >> I think I have done what I can do at this point. I am sorry if you have a >> PR

Re: Introducing Mukul

2016-06-09 Thread ilya
Hi Mikul Welcome, You can also convert your system to linux and run Windows as a VM :) Then you can do nested KVMs and be fine. Regards, ilya On 6/8/16 6:26 AM, Mukul Rajarshi wrote: > Hello CloudStack team, > > My name is Mukul Rajarshi and I have joined Accelerite CloudPlatfor

Re: 4.9+ release

2016-06-14 Thread ilya
I agree and support John's comments below. Regards ilya On 6/14/16 2:44 PM, John Burwell wrote: > All, > > Completely agree with Daan. Per semantic versioning, a major revision > increase must introduce a backwards incompatible change in the public API, > removal of one of

Re: [PROPOSAL] LTS Release Cycle

2016-01-15 Thread ilya
l, to the scope that fix applies - which will speed up the release process in general. What are your thoughts on this? Thanks ilya On 1/15/16 10:48 AM, John Burwell wrote: > Motivation > > > The current monthly release cycle addresses the needs of users focused >

Re: [VMware] Problem starting virtual router on 4.6 and 4.7

2016-02-09 Thread ilya
check iptables and routing - see if you can phone in MS on 8250.. also, make sure the hypervisor the VR is on - is in running state. On 2/8/16 5:53 AM, Mike Tutkowski wrote: > Interesting – yeah, this VR seems to be stuck in the Starting state. > > Not sure what to do about it. > > As you

Re: Citrix CloudPltform Question-Hyper-V

2016-01-28 Thread ilya
I think most would agree - we welcome anyone in this mailing list - regardless of their affiliation :) There is not anything special about CCP vs ACS. Regards ilya On 1/28/16 3:22 PM, Paul Angus wrote: > Hi Clifford, > > You need to install samba-client, samba-common and cifs-util

Re: [DISCUSS] Hiding the instance name from users

2016-02-23 Thread ilya
There is no good reason i am aware of. CloudStack was designed under a premise it will be ran by Cloud hosting and not enterprise. Hence there was not much emphasis on cloudstack instance name VS display name. With that said, down the road a feature has been added only to VMware to enable

Re: PR validation using proposed CI.

2016-02-25 Thread ilya
Bharat, Hope all is well, Perhaps you can explain the workflow and extensiveness of your tests. Thanks ilya On 2/24/16 9:23 PM, Bharat Kumar wrote: > Hi, > > As all of you know from earlier discussions in the community, we have been > working on implementing a CI to tes

Re: [ANNOUNCE] New PMC member: Boris Roman Schrijver

2016-01-19 Thread ilya
Warm welcome Boris.. On 1/19/16 4:15 AM, Wilder Rodrigues wrote: > The Project Management Committee (PMC) for Apache CloudStack is pleased to > announce that Boris Roman Schrijver has accepted our invitation to join the > PMC. > > Please join me in congratulating him. > > On behalf of the

Re: [PROPOSAL] LTS Release Cycle

2016-01-19 Thread ilya
ted number of releases LTS release due to QA pains. We need a separate initiative with CloudStack testing framework. On 1/18/16 6:54 PM, John Burwell wrote: > Ilya, > > Unless we have a bug fix that addresses a significant, widespread system > stability problem or a high priority/

Re: Accelerite's acquisition of CloudPlatform - the Accelerite viewpoint

2016-01-26 Thread ilya
Accelerite Team, Welcome to Apache CloudStack Community! Looking forward to working with you in the future. Feel free to reach out to this channel if you need any help related to ACS. Thanks ilya On 1/26/16 12:49 AM, Wido den Hollander wrote: > > > On 26-01-16 09:22, Samir Agar

Re: [DISCUSSION] Collab for Spring 2016

2016-01-26 Thread ilya
+1 on North America Collab, Montreal is awesome :) I dont think i will get a trip sponsored to Brazil (too much liability). On 1/26/16 11:50 AM, Ian Rae wrote: > Happy to host in Montreal. We should have enough space at our offices, and > I have some other locations we could use if we are more

Re: FYI: master branch is on 4.9.0 now

2016-01-26 Thread ilya
Remi, Thanks for heads up. Just to clear the confusion (i guess i have), are we on monthly releases schedule now? Regards ilya On 1/26/16 12:43 PM, Remi Bergsma wrote: > Hi all, > > Following the release of ACS 4.8.0, master is now on version 4.9.0. I tested > several upgrades an

Re: New Ideas on Cloudstack

2016-02-15 Thread ilya
Not entirely clear what issue this solves. On 2/11/16 10:39 PM, Keerthiraja SJ wrote: > Hi All, > > I would like to bring up some ideas about to integrate the > http://www.projectcalico.org into cloudstack to next step ahead. > > How really will this help. I need all your feedback on this. > >

Re: [VOTE] Move 'apache/cloudstack' -> 'apache-cloudstack/cloudstack'

2016-03-18 Thread ilya
+1 Binding. I dont see anything wrong with this approach especially if it helps to solve our backlog issue. On 3/18/16 3:44 PM, Will Stevens wrote: > We are discussing this proposal in 3 or 4 threads, so I will not try to > recap everything. Instead I will try to give a brief overview of the >

Re: 4.9 Release Management

2016-03-08 Thread ilya
Will, Samir, Koushik and Patrick, Thanks for your commitment and energy. Regards ilya On 3/2/16 11:43 AM, Samir Agarwal wrote: > Kudos Will! > > I had received many private notes wondering if Accelerite will continue to > play a strong role in contributions to the community;

Re: LDAP auth failures

2016-03-08 Thread ilya
I could not get LDAP to work as well in 4.5.x, i could get it to work in 4.3 I also get no stacktrace as to what could be wrong. On 3/3/16 4:53 AM, Rene Moser wrote: > We are experiencing authentication issues with LDAP since upgrade to 4.5.1. > > After some time (...), users can not

Re: Introduction

2016-03-28 Thread ilya
Hi Boris Welcome! On 3/28/16 5:21 AM, Boris Stoyanov wrote: > Hi CloudStack, > > My name is Boris Stoyanov (Bobby) and today is my first day @ShapeBlue. I’m > based in Sofia, Bulgaria. I will be taking the role of Software Engineer in > Test, and as you may have guessed I’ll mostly focus on

[SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-28 Thread ilya
. It will be impossible for me to get a wildcard cert. Regards ilya

Re: [ACP Doctor] What is it?

2016-04-06 Thread ilya
it against ACS, so you should be able to try it >> out... >> >> It is a pretty useful tool to be honest. Especially if you are >> troubleshooting an environment you didn't setup. >> >> *Will STEVENS* >> Lead Developer >> >> *CloudOps* *| *Cloud S

Re: [ACP Doctor] What is it?

2016-04-06 Thread ilya
al *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On Thu, Apr 7, 2016 at 12:11 AM, ilya <ilya.mailing.li...@gmail.com> wrote: > >> Thanks for explanation Ian and Will. >> >> Much appreciated. >> >> On 4/5/16 8:33 PM, Ian Rae wrote:

[ACP Doctor] What is it?

2016-04-05 Thread ilya
Saw ACP Doctor in CCP release notes from Accelerite. Curious what it is, is it integrated into cloudstack or collection of shell scripts? Thanks ilya

Re: Introduction

2016-04-10 Thread ilya
Welcome Rashmi! On 4/7/16 9:58 PM, Rashmi Dixit wrote: > Hello! > > I am Rashmi Dixit and have recently joined the CloudPlatform team in > Accelerite. I have worked on a hybrid cloud management solution supporting > hypervisors such as KVM, Xen, VMware, HyperV and public clouds such as EC2. >

Re: [DISCUSS] Request for comments : VPC Inline LoadBalancer (new plugin)

2016-04-11 Thread ilya
raffic from VR link local address - we should be ok. I guess i need to double check on this. Regards ilya On 4/10/16 1:26 PM, Kris Sterckx wrote: > Hi all > > > Thanks for reviewing the FS. Based on the received comments I clarified > further in the FS that the Vpc Inline

[IMPORTANT] Huge Github PR Backlog

2016-03-19 Thread ilya
Hi Folks, What can we do about PR backlog in GitHub? As we all know, it will be very difficult to merge the changes - as things will get out of sync. Feedback is welcome, Thanks, ilya

Re: Migrating CloudStack content from download.cloud.com

2016-03-25 Thread ilya
Raja Would you know if cloud.com domain will be transferred to accelerite? Regards ilya On 3/24/16 5:38 AM, Wido den Hollander wrote: > >> Op 24 maart 2016 om 13:33 schreef Raja Pullela <raja.pull...@accelerite.com>: >> >> >> Hi, >> >> Citrix has be

Re: [DISCUSS] Request for comments : VPC Inline LoadBalancer (new plugin)

2016-03-24 Thread ilya
only make it talk to CloudStack MS on specific ports. This approach should preserve the internal compliance and wont raise any red flags. Perhaps reach out to a client who requested this feature and ask what they think, maybe they have not thought this through. Regards ilya PS: If we were to

Re: introduction

2016-03-23 Thread ilya
Welcome back Murali! On 3/23/16 4:50 AM, Murali Reddy wrote: > All, > > Just wanted to let the community know that I have decided to work on Apache > CloudStack again. I have taken up a position at ShapeBlue, so you will be > seeing me around @dev and @users. For the new members of the

Re: [DISCUSS] Request for comments: Out-of-band Management for CloudStack (new feature)

2016-03-04 Thread ilya
r zone. It could be as simple as configuration setting for zone or cluster. thanks ilya On 3/4/16 1:20 AM, Rohit Yadav wrote: > > > ShapeBlue <http://www.shapeblue.com> > Rohit Yadav > Software Architect, ShapeBlue > > d:* | s: +44 203 603 0540* <tel:|%20

Re: [PROPOSAL] Minimum Viable CI Integration

2016-03-04 Thread ilya
ce to have a support for it. Thanks ilya On 3/4/16 6:56 AM, Will Stevens wrote: > Yes, I have most of it already built and will be releasing it later today > or over the weekend. The reason I chose Golang is because it can be cross > compiled to be run on any system and distributed

Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-31 Thread ilya
remote repository. On 3/29/16 4:48 AM, Daan Hoogland wrote: > Ilya, to my knowledge the certificate won't be saved on file. It will be > loaded from the command coming from the MS in the agent directly. Why are > you looking to update the ssvm? I thought these are only used in the >

Re: [ANNOUNCE] New committer: Simon Weller

2016-04-30 Thread ilya
thanks Simon and congrats! On 4/28/16 2:30 PM, Simon Weller wrote: > Thanks everyone! I look forward to continuing to help out where I can as we > march towards 4.9. > > - Si > > From: Pierre-Luc Dion > Sent: Thursday, April 28,

[ASF PERKS] JetBrains products - free to committers

2016-04-28 Thread ilya
committer with valid @apache.org email, you can get access to JetBrains products free of charge (assuming products will be used to better open source project within ASF umbrella). Follow this link to request your license: https://www.jetbrains.com/shop/eform/apache?product=I Regards ilya

Re: how to go about codebase quality when colisions occur?

2016-05-03 Thread ilya
to look for it. Regards ilya On 5/3/16 5:36 AM, Linas Žilinskas wrote: > Hello. > > I implemented a new API call for myself, which returns the VNC url for a VM. > Currently i'm using some classes from the consoleproxy servlet package as > well as copied some code over to my ow

Re: Feature proposal: Resource naming policies

2016-04-14 Thread ilya
Awesome and long awaited On 4/14/16 4:40 AM, Jeff Hair wrote: > Yesterday, we submitted this pull request: > https://github.com/apache/cloudstack/pull/1492 > > This originally grew out of making the VirtualMachineName class non-static > (original PR is mentioned in the above link). We're

Re: anybody doing load testing?

2016-04-19 Thread ilya
. Please do post slides and talk somewhere, load testing would be on my agenda later this year.. Thanks, ilya On 4/19/16 6:20 AM, Daan Hoogland wrote: > I will go to a talk this evening about http://gatling.io/ Is there anybody > busy testing cloudstack this way? What tools are you

  1   2   3   4   5   6   >