Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Gaurav Aradhye
Congratulations Ian! Regards, Gaurav On Wed, Oct 1, 2014 at 11:36 AM, Abhinandan Prateek wrote: > Congrats Ian ! > > -abhi > > > On 30-Sep-2014, at 7:20 pm, Chip Childers wrote: > > > The Project Management Committee (PMC) for Apache CloudStack has asked > > Ian Duffy to join the PMC and we ar

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Punith S
Congrats Pierre! On Wed, Oct 1, 2014 at 11:13 AM, Prasanna Santhanam wrote: > Congratulations Pierre-Luc! > > On Tue, Sep 30, 2014 at 7:20 PM, Chip Childers > wrote: > > The Project Management Committee (PMC) for Apache CloudStack has asked > > Pierre-Luc Dion to join the PMC and we are pleased

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Abhinandan Prateek
Congrats Ian ! -abhi On 30-Sep-2014, at 7:20 pm, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the Ap

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Punith S
congratulations Ian :) On Wed, Oct 1, 2014 at 11:12 AM, Prasanna Santhanam wrote: > Congratulations Ian! > > On Tue, Sep 30, 2014 at 7:20 PM, Chip Childers > wrote: > > The Project Management Committee (PMC) for Apache CloudStack has asked > > Ian Duffy to join the PMC and we are pleased to ann

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Prasanna Santhanam
Congratulations Pierre-Luc! On Tue, Sep 30, 2014 at 7:20 PM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Pierre-Luc Dion to join the PMC and we are pleased to announce that he > has accepted. > > Join me in congratulating Pierre-Luc! > > -chip >

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Prasanna Santhanam
Congratulations Ian! On Tue, Sep 30, 2014 at 7:20 PM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the Ap

Re: Review Request 26217: vGPU VMSnapshot with and without memory test automation

2014-09-30 Thread sailaja mada
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26217/ --- (Updated Oct. 1, 2014, 5:36 a.m.) Review request for cloudstack, Doug Clark, Sy

Review Request 26217: vGPU VMSnapshot with and without memory test automation

2014-09-30 Thread sailaja mada
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26217/ --- Review request for cloudstack, Doug Clark, Syed Ahmed, and Sanjay Tripathi. Rep

RE: Shellshock

2014-09-30 Thread Animesh Chaturvedi
While testing before release is needed but the component update process with new system template as we have now takes a long time logistically. Thanks Animesh > -Original Message- > From: Sheng Yang [mailto:sh...@yasker.org] > Sent: Tuesday, September 30, 2014 6:08 PM > To: > Subject:

Re: Shellshock

2014-09-30 Thread Sheng Yang
It's not a safe approach, because upgrade without testing may introduce other bugs, such as one bug we saw recently introduced by upgrade of openswan. I think we still need to generate template, then distribute it after testing. If we can maintain an supported Debian repo for CloudStack, then it w

Re: Shellshock

2014-09-30 Thread ilya musayev
Perhaps we take an approach from a different angle. Each time systemvm deployed, it mounts an ISO which contains some shell scripts that are run on first boot. We can alter the iso file and "inject" user specified script that will run "apt-get/yum update bash" or anything else user needs to d

Jenkins build is back to normal : build-master-simulator #840

2014-09-30 Thread jenkins
See

Jenkins build is back to normal : build-master #1733

2014-09-30 Thread jenkins
See

Build failed in Jenkins: build-master-simulator #839

2014-09-30 Thread jenkins
See Changes: [sudison] speed up template download: don't sync io for each write -- [...truncated 726 lines...] [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1

Build failed in Jenkins: build-master #1732

2014-09-30 Thread jenkins
See Changes: [sudison] speed up template download: don't sync io for each write -- [...truncated 1259 lines...] [INFO] Building Apache CloudStack Framework - Security 4.5.0-SNAPSHOT [INFO]

RE: Shellshock

2014-09-30 Thread Adrian Lewis
@John - Quite agree. It's not just scripts that need checking either. Very unsettling to have a vulnerable version of bash on every system vm, many with direct access to both the CS infrastructure as well as client VMs. All it takes is for someone to find another vector (e.g. DHCP, DNSmasq) other t

Re: Shellshock

2014-09-30 Thread John Kinsella
I’m not worried about any specific use-case, but I’d rather not have vulnerable software running on SSVMs in general. John On Sep 30, 2014, at 2:47 PM, Sheng Yang mailto:sh...@yasker.org>> wrote: The parameters of system() function have been verified as valid IP/netmask format by script, so I

Re: Shellshock

2014-09-30 Thread Sheng Yang
The parameters of system() function have been verified as valid IP/netmask format by script, so I don't think other parameters would be able to slip in in this case. --Sheng On Tue, Sep 30, 2014 at 8:38 AM, Go Chiba wrote: > Hi folks, > > By my digging, ipcalc included system() function call bu

Re: Cluster/Host dedication logic

2014-09-30 Thread Daan Hoogland
On Tue, Sep 30, 2014 at 9:39 PM, Logan Barfield wrote: ​...​ > From a service provider perspective we have two types of customers: > - Public Cloud: Using cloud instances deployed on shared > hardware/storage/etc. > - Private Cloud: Customers that pay for dedicated resources (e.g. > hypervisors,

RE: Shellshock

2014-09-30 Thread Demetrius Tsitrelis
sh is a link to dash. Don't know the date on the system VM but I believe it is from the April OpenSSL update. -Original Message- From: Go Chiba [mailto:go.ch...@gmail.com] Sent: Tuesday, September 30, 2014 12:04 PM To: dev@cloudstack.apache.org Subject: Re: Shellshock hi Demetrius, Wh

Re: Cluster/Host dedication logic

2014-09-30 Thread Logan Barfield
Daan/Saksham, I would like to hash out exactly what problem needs to be solved before opening a Jira ticket about it. Daan, to answer your question I haven't implemented anything yet. I'm not a programmer, so at best I can come up with half-baked patches. To answer your other question regarding

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Erik Weber
Which systemvm did you use for the 4.3 install, and did it successfully upgrade it? Haven't had the time to test it yet, so just wanted to make sure that the systemvm issues with 4.3 templates running on 4.4 is fixed. -- Erik On Mon, Sep 29, 2014 at 2:45 PM, Wei ZHOU wrote: > +1 > > KVM + Ad

Re: Shellshock

2014-09-30 Thread Go Chiba
hi Demetrius, Which Date of SystemVM are you using now? And please share result of "ls -al /bin/sh" on your System VM. from my iPhone 2014/10/01 3:42、Demetrius Tsitrelis のメッセージ: > When I do "echo $SHELL" on the Virtual Router instance I see "/bin/bash". > > -Original Message- > From:

RE: Shellshock

2014-09-30 Thread Demetrius Tsitrelis
When I do "echo $SHELL" on the Virtual Router instance I see "/bin/bash". -Original Message- From: Go Chiba [mailto:go.ch...@gmail.com] Sent: Tuesday, September 30, 2014 8:38 AM To: dev@cloudstack.apache.org Subject: Re: Shellshock Hi folks, By my digging, ipcalc included system() funct

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Nguyen Anh Tu
Congrats, Pierre!!! --Tuna On Wed, Oct 1, 2014 at 12:33 AM, Syed Ahmed wrote: > Congratulations Pierre-Luc!!! > > -Syed > > > > On 09/30/2014 01:18 PM, Pierre-Luc Dion wrote: > >> haha, I guest now it's a +1 (binding) >> >> >> >> On Tue, Sep 30, 2014 at 1:00 PM, Daan Hoogland >> wrote: >> >>

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Nguyen Anh Tu
Wow... Big congratulation, my friend! Another GSOC success story, Sebastien :-) Hope you can go faster and faster, Ian! --Tuna On Tue, Sep 30, 2014 at 11:58 PM, Daan Hoogland wrote: > welcome Ian, good luck and can you recast your vote on 4.4.1 as binding :) > > On Tue, Sep 30, 2014 at 6:16 PM

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Syed Ahmed
Congratulations Pierre-Luc!!! -Syed On 09/30/2014 01:18 PM, Pierre-Luc Dion wrote: haha, I guest now it's a +1 (binding) On Tue, Sep 30, 2014 at 1:00 PM, Daan Hoogland wrote: fortune to you Pierre-Luc (and do you as PMC member still believe the 4.4.1 RC is ok for release?) On Tue, Sep 3

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Pierre-Luc Dion
haha, I guest now it's a +1 (binding) On Tue, Sep 30, 2014 at 1:00 PM, Daan Hoogland wrote: > fortune to you Pierre-Luc (and do you as PMC member still believe the 4.4.1 > RC is ok for release?) > > On Tue, Sep 30, 2014 at 6:16 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > > >

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Daan Hoogland
fortune to you Pierre-Luc (and do you as PMC member still believe the 4.4.1 RC is ok for release?) On Tue, Sep 30, 2014 at 6:16 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Congratulations, Pierre-Luc! > > On Tue, Sep 30, 2014 at 7:50 AM, Chip Childers > wrote: > > > The Project M

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Daan Hoogland
welcome Ian, good luck and can you recast your vote on 4.4.1 as binding :) On Tue, Sep 30, 2014 at 6:16 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Congratulations, Ian! > > On Tue, Sep 30, 2014 at 7:50 AM, Chip Childers > wrote: > > > The Project Management Committee (PMC) for A

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Erik Weber
Congratulations! Erik 30. sep. 2014 15:50 skrev "Chip Childers" følgende: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the Ap

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Mike Tutkowski
Congratulations, Pierre-Luc! On Tue, Sep 30, 2014 at 7:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Pierre-Luc Dion to join the PMC and we are pleased to announce that he > has accepted. > > Join me in congratulating Pierre-Luc! > > -chip

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Mike Tutkowski
Congratulations, Ian! On Tue, Sep 30, 2014 at 7:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the

Review Request 26053: UI: Upgrade jquery-validate lib to the latest 1.13.0 version with the additional-methods included.

2014-09-30 Thread Gabor Apati-Nagy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26053/ --- Review request for cloudstack, Brian Federle and Jessica Wang. Bugs: CLOUDSTACK

Re: Shellshock

2014-09-30 Thread Go Chiba
Hi folks, By my digging, ipcalc included system() function call but debian based our system vm are using dash as system shell. So I think this shellshock concern are not directly affected to system vm cgi-bin. right? GO from my iPhone 2014/09/30 10:13、Demetrius Tsitrelis のメッセージ: > http://sy

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Rohit Yadav
Congrats Ian! On 30-Sep-2014, at 3:50 pm, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the Apache CloudSt

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Rohit Yadav
Congrats Pierre! On 30-Sep-2014, at 3:50 pm, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Pierre-Luc Dion to join the PMC and we are pleased to announce that he > has accepted. > > Join me in congratulating Pierre-Luc! > > -chip > On behalf of th

[EVENT] CloudStack Conference

2014-09-30 Thread sebgoa
Hi folks, CloudStack conference in Budapest, Nov 19-21 is coming up fast. Registration is open: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/attend/register And we of course have a great schedule with tutorials, talks, keynotes and poster. http://events

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Pierre-Luc Dion
RN is ready: http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.4.1/ just need to update API doc as the API change a little between 4.4.0 and 4.4.1. PL > > > > > > On 09/30/2014 10:48 AM, Daan Hoogland wrote: > > > On Tue, Sep 30, 2014 at 10:09 AM, Daan Hoogland < > daan.

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Erik Weber
Congratulations Pierre-Luc, well done :-) 30. sep. 2014 15:50 skrev "Chip Childers" følgende: > The Project Management Committee (PMC) for Apache CloudStack has asked > Pierre-Luc Dion to join the PMC and we are pleased to announce that he > has accepted. > > Join me in congratulating Pierre-Luc!

Re: [ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Todd Pigram
Congrats! On Tue, Sep 30, 2014 at 9:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Pierre-Luc Dion to join the PMC and we are pleased to announce that he > has accepted. > > Join me in congratulating Pierre-Luc! > > -chip > On behalf of the

Re: [ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Todd Pigram
Congrats! On Tue, Sep 30, 2014 at 9:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ian Duffy to join the PMC and we are pleased to announce that he has > accepted. > > Join me in congratulating Ian! > > -chip > On behalf of the Apache Cloud

[ANNOUNCE] New PMC Member: Pierre-Luc Dion

2014-09-30 Thread Chip Childers
The Project Management Committee (PMC) for Apache CloudStack has asked Pierre-Luc Dion to join the PMC and we are pleased to announce that he has accepted. Join me in congratulating Pierre-Luc! -chip On behalf of the Apache CloudStack PMC

[ANNOUNCE] New PMC Member: Ian Duffy

2014-09-30 Thread Chip Childers
The Project Management Committee (PMC) for Apache CloudStack has asked Ian Duffy to join the PMC and we are pleased to announce that he has accepted. Join me in congratulating Ian! -chip On behalf of the Apache CloudStack PMC

Re: Review Request 26173: CLOUDSTACK-7658: Upgrading debian packages as part of system vm template build

2014-09-30 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26173/ --- (Updated Sept. 30, 2014, 12:01 p.m.) Review request for cloudstack and Jayapal

Review Request 26173: CLOUDSTACK-7658: Upgrading debian packages as part of system vm template build

2014-09-30 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26173/ --- Review request for cloudstack and Jayapal Reddy. Bugs: CLOUDSTACK-7658 http

Re: Review Request 23837: CLOUDSTACK-7087: Downgrade openswan to previous version for VPN services to fix OSX client

2014-09-30 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23837/ --- (Updated Sept. 30, 2014, 11:42 a.m.) Review request for cloudstack, Jayapal Red

Re: Review Request 26171: CLOUDSTACK-7655: Fixing system vm template to build from newer debian iso links

2014-09-30 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26171/ --- (Updated Sept. 30, 2014, 11:37 a.m.) Review request for cloudstack and Jayapal

Review Request 26171: CLOUDSTACK-7655: Fixing system vm template to build from newer debian iso links

2014-09-30 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26171/ --- Review request for cloudstack and Jayapal Reddy. Bugs: CLOUDSTACK-7655 http

RE: Cluster/Host dedication logic

2014-09-30 Thread Saksham Srivastava
Logan you are correct. We currently have a limitation on placing system vms and VRs on dedicated resources. They do not strictly adhere to dedication. It would be good if you could please file Jira tickets regarding the proposed enhancements so that we can track it. Thanks, Saksham -Origina

Re: Review Request 25248: Fix NPE in case VM is started and its template does not exist anymore

2014-09-30 Thread Rohit Yadav
> On Sept. 2, 2014, 7:01 p.m., Nitin Mehta wrote: > > engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java, line > > 814 > > > > > > Checking for template==null masks the whole problem. > > 1. Suc

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Daan Hoogland
ok, thanks On Tue, Sep 30, 2014 at 11:19 AM, Wido den Hollander wrote: > > > On 09/30/2014 10:48 AM, Daan Hoogland wrote: > > On Tue, Sep 30, 2014 at 10:09 AM, Daan Hoogland > > > wrote: > > > >> On Tue, Sep 30, 2014 at 4:31 AM, Pierre-Luc Dion > >> wrote: > >> ​...​ > >> > >> > >>> Please let

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Wido den Hollander
On 09/30/2014 10:48 AM, Daan Hoogland wrote: > On Tue, Sep 30, 2014 at 10:09 AM, Daan Hoogland > wrote: > >> On Tue, Sep 30, 2014 at 4:31 AM, Pierre-Luc Dion >> wrote: >> ​...​ >> >> >>> Please let me know what should be the URLs for system vm that will goes in >>> the RN if this vote pass. >>

Re: Cluster/Host dedication logic

2014-09-30 Thread Daan Hoogland
Logan, makes sense to me. Actually, the behaviour you describe should be the default IMO. On the other hand, What would a client do in a cloud if not to share resources. If not they should own their own zone. and put everything (including proxy+ssvm) in that zone. Did you implement anything yet?

Review Request 26168: There are new VM State Machine changes introduced which were missed to capture the usage events

2014-09-30 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26168/ --- Review request for cloudstack and Kishan Kavala. Bugs: CLOUDSTACK-7648 http

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Daan Hoogland
On Tue, Sep 30, 2014 at 10:09 AM, Daan Hoogland wrote: > On Tue, Sep 30, 2014 at 4:31 AM, Pierre-Luc Dion > wrote: > ​...​ > > >> Please let me know what should be the URLs for system vm that will goes in >> the RN if this vote pass. >> > apt-get.eu is updated with the templates build using the

Re: [VOTE][ACS44]Apache CloudStack 4.4.1 RC 1 in branch 4.4-RC20140924T2100

2014-09-30 Thread Daan Hoogland
On Tue, Sep 30, 2014 at 4:31 AM, Pierre-Luc Dion wrote: ​...​ > Please let me know what should be the URLs for system vm that will goes in > the RN if this vote pass. > apt-get.eu is updated with the templates build using the RC commit; http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64templat

Re: Review Request 26165: CLOUDSTACK-7646: test_nuage_vsp.py - Fixed basic indentation issues, list index issues, marked it as invalid because the test cases needs attention by the original author as

2014-09-30 Thread Gaurav Aradhye
> On Sept. 30, 2014, 12:05 p.m., SrikanteswaraRao Talluri wrote: > > Let's fix all the outstanding issues related to the script before moving it > > to smoke test folder. Otherwise, It will effect the BVT pass rates. > > > > OR > > We can move this test to smoke folder and skip it until it is p

test day reminder

2014-09-30 Thread Daan Hoogland
H all, As you might remember, we agreed on a test day for the master branch on Wednesday the 1st October, during our last meeting in Schihol-Rijk with some folks. Please feel invited to test master so that we can report to our RM for 4.5 for the current state and he can have a short and quick jour