Re: Router creating random

2015-04-13 Thread prapul cool
Hi Keerthi,     Cloudstack will create VM's randomly, But if you want to move the vm to particular  host you can move it from cloud console. Thanks,Prapul sriram. On Monday, 13 April 2015 11:37 AM, Keerthiraja SJ wrote: Hi All, I am facing a issue whenever I create any VLAN on Adv

Regarding Cloudstack shutdown operations.

2015-04-13 Thread Bharat Kumar
Hi, Recently i noticed that when we stop cloudstack we do not mark the state of the management server as down in the ms_host table. On further investigation I came to know that the stop methods of the beans are not getting executed during shutdown. I could not see any logs related to cloudsta

CloudStack 4.4.2 with LDAP Authentication

2015-04-13 Thread Star Guo
Hi, All, Recently, I test LDAP Authentication on CloudStack, and I success search ldap users on CloudStack. However, I bond one user of ldap into CloudStack Account and I change the password in openldap side of the user, I can login the user with new or old password !!! This may be serous sec

Re: CloudStack 4.4.2 with LDAP Authentication

2015-04-13 Thread Abhinandan Prateek
This is a known issue with microsoft AD, the old password is valid for around 10 minutes. Cloudstack is not caching any password at its end. -abhi > On 13-Apr-2015, at 2:55 pm, Star Guo wrote: > > Hi, All, > > > > Recently, I test LDAP Authentication on CloudStack, and I success search > ldap u

答复: CloudStack 4.4.2 with LDAP Authentication

2015-04-13 Thread Star Guo
But I use openldap. Does it relate to openldap ? Can I change 10min to just few second ? Thanks. Best Regards, Star Guo -邮件原件- 发件人: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com] 发送时间: 2015年4月13日 17:38 收件人: dev@cloudstack.apache.org 主题: Re: CloudStack 4.4.2 with LDAP Authe

Re: Regarding Cloudstack shutdown operations.

2015-04-13 Thread Rohit Yadav
This sounds like a regression. I remember we used to do that. > On 13-Apr-2015, at 2:26 pm, Bharat Kumar wrote: > > Hi, > > Recently i noticed that when we stop cloudstack we do not mark the state of > the management server as down in the ms_host table. > > On further investigation I came to kno

[GitHub] cloudstack pull request: CLOUDSTACK-8379:add support to marvin to ...

2015-04-13 Thread srikanteswartalluri
GitHub user srikanteswartalluri opened a pull request: https://github.com/apache/cloudstack/pull/158 CLOUDSTACK-8379:add support to marvin to enable deployed zone based on t... ...he value provided in config file You can merge this pull request into a Git repository by running:

Re: CloudStack 4.4.2 with LDAP Authentication

2015-04-13 Thread Abhinandan Prateek
This link has info on how to control “OldPasswordAllowedPeriod” for AD. https://github.com/owncloud/core/issues/6662 There is a reason why this overlap of old and new password is required. Because if the change is abrupt a user may end up locking his account (like 3 bad tries). Not aware of some

local automation ran on master has few issues

2015-04-13 Thread Raja Pullela
Hi, I was running automation on master and came across few issues. Please see the following issues in JIRA CLOUDSTACK-8381 CLOUDSTACK-8382 CLOUDSTACK-8383

Jenkins build is still unstable: simulator-4.5-singlerun #200

2015-04-13 Thread jenkins
See

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding script to testSet...

2015-04-13 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/159 CLOUDSTACK-8380: Adding script to testSetupSuccess.py to check VCenter port groups are created for storage, management and public traffic as soon as zone is deployed This test will be run

Re: local automation ran on master has few issues

2015-04-13 Thread Abhinandan Prateek
Raja, Can you add the marvin tests name(or path) that are failing in automation tickets. Otherwise there is no way to reproduce these. -abhi > On 13-Apr-2015, at 4:53 pm, Raja Pullela wrote: > > Hi, > > I was running automation on master and came across few issues. Please see > the following

Build failed in Jenkins: simulator-singlerun #1098

2015-04-13 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-7593: allow nic type to be fetched from vm's details [Rohit Yadav] server: fix system account create logs [Rohit Yadav] utils: improve timeout to 60s, define generics properly [Rohit Yad

Re: [GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-13 Thread Rajani Karuturi
Hi kcwang, Can you please take care of the findbugs issues? you can run `mvn -P enablefindbugs -pl :cloud-plugin-network-bigswitch verify` to see the list of issues. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+FindBugs ~Rajani On Fri, Apr 10, 2015 at 9:51 PM, karuturi wrote:

[GitHub] cloudstack pull request: CLOUDSTACK-6543 Sort domain lists in UI

2015-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/157 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: Escone

2015-04-13 Thread manasaveloori
GitHub user manasaveloori opened a pull request: https://github.com/apache/cloudstack/pull/160 Escone You can merge this pull request into a Git repository by running: $ git pull https://github.com/manasaveloori/cloudstack escone Alternatively you can review and apply these c

RE: local automation ran on master has few issues

2015-04-13 Thread Raja Pullela
Abhi, following are the details. Few of the cases were failing because of the error "unable to start vm". Once that works, then few more tests will run. best, Raja On BasicKVM Test Result (21 failures / ±0) integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup.test_DeployVmAntiA

Jenkins build is still unstable: simulator-4.5-singlerun #201

2015-04-13 Thread jenkins
See

Build failed in Jenkins: simulator-singlerun #1099

2015-04-13 Thread jenkins
See Changes: [github] CLOUDSTACK-6543 Sort domain lists in UI -- [...truncated 10446 lines...] > Running query: GRANT ALL ON cloudbridge.* to 'cloud'@`%` identified by 'clou

Build failed in Jenkins: cloudstack-4.4-maven-build #607

2015-04-13 Thread jenkins
See Changes: [Daan Hoogland] marvin in top level pom to suit jenkins build for it -- [...truncated 4544 lines...] [INFO] [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-

Jenkins build is back to normal : cloudstack-4.4-maven-build #608

2015-04-13 Thread jenkins
See

Re: local automation ran on master has few issues

2015-04-13 Thread Abhinandan Prateek
Raja, In the automation testing framework, is there a way to link errors in management server logs with a failed test ? Like checking timestamp of the failed test and then looking at the timestamps in the MS logs. The reason is that with just a exception as in this https://issues.apache.org

RE: local automation ran on master has few issues

2015-04-13 Thread Raja Pullela
Abhi, I will add more information to the tickets with the specific test case failure. Best, Raja -Original Message- From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com] Sent: Monday, April 13, 2015 8:58 PM To: dev@cloudstack.apache.org Subject: Re: local automation ran on

[GitHub] cloudstack pull request: CLOUDSTACK-6885: fix logrotate on VR to d...

2015-04-13 Thread resmo
GitHub user resmo opened a pull request: https://github.com/apache/cloudstack/pull/162 CLOUDSTACK-6885: fix logrotate on VR to depend on size In 6ac06e5e5e3ceed4a3e3a86ea5f82ffb59c266f2 logrotate was changed to run hourly. Some logrotate configs still have set `daily` only which res

[GitHub] cloudstack pull request: CreateVMSnapshot: fix typo in API descrip...

2015-04-13 Thread resmo
GitHub user resmo opened a pull request: https://github.com/apache/cloudstack/pull/161 CreateVMSnapshot: fix typo in API description You can merge this pull request into a Git repository by running: $ git pull https://github.com/resmo/cloudstack fix/createvmsnapshot-typo Alte

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-13 Thread Nux!
Hi I've tried again with my own RPMS this time and with the Jenkins systemvm template, but still no go. It seems like I will get randomly the local primary storage shown twice ... Rohit, have you had any luck with those logs? Lucian -- Sent from the Delta quadrant using Borg technology! Nux!

[GitHub] cloudstack pull request: CLOUDSTACK-8335: use libvirt from central...

2015-04-13 Thread K0zka
GitHub user K0zka opened a pull request: https://github.com/apache/cloudstack/pull/163 CLOUDSTACK-8335: use libvirt from central repository Signed-off-by: Laszlo Hornyak You can merge this pull request into a Git repository by running: $ git pull https://github.com/K0zka/cloud

[GitHub] cloudstack pull request: CreateVMSnapshot: fix typo in API descrip...

2015-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/161 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8335: use libvirt from central...

2015-04-13 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/163#discussion_r28265861 --- Diff: plugins/hypervisors/kvm/pom.xml --- @@ -45,7 +38,7 @@ ${project.version} - org.libvirt + com.gi

[GitHub] cloudstack pull request: CLOUDSTACK-8335: use libvirt from central...

2015-04-13 Thread K0zka
Github user K0zka commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/163#discussion_r28268011 --- Diff: plugins/hypervisors/kvm/pom.xml --- @@ -45,7 +38,7 @@ ${project.version} - org.libvirt + com.githu

[GitHub] cloudstack pull request: CLOUDSTACK-6885: fix logrotate on VR to d...

2015-04-13 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/162#issuecomment-92467703 great patch @resmo merging now! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cloudstack pull request: CLOUDSTACK-6885: fix logrotate on VR to d...

2015-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/162 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: Escone

2015-04-13 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/160#issuecomment-92468209 Please add license header and get the python code pep8 compliant. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

Build failed in Jenkins: simulator-singlerun #1100

2015-04-13 Thread jenkins
See Changes: [laszlo.hornyak] CreateVMSnapshot: fix typo in API description -- [...truncated 10330 lines...] > Running query: drop database if exists `cloud_usage` ==

[ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Daan Hoogland
The Project Management Committee (PMC) for Apache CloudStack has asked Funs Kessen to become a committer and we are pleased to announce that they have accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and elim

Build failed in Jenkins: build-4.5-simulator #252

2015-04-13 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-6885: fix logrotate on VR to depend on size [Rohit Yadav] CreateVMSnapshot: fix typo in API description -- [...truncated 1475 lines...] [INFO] Start

[ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Daan Hoogland
The Project Management Committee (PMC) for Apache CloudStack has asked Gaurav Aradhya to become a committer and we are pleased to announce that they have accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and e

Build failed in Jenkins: build-4.5-simulator #253

2015-04-13 Thread jenkins
See -- [...truncated 1263 lines...] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-engine-components-api --- [INFO] Compiling 37 source files to

Build failed in Jenkins: simulator-singlerun #1101

2015-04-13 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-6885: fix logrotate on VR to depend on size -- [...truncated 10443 lines...] > Running query: GRANT ALL ON cloudbridge.* to 'cloud'@`%`

Re: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Erik Weber
On Mon, Apr 13, 2015 at 9:41 PM, Daan Hoogland wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Funs Kessen to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more > autonomo

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Erik Weber
On Mon, Apr 13, 2015 at 9:43 PM, Daan Hoogland wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Gaurav Aradhya to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more > auton

Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
Hi Daan, This is probably something we want to fix in 4.4.3? If I try an upgrade from 4.4.x to 4.5 and above, then there's a SQL upgrade command failing: ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: ALTER TABLE `cloud`.`region` MODIFY `id` int unsigned AUTO_INCREMENT UNIQUE NOT NUL

Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
Hi, Did some more digging: The foreign keys are to these tables: +-+ | TABLE_NAME | +-+ | global_load_balancing_rules | | portable_ip_address | | portable_ip_range | +-+ 3 rows i

Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Daan Hoogland
Noem Rohit in de pull request. zijn bug On Mon, Apr 13, 2015 at 4:01 PM, Remi Bergsma wrote: > Hi, > > Did some more digging: > > The foreign keys are to these tables: > +-+ > | TABLE_NAME | > +-+ > | global_load_balancing_r

Re: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Sebastien Goasguen
we are doomed :) > On Apr 13, 2015, at 10:05 PM, Erik Weber wrote: > > On Mon, Apr 13, 2015 at 9:41 PM, Daan Hoogland > wrote: > >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Funs Kessen to become a committer and we are pleased to >> announce that they have accep

RE: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread me
Right on Funs! Super glad to hear!!! -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Monday, April 13, 2015 2:30 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] New committer: Funs Kessen we are doomed :) > On Apr 13, 2015, at 10:05 PM, Erik Weber w

[GitHub] cloudstack pull request: Upgrades from 4.4: disable foreign key ch...

2015-04-13 Thread remibergsma
GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/164 Upgrades from 4.4: disable foreign key checks when altering them Upgrades from 4.4 where not working properly due to errors like this: ERROR 1833 (HY000): Cannot change column 'id':

[GitHub] cloudstack pull request: Upgrades from 4.4: disable foreign key ch...

2015-04-13 Thread terbolous
Github user terbolous commented on the pull request: https://github.com/apache/cloudstack/pull/164#issuecomment-92511037 4.5.0 is already released, although not announced, should we then change files in that version? What is the consequence of moving this to the 4.5.1 upgrade scripts?

Re: Upgrade 4.4.x to 4.5.x and above fails with sql error

2015-04-13 Thread Remi Bergsma
I’ve just sent a PR to fix this issue in master. We do need to port it to 4.4 and 4.5 though. Regards, Remi On 13 Apr 2015, at 16:11, Daan Hoogland wrote: > Noem Rohit in de pull request. zijn bug > > On Mon, Apr 13, 2015 at 4:01 PM, Remi Bergsma > wrote: >> Hi, >> >> Did some more digging:

[GitHub] cloudstack pull request: Upgrades from 4.4: disable foreign key ch...

2015-04-13 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/164#issuecomment-92511872 The consequence is that users from 4.4 must upgrade to 4.5.1 and can not upgrade to 4.5.0 --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: Upgrades from 4.4: disable foreign key ch...

2015-04-13 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/164#issuecomment-92511939 which they can't at the moment anyway, because of this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

cloudmonkey tls

2015-04-13 Thread Marcus
Is anyone else having trouble running CloudMonkey against a TLS-only cloudstack? Getting: (local) 🐵 > list zones Error Connection refused by server: [Errno 1] _ssl.c:507: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure There's a lot of info about this online arou

Re: CloudStack 4.4.2 with LDAP Authentication

2015-04-13 Thread Star Guo
Thanks a lot ! I will learn ldap deeply :) Best Regards, Star Guo This link has info on how to control “OldPasswordAllowedPeriod” for AD. https://github.com/owncloud/core/issues/6662 There is a reason why this overlap of old a

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Rajani Karuturi
congratulations Gaurav.. ~Rajani On Tue, Apr 14, 2015 at 1:35 AM, Erik Weber wrote: > On Mon, Apr 13, 2015 at 9:43 PM, Daan Hoogland > wrote: > > > The Project Management Committee (PMC) for Apache CloudStack > > has asked Gaurav Aradhya to become a committer and we are pleased to > > announce

Re: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Rajani Karuturi
Congratulations Funs! ~Rajani On Tue, Apr 14, 2015 at 3:06 AM, wrote: > Right on Funs! Super glad to hear!!! > > -Original Message- > From: Sebastien Goasguen [mailto:run...@gmail.com] > Sent: Monday, April 13, 2015 2:30 PM > To: dev@cloudstack.apache.org > Subject: Re: [ANNOUNCE] New c

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Jayapal Reddy Uradi
Congrats Gaurav! -Jayapal On 14-Apr-2015, at 9:10 AM, Rajani Karuturi wrote: > congratulations Gaurav.. > > ~Rajani > > On Tue, Apr 14, 2015 at 1:35 AM, Erik Weber wrote: > >> On Mon, Apr 13, 2015 at 9:43 PM, Daan Hoogland >> wrote: >> >>> The Project Management Committee (PMC) for Apach

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Sanjeev N
Congrats Gaurav!! On Tue, Apr 14, 2015 at 9:34 AM, Jayapal Reddy Uradi < jayapalreddy.ur...@citrix.com> wrote: > Congrats Gaurav! > > -Jayapal > > On 14-Apr-2015, at 9:10 AM, Rajani Karuturi > wrote: > > > congratulations Gaurav.. > > > > ~Rajani > > > > On Tue, Apr 14, 2015 at 1:35 AM, Erik We

[GitHub] cloudstack pull request: KVM: improve CentOS 7 support (ifconfig)

2015-04-13 Thread remibergsma
GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/165 KVM: improve CentOS 7 support (ifconfig) CentOS 7 does not ship with ifconfig anymore. We should use ip commands instead. This also works on older versions, like CentOS 6 and Ubuntu 12.x/14.

Re: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Abhinandan Prateek
Congrats Funs ! It will be good to have you around :-) > On 14-Apr-2015, at 3:00 am, Sebastien Goasguen wrote: > > we are doomed :) > >> On Apr 13, 2015, at 10:05 PM, Erik Weber wrote: >> >> On Mon, Apr 13, 2015 at 9:41 PM, Daan Hoogland >> wrote: >> >>> The Project Management Committee (PMC) f

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Abhinandan Prateek
Welcome Gaurav ! > On 14-Apr-2015, at 1:13 am, Daan Hoogland wrote: > > The Project Management Committee (PMC) for Apache CloudStack > has asked Gaurav Aradhya to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contri

Re: [ANNOUNCE] New committer: Funs Kessen

2015-04-13 Thread Gaurav Aradhye
Congrats Funs! Regards, Gaurav On Apr 14, 2015, at 10:45 AM, Abhinandan Prateek wrote: > Congrats Funs ! It will be good to have you around :-) > >> On 14-Apr-2015, at 3:00 am, Sebastien Goasguen wrote: >> >> we are doomed :) >> >>> On Apr 13, 2015, at 10:05 PM, Erik Weber wrote: >>> >>>

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Gaurav Aradhye
Thanks all! :-) Regards, Gaurav Aradhye On Apr 14, 2015, at 10:46 AM, Abhinandan Prateek wrote: > Welcome Gaurav ! > > >> On 14-Apr-2015, at 1:13 am, Daan Hoogland wrote: >> >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Gaurav Aradhya to become a committer an

[GitHub] cloudstack pull request: CLOUDSTACK-8375: Marvin - Code Improvemen...

2015-04-13 Thread srikanteswartalluri
Github user srikanteswartalluri commented on the pull request: https://github.com/apache/cloudstack/pull/155#issuecomment-92619011 This is merged. forgot to add 'This closes #155' Gaurav, Please close this PR. --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: CLOUDSTACK-8375: Marvin - Code Improvemen...

2015-04-13 Thread gauravaradhye
Github user gauravaradhye closed the pull request at: https://github.com/apache/cloudstack/pull/155 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding script to testSet...

2015-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/159 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Srikanteswararao Talluri
Congrats Gaurav! Well deserved. ~Talluri On 14/04/15 1:13 am, "Daan Hoogland" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Gaurav Aradhya to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributo

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Ahmad
Nice work Gaurav, keep it coming! > On Apr 13, 2015, at 11:25 PM, Srikanteswararao Talluri > wrote: > > Congrats Gaurav! Well deserved. > > ~Talluri > >> On 14/04/15 1:13 am, "Daan Hoogland" wrote: >> >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Gaurav Arad

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-13 Thread Punith S
Congrats Gaurav :) On Tue, Apr 14, 2015 at 12:03 PM, Ahmad wrote: > Nice work Gaurav, keep it coming! > > > > > On Apr 13, 2015, at 11:25 PM, Srikanteswararao Talluri < > srikanteswararao.tall...@citrix.com> wrote: > > > > Congrats Gaurav! Well deserved. > > > > ~Talluri > > > >> On 14/04/15 1:1

Build failed in Jenkins: simulator-singlerun #1102

2015-04-13 Thread jenkins
See Changes: [Gaurav Aradhye] CLOUDSTACK-8380: Adding script to testSetupSuccess.py to check VCenter port groups are created for storage, management and public traffic as soon as zone is deployed