Build failed in Jenkins: build-master-slowbuild #472

2014-03-29 Thread jenkins
See 

--
[...truncated 18195 lines...]

[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/ec2/AmazonEC2SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/s3/AmazonS3SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SAcl.java.  Ensure this class was instrumented, and this 
data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SBucket.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SHost.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/BucketPolicyDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackAccountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackConfigurationDao.java.  Ensure this 
class was instrumented, and this data file contains the instrumentation 
information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java.  Ensure this class 
was instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackUserDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostMountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartPartsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartUploadsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultipartMetaDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the fi

RE: VMWare Compilation Issue

2014-03-29 Thread Alex Hitchins
Thanks Ilya, I'm trying that now.


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: ilya musayev [mailto:ilya.mailing.li...@gmail.com]
Sent: 29 March 2014 02:51
To: dev@cloudstack.apache.org
Subject: Re: VMWare Compilation Issue

Download the vmware file from the vmware site directly

From
https://my.vmware.com/group/vmware/get-download?downloadGroup=VSP510-WEBSDK-510

Place the jar in deps folder and rerun install-non-oss.sh


On 3/28/14, 10:46 AM, Alex Hitchins wrote:
> All,
>
> Sorry to pester you all again with my woes.
>
> I'm getting the following issues trying to build nonredist on 4.3.
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile 
> (default-compile) on project cloud-vmware-base: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[36,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidCollectorVersionFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[37,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidPropertyFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[49,23]
>  error: cannot find symbol
> [ERROR] symbol:   class RuntimeFaultFaultMsg
> [ERROR] location: package com.vmware.vim25
>
> Full lot can be seen here :
> https://gist.github.com/alexhitchins/9838526
>
> I've checked and I have in .m2/repositories/ the vmware 5.1 jars.
>
> Can anyone point me in the right direction?
>
> Alex
>
> .
>
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1
> training
> 18th-19th February 2014, Brazil.
> Classroom
> 17th-23rd March 2014, Region A. Instructor led,
> On-line
> 24th-28th March 2014, Region B. Instructor led,
> On-line
> 16th-20th June 2014, Region A. Instructor led,
> On-line
> 23rd-27th June 2014, Region B. Instructor led,
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.
>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: VMWare Compilation Issue

2014-03-29 Thread Alex Hitchins
Huzzah!

Seems like this got things going - thanks for the link.


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: ilya musayev [mailto:ilya.mailing.li...@gmail.com]
Sent: 29 March 2014 02:51
To: dev@cloudstack.apache.org
Subject: Re: VMWare Compilation Issue

Download the vmware file from the vmware site directly

From
https://my.vmware.com/group/vmware/get-download?downloadGroup=VSP510-WEBSDK-510

Place the jar in deps folder and rerun install-non-oss.sh


On 3/28/14, 10:46 AM, Alex Hitchins wrote:
> All,
>
> Sorry to pester you all again with my woes.
>
> I'm getting the following issues trying to build nonredist on 4.3.
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile 
> (default-compile) on project cloud-vmware-base: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[36,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidCollectorVersionFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[37,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidPropertyFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[49,23]
>  error: cannot find symbol
> [ERROR] symbol:   class RuntimeFaultFaultMsg
> [ERROR] location: package com.vmware.vim25
>
> Full lot can be seen here :
> https://gist.github.com/alexhitchins/9838526
>
> I've checked and I have in .m2/repositories/ the vmware 5.1 jars.
>
> Can anyone point me in the right direction?
>
> Alex
>
> .
>
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1
> training
> 18th-19th February 2014, Brazil.
> Classroom
> 17th-23rd March 2014, Region A. Instructor led,
> On-line
> 24th-28th March 2014, Region B. Instructor led,
> On-line
> 16th-20th June 2014, Region A. Instructor led,
> On-line
> 23rd-27th June 2014, Region B. Instructor led,
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.
>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: VMWare Compilation Issue

2014-03-29 Thread Alex Hitchins
Well, a partial Huzzah - it builds OK with -DskipTests=true.

I'm not going to let that spoil my happiness right now though.


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com]
Sent: 29 March 2014 08:47
To: dev@cloudstack.apache.org
Subject: RE: VMWare Compilation Issue

Huzzah!

Seems like this got things going - thanks for the link.


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: ilya musayev [mailto:ilya.mailing.li...@gmail.com]
Sent: 29 March 2014 02:51
To: dev@cloudstack.apache.org
Subject: Re: VMWare Compilation Issue

Download the vmware file from the vmware site directly

From
https://my.vmware.com/group/vmware/get-download?downloadGroup=VSP510-WEBSDK-510

Place the jar in deps folder and rerun install-non-oss.sh


On 3/28/14, 10:46 AM, Alex Hitchins wrote:
> All,
>
> Sorry to pester you all again with my woes.
>
> I'm getting the following issues trying to build nonredist on 4.3.
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile 
> (default-compile) on project cloud-vmware-base: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[36,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidCollectorVersionFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[37,23]
>  error: cannot find symbol
> [ERROR] symbol:   class InvalidPropertyFaultMsg
> [ERROR] location: package com.vmware.vim25 [ERROR]
> /home/alex/code/cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java:[49,23]
>  error: cannot find symbol
> [ERROR] symbol:   class RuntimeFaultFaultMsg
> [ERROR] location: package com.vmware.vim25
>
> Full lot can be seen here :
> https://gist.github.com/alexhitchins/9838526
>
> I've checked and I have in .m2/repositories/ the vmware 5.1 jars.
>
> Can anyone point me in the right direction?
>
> Alex
>
> .
>
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1
> training
> 18th-19th February 2014, Brazil.
> Classroom
> 17th-23rd March 2014, Region A. Instructor led,
> On-line
> 24th-28th March 2014, Region B. Instructor led,
> On-line
> 16th-20th June 2014, Region A. Instructor led,
> On-line
> 23rd-27th June 2014, Region B. Instructor led,
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.
>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 

Re: [EVENTS] CloudStack Hyderabad April meetup -3rd April

2014-03-29 Thread Rohit Yadav
Hi Talluri! Thanks for sharing.

Folks can you please plan/share meetup events at least one month in
advance, in future? I've sort of missed two meetups in India in the past
due to timing mismatches which I would have loved to join.

Regards.


On Sat, Mar 29, 2014 at 11:32 AM, Srikanteswararao Talluri <
srikanteswararao.tall...@citrix.com> wrote:

> Gentle reminder.
>
> Please join us for CloudStack Hyderabad April meetup on Thursday, 3rd
> April 2014 at IIIT Hyderabad.
>
> RSVP @ http://www.meetup.com/CloudStack-Hyderabad-Group/events/172106682/
>
> Thanks,
> ~Talluri
>
>


Re: spring unittests

2014-03-29 Thread Rajani Karuturi
any help?


~Rajani



On 28-Mar-2014, at 9:48 am, Rajani Karuturi  wrote:

> Its the testContext.xml we have at server/test/resouces
> 
> As the async job dispatcher also comes under server/, i used the same test 
> context file.
> 
> ~Rajani
> 
> 
> 
> On 28-Mar-2014, at 1:23 am, Laszlo Hornyak  wrote:
> 
>> Hi Rajani,
>> 
>> Can you share your spring context file?
>> 
>> 
>> On Thu, Mar 27, 2014 at 10:50 AM, Rajani Karuturi <
>> rajani.karut...@citrix.com> wrote:
>> 
>>> Hi All,
>>> 
>>> I am trying to write unit tests for ApiAsyncJobDispatcher. This is how I
>>> defined by Test class @ server/test/com/cloud/api
>>> 
>>> @RunWith(SpringJUnit4ClassRunner.class)
>>> @ContextConfiguration(locations = "classpath:/testContext.xml")
>>> public class ApiAsyncJobDispatcherTest {
>>>   @Mock
>>>   private ApiDispatcher _dispatcher;
>>> 
>>>   @Mock
>>>   private AsyncJobManager _asyncJobMgr;
>>> 
>>>   @Mock
>>>   private EntityManager _entityMgr;
>>> 
>>>   @InjectMocks
>>>   private ApiAsyncJobDispatcher apiAsyncJobDispatcher = new
>>> ApiAsyncJobDispatcher();
>>> 
>>>   @Before
>>>   public void setUp() throws Exception {
>>>   MockitoAnnotations.initMocks(this);
>>>   ComponentContext.initComponentsLifeCycle();
>>>   }
>>> 
>>>   @Test
>>>   public void testRunJob() throws Exception {
>>>   AsyncJob asyncJob = new AsyncJobVO("", User.UID_SYSTEM, 1,
>>> DetachVolumeCmdByAdmin.class.getCanonicalName(), null, null, null);
>>>   apiAsyncJobDispatcher.runJob(asyncJob);
>>>   }
>>> }
>>> 
>>> 
>>> I am getting failed to load ApplicationContext error. The exact error
>>> message is
>>> java.lang.ClassNotFoundException:
>>> org.apache.cloudstack.framework.eventbus.EventBusBase
>>> 
>>> I think, that class is moved to
>>> org.apache.cloudstack.framework.events.EventBus. Once I make that change in
>>> the application context file, I am getting
>>> Caused by:
>>> org.springframework.beans.factory.NoUniqueBeanDefinitionException: No
>>> qualifying bean of type [com.cloud.user.AccountService] is defined:
>>> expected single matching bean but found 4:
>>> mockAccountManagerImpl,accountService,accountManager,acctMgr
>>> 
>>> 
>>> Am I miss something?
>>> 
>>> I did go through
>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Unit+Testing+with+JUnit+and+SpringBut,
>>>  didn't understand Note: #4 of it.
>>> 
>>> 
>>> ~Rajani
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> -- 
>> 
>> EOF
> 



Build failed in Jenkins: build-master-slowbuild #473

2014-03-29 Thread jenkins
See 

--
[...truncated 18195 lines...]

[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/ec2/AmazonEC2SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/s3/AmazonS3SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SAcl.java.  Ensure this class was instrumented, and this 
data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SBucket.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SHost.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/BucketPolicyDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackAccountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackConfigurationDao.java.  Ensure this 
class was instrumented, and this data file contains the instrumentation 
information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java.  Ensure this class 
was instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackUserDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostMountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartPartsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartUploadsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultipartMetaDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the fi

Build failed in Jenkins: build-master-slowbuild #474

2014-03-29 Thread jenkins
See 

--
[...truncated 18198 lines...]

[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/ec2/AmazonEC2SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/s3/AmazonS3SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SAcl.java.  Ensure this class was instrumented, and this 
data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SBucket.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SHost.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/BucketPolicyDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackAccountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackConfigurationDao.java.  Ensure this 
class was instrumented, and this data file contains the instrumentation 
information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java.  Ensure this class 
was instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackUserDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostMountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartPartsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartUploadsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultipartMetaDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the fi

Guidelines for new or changed APIs?

2014-03-29 Thread Demetrius Tsitrelis
I'd like to propose a few changes.  Some adding a parameter to an existing API 
and some adding a new API altogether.  Is there a document describing ASF or 
ACS policies for doing so?

Sent from my Windows Phone


RE: Guidelines for new or changed APIs?

2014-03-29 Thread Alex Hitchins
I don't know of any documentation, however we must ensure backwards 
compatibility, so that rather rules out changing existing api method signatures 
(adding/removing parameters).



Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: Demetrius Tsitrelis [mailto:demetrius.tsitre...@citrix.com]
Sent: 29 March 2014 15:06
To: dev@cloudstack.apache.org
Subject: Guidelines for new or changed APIs?

I'd like to propose a few changes.  Some adding a parameter to an existing API 
and some adding a new API altogether.  Is there a document describing ASF or 
ACS policies for doing so?

Sent from my Windows Phone
Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: Guidelines for new or changed APIs?

2014-03-29 Thread Demetrius Tsitrelis
Does that include the request and response?  For example, it would be useful to 
know why a login failed.  Thus I envisioned an (optional) element in the 
response which would contain that information.

Sent from my Windows Phone

From: Alex Hitchins
Sent: ‎3/‎29/‎2014 8:15 AM
To: dev@cloudstack.apache.org
Subject: RE: Guidelines for new or changed APIs?

I don't know of any documentation, however we must ensure backwards 
compatibility, so that rather rules out changing existing api method signatures 
(adding/removing parameters).



Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: Demetrius Tsitrelis [mailto:demetrius.tsitre...@citrix.com]
Sent: 29 March 2014 15:06
To: dev@cloudstack.apache.org
Subject: Guidelines for new or changed APIs?

I'd like to propose a few changes.  Some adding a parameter to an existing API 
and some adding a new API altogether.  Is there a document describing ASF or 
ACS policies for doing so?

Sent from my Windows Phone
Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Cloudstack- Webservices survey

2014-03-29 Thread Singh Amar
Dear Mr. Dev,

Ms. Radhika Nair recommended me to contact you regarding following issue:
Currently I am researching on cloud services and I am writing my bachelor
thesis at Goethe University Germany. I am doing an online survey about
webservices like GoogleDocs, dropbox and twitter for instance. I am trying
to find out how popular these services are in India. Please take 10-12
minutes and fill in following online survey:
http://www.unipark.de/uc/webservicesmgmt/
 As I need approx. 30 more participants, please forward to
friends/coworkers. Hence this issue fits perfeclty to the topic of
thecloudstack group, please allow me to post this message there.

Thanks and kind Regards
Harkamal Singh


Build failed in Jenkins: build-master-slowbuild #475

2014-03-29 Thread jenkins
See 

--
[...truncated 18195 lines...]

[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi ---
[INFO] Cobertura 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/ec2/AmazonEC2SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/amazon/s3/AmazonS3SkeletonInterface.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SAcl.java.  Ensure this class was instrumented, and this 
data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SBucket.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/model/SHost.java.  Ensure this class was instrumented, and 
this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/BucketPolicyDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackAccountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackConfigurationDao.java.  Ensure this 
class was instrumented, and this data file contains the instrumentation 
information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackSvcOfferingDao.java.  Ensure this class 
was instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/CloudStackUserDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MHostMountDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartPartsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultiPartUploadsDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the file 
com/cloud/bridge/persist/dao/MultipartMetaDao.java.  Ensure this class was 
instrumented, and this data file contains the instrumentation information.
[cobertura] INFO  [main] net.sourceforge.cobertura.reporting.html.HTMLReport - 
Data file does not contain instrumentation information for the fi

how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread chris snow
I am using the following script to setup my development environment:

python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
-i /home/vagrant/devcloud.cfg

This script seems to run asynchronously; tasks get performed after the
script has successfully returned.

Is there a way that I can detect when the provisioning operations have
finished, either successfully or unsuccessfully?

Preferably, I would like to detect completion using a script, so a
manually checking such as logging in to the UI and checking somewhere
will not work for me.

Many thanks,

Chris


RE: how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread Alex Hitchins
Chris,

Just did a quick search, is this what you are looking for?

http://cloudstack.apache.org/docs/api/apidocs-4.0.0/user/queryAsyncJobResult.html



Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: chris snow [mailto:chsnow...@gmail.com]
Sent: 29 March 2014 17:18
To: dev@cloudstack.apache.org
Subject: how to detect when deployDataCenter.py has finished provisioning?

I am using the following script to setup my development environment:

python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
-i /home/vagrant/devcloud.cfg

This script seems to run asynchronously; tasks get performed after the script 
has successfully returned.

Is there a way that I can detect when the provisioning operations have 
finished, either successfully or unsuccessfully?

Preferably, I would like to detect completion using a script, so a manually 
checking such as logging in to the UI and checking somewhere will not work for 
me.

Many thanks,

Chris
Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread chris snow
Thanks looks promising Alex - thank you!

On Sat, Mar 29, 2014 at 5:38 PM, Alex Hitchins
 wrote:
> Chris,
>
> Just did a quick search, is this what you are looking for?
>
> http://cloudstack.apache.org/docs/api/apidocs-4.0.0/user/queryAsyncJobResult.html
>
>
>
> Regards
>
> Alex Hitchins
>
> D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969
>
> alex.hitch...@shapeblue.com
>
> -Original Message-
> From: chris snow [mailto:chsnow...@gmail.com]
> Sent: 29 March 2014 17:18
> To: dev@cloudstack.apache.org
> Subject: how to detect when deployDataCenter.py has finished provisioning?
>
> I am using the following script to setup my development environment:
>
> python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
> -i /home/vagrant/devcloud.cfg
>
> This script seems to run asynchronously; tasks get performed after the script 
> has successfully returned.
>
> Is there a way that I can detect when the provisioning operations have 
> finished, either successfully or unsuccessfully?
>
> Preferably, I would like to detect completion using a script, so a manually 
> checking such as logging in to the UI and checking somewhere will not work 
> for me.
>
> Many thanks,
>
> Chris
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1 training
> 18th-19th February 2014, Brazil. 
> Classroom
> 17th-23rd March 2014, Region A. Instructor led, 
> On-line
> 24th-28th March 2014, Region B. Instructor led, 
> On-line
> 16th-20th June 2014, Region A. Instructor led, 
> On-line
> 23rd-27th June 2014, Region B. Instructor led, 
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.



-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69


Test Issues & Eclipse Errors

2014-03-29 Thread Alex Hitchins
All,

I seem to be able to compile everything on 4.3 branch if I add the 
-DskipTests=true argument. When I omit this, it fails on the tests. Also, I get 
lots of errors in eclipse (what's new regular readers will say) such as these:

ArtifactDescriptorException: Failed to read artifact descriptor for 
com.caringo.client:CAStorSDK:jar:1.3.1-CS40: ArtifactResolutionException: 
Failure to transfer com.caringo.client:CAStorSDK:pom:1.3.1-CS40 from 
http://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced. Original error: Could not transfer artifact 
com.caringo.client:CAStorSDK:pom:1.3.1-CS40 from/to central 
(http://repo.maven.apache.org/maven2): null to 
http://repo.maven.apache.org/maven2/com/caringo/client/CAStorSDK/1.3.1-CS40/CAStorSDK-1.3.1-CS40.pom

Is anyone else seeing this issue?

I hazard a guess the dependencies are there as it will compile. I'm very 
confused.




.

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread Alex Hitchins
No worries.

Glad to be of some help!


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: chris snow [mailto:chsnow...@gmail.com]
Sent: 29 March 2014 18:07
To: dev@cloudstack.apache.org
Subject: Re: how to detect when deployDataCenter.py has finished provisioning?

Thanks looks promising Alex - thank you!

On Sat, Mar 29, 2014 at 5:38 PM, Alex Hitchins  
wrote:
> Chris,
>
> Just did a quick search, is this what you are looking for?
>
> http://cloudstack.apache.org/docs/api/apidocs-4.0.0/user/queryAsyncJob
> Result.html
>
>
>
> Regards
>
> Alex Hitchins
>
> D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969
>
> alex.hitch...@shapeblue.com
>
> -Original Message-
> From: chris snow [mailto:chsnow...@gmail.com]
> Sent: 29 March 2014 17:18
> To: dev@cloudstack.apache.org
> Subject: how to detect when deployDataCenter.py has finished provisioning?
>
> I am using the following script to setup my development environment:
>
> python
> /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
> -i /home/vagrant/devcloud.cfg
>
> This script seems to run asynchronously; tasks get performed after the script 
> has successfully returned.
>
> Is there a way that I can detect when the provisioning operations have 
> finished, either successfully or unsuccessfully?
>
> Preferably, I would like to detect completion using a script, so a manually 
> checking such as logging in to the UI and checking somewhere will not work 
> for me.
>
> Many thanks,
>
> Chris
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1
> training
> 18th-19th February 2014, Brazil.
> Classroom
> 17th-23rd March 2014, Region A. Instructor led,
> On-line
> 24th-28th March 2014, Region B. Instructor led,
> On-line
> 16th-20th June 2014, Region A. Instructor led,
> On-line
> 23rd-27th June 2014, Region B. Instructor led,
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.



--
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


[QUESTION] VMware ServerResource

2014-03-29 Thread Mike Tutkowski
Hi,

Quick question:

For VMware, since we have vCenter Server in the mix as opposed to just
ESX(i) hosts, I was wondering how that works out with our related
ServerResources.

For example, if you have a cluster with three ESX hosts, does that equate
to three ServerResources running on the management server?

Assuming that leads to three ServerResources in that situation, if you have
multiple management servers for your cloud, do all three of these
ServerResources have to be managed by a single management server (because
their resources are in the same cluster)?

Thanks!

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud
*(tm)*


RE: Test Issues & Eclipse Errors

2014-03-29 Thread Alex Hitchins
All,

I've been reading this SO post that seems to shed some light on the issue[0].

If this is the along the right lines, what is the best resolution to the issue?


[0] : 
http://stackoverflow.com/questions/8706017/maven-dependency-plugin-goals-copy-dependencies-unpack-is-not-supported-b


Regards

Alex Hitchins

D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969

alex.hitch...@shapeblue.com

-Original Message-
From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com]
Sent: 29 March 2014 18:23
To: dev@cloudstack.apache.org
Cc: Paul Angus
Subject: Test Issues & Eclipse Errors

All,

I seem to be able to compile everything on 4.3 branch if I add the 
-DskipTests=true argument. When I omit this, it fails on the tests. Also, I get 
lots of errors in eclipse (what's new regular readers will say) such as these:

ArtifactDescriptorException: Failed to read artifact descriptor for 
com.caringo.client:CAStorSDK:jar:1.3.1-CS40: ArtifactResolutionException: 
Failure to transfer com.caringo.client:CAStorSDK:pom:1.3.1-CS40 from 
http://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced. Original error: Could not transfer artifact 
com.caringo.client:CAStorSDK:pom:1.3.1-CS40 from/to central 
(http://repo.maven.apache.org/maven2): null to 
http://repo.maven.apache.org/maven2/com/caringo/client/CAStorSDK/1.3.1-CS40/CAStorSDK-1.3.1-CS40.pom

Is anyone else seeing this issue?

I hazard a guess the dependencies are there as it will compile. I'm very 
confused.




.

Need Enterprise Grade Support for Apache CloudStack?
Our CloudStack Infrastructure 
Support offers the 
best 24/7 SLA for CloudStack Environments.

Apache CloudStack Bootcamp training courses

**NEW!** CloudStack 4.2.1 training
18th-19th February 2014, Brazil. 
Classroom
17th-23rd March 2014, Region A. Instructor led, 
On-line
24th-28th March 2014, Region B. Instructor led, 
On-line
16th-20th June 2014, Region A. Instructor led, 
On-line
23rd-27th June 2014, Region B. Instructor led, 
On-line

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread Santhosh Edukulla
Though the call is asynchronous from CS, deployDataCenter( or marvinRequest 
from apiclient )  does verifies the  job status as either completed or failed 
etc, if the command is async, in a way runs synchronously from script point of 
view. 

Which task you see is running asynchronously from deployDataCenter point of 
view?

Santhosh

From: chris snow [chsnow...@gmail.com]
Sent: Saturday, March 29, 2014 2:06 PM
To: dev@cloudstack.apache.org
Subject: Re: how to detect when deployDataCenter.py has finished provisioning?

Thanks looks promising Alex - thank you!

On Sat, Mar 29, 2014 at 5:38 PM, Alex Hitchins
 wrote:
> Chris,
>
> Just did a quick search, is this what you are looking for?
>
> http://cloudstack.apache.org/docs/api/apidocs-4.0.0/user/queryAsyncJobResult.html
>
>
>
> Regards
>
> Alex Hitchins
>
> D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969
>
> alex.hitch...@shapeblue.com
>
> -Original Message-
> From: chris snow [mailto:chsnow...@gmail.com]
> Sent: 29 March 2014 17:18
> To: dev@cloudstack.apache.org
> Subject: how to detect when deployDataCenter.py has finished provisioning?
>
> I am using the following script to setup my development environment:
>
> python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
> -i /home/vagrant/devcloud.cfg
>
> This script seems to run asynchronously; tasks get performed after the script 
> has successfully returned.
>
> Is there a way that I can detect when the provisioning operations have 
> finished, either successfully or unsuccessfully?
>
> Preferably, I would like to detect completion using a script, so a manually 
> checking such as logging in to the UI and checking somewhere will not work 
> for me.
>
> Many thanks,
>
> Chris
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1 training
> 18th-19th February 2014, Brazil. 
> Classroom
> 17th-23rd March 2014, Region A. Instructor led, 
> On-line
> 24th-28th March 2014, Region B. Instructor led, 
> On-line
> 16th-20th June 2014, Region A. Instructor led, 
> On-line
> 23rd-27th June 2014, Region B. Instructor led, 
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.



--
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69


Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-29 Thread chris snow
Hi Santhosh,  downloading the templates seem to be the last thing to
finish, and that doesn't complete until quite some time after the
deployDataCenter command has finished.

On Sat, Mar 29, 2014 at 7:56 PM, Santhosh Edukulla
 wrote:
> Though the call is asynchronous from CS, deployDataCenter( or marvinRequest 
> from apiclient )  does verifies the  job status as either completed or failed 
> etc, if the command is async, in a way runs synchronously from script point 
> of view.
>
> Which task you see is running asynchronously from deployDataCenter point of 
> view?
>
> Santhosh
> 
> From: chris snow [chsnow...@gmail.com]
> Sent: Saturday, March 29, 2014 2:06 PM
> To: dev@cloudstack.apache.org
> Subject: Re: how to detect when deployDataCenter.py has finished provisioning?
>
> Thanks looks promising Alex - thank you!
>
> On Sat, Mar 29, 2014 at 5:38 PM, Alex Hitchins
>  wrote:
>> Chris,
>>
>> Just did a quick search, is this what you are looking for?
>>
>> http://cloudstack.apache.org/docs/api/apidocs-4.0.0/user/queryAsyncJobResult.html
>>
>>
>>
>> Regards
>>
>> Alex Hitchins
>>
>> D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969
>>
>> alex.hitch...@shapeblue.com
>>
>> -Original Message-
>> From: chris snow [mailto:chsnow...@gmail.com]
>> Sent: 29 March 2014 17:18
>> To: dev@cloudstack.apache.org
>> Subject: how to detect when deployDataCenter.py has finished provisioning?
>>
>> I am using the following script to setup my development environment:
>>
>> python /home/vagrant/cloudstack/tools/marvin/marvin/deployDataCenter.py
>> -i /home/vagrant/devcloud.cfg
>>
>> This script seems to run asynchronously; tasks get performed after the 
>> script has successfully returned.
>>
>> Is there a way that I can detect when the provisioning operations have 
>> finished, either successfully or unsuccessfully?
>>
>> Preferably, I would like to detect completion using a script, so a manually 
>> checking such as logging in to the UI and checking somewhere will not work 
>> for me.
>>
>> Many thanks,
>>
>> Chris
>> Need Enterprise Grade Support for Apache CloudStack?
>> Our CloudStack Infrastructure 
>> Support offers the 
>> best 24/7 SLA for CloudStack Environments.
>>
>> Apache CloudStack Bootcamp training courses
>>
>> **NEW!** CloudStack 4.2.1 training
>> 18th-19th February 2014, Brazil. 
>> Classroom
>> 17th-23rd March 2014, Region A. Instructor led, 
>> On-line
>> 24th-28th March 2014, Region B. Instructor led, 
>> On-line
>> 16th-20th June 2014, Region A. Instructor led, 
>> On-line
>> 23rd-27th June 2014, Region B. Instructor led, 
>> On-line
>>
>> This email and any attachments to it may be confidential and are intended 
>> solely for the use of the individual to whom it is addressed. Any views or 
>> opinions expressed are solely those of the author and do not necessarily 
>> represent those of Shape Blue Ltd or related companies. If you are not the 
>> intended recipient of this email, you must neither take any action based 
>> upon its contents, nor copy or show it to anyone. Please contact the sender 
>> if you believe you have received this email in error. Shape Blue Ltd is a 
>> company incorporated in England & Wales. ShapeBlue Services India LLP is a 
>> company incorporated in India and is operated under license from Shape Blue 
>> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil 
>> and is operated under license from Shape Blue Ltd. ShapeBlue is a registered 
>> trademark.
>
>
>
> --
> Check out my professional profile and connect with me on LinkedIn.
> http://lnkd.in/cw5k69



-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69


Re: Anyone else see these errors in Eclipse?

2014-03-29 Thread Mike Tutkowski
Hi Alena,

I still see errors with "display" in StorageAllocatorTest and
VmSnapshotDaoTest in 4.4.

Just wondering if this was expected as perhaps you haven't had a chance to
address them yet.

Thanks!


On Mon, Mar 17, 2014 at 10:58 AM, Alena Prokharchyk <
alena.prokharc...@citrix.com> wrote:

> That¹s due to my changes, I will fix StorageAllocatorTest class.
>
> I haven¹t caught it because  "mvn clean install -P developer,systemvm²
> wasn¹t failing. Looks like this test is not a part of unit test suite run
> by maven?
>
>
> Thanks,
> Alena.
>
> On 3/15/14, 8:17 AM, "Laszlo Hornyak"  wrote:
>
> >The commiter may not have realized that this profile must be activated to
> >compile the module, also there are no jenkins builds configured to compile
> >this module and this is broken for about a month. No one noticed until
> >Mike
> >told about it. Maybe the build-master-noredist could be a good
> >candidate...
> >
> >
> >On Sat, Mar 15, 2014 at 3:51 PM, Daan Hoogland
> >wrote:
> >
> >> someone hastily checked in some code without running unit tests!
> >> Unforgivable, especially if it was a refactoring. I am kind of lenient
> >> on quick bug fixes so i say this with some restraint. (excuse my
> >> Dutch)
> >>
> >> Do we have a merge conflict between two features or refactorings here?
> >>
> >> On Sat, Mar 15, 2014 at 3:37 PM, Laszlo Hornyak
> >>  wrote:
> >> > No, it is really broken, 'display' should be replaced with a boolean
> >> > expression. I believe it was something left behind after a
> >>refactoring.
> >> >
> >> >
> >> > On Sat, Mar 15, 2014 at 3:17 PM, Daan Hoogland
> >> >> >wrote:
> >> >
> >> >> so, is eclipse wrong?
> >> >>
> >> >> On Sat, Mar 15, 2014 at 11:02 AM, Laszlo Hornyak
> >> >>  wrote:
> >> >> > you are not alone :)
> >> >> >
> >> >> >
> >> >> > On Sat, Mar 15, 2014 at 7:38 AM, Mike Tutkowski <
> >> >> > mike.tutkow...@solidfire.com> wrote:
> >> >> >
> >> >> >> "display cannot be resolved to a variable"
> >> >> >>
> >> >> >> http://i.imgur.com/Jz2swFS.png
> >> >> >>
> >> >> >> --
> >> >> >> *Mike Tutkowski*
> >> >> >> *Senior CloudStack Developer, SolidFire Inc.*
> >> >> >> e: mike.tutkow...@solidfire.com
> >> >> >> o: 303.746.7302
> >> >> >> Advancing the way the world uses the
> >> >> >> cloud
> >> >> >> *(tm)*
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> >
> >> >> > EOF
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Daan
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > EOF
> >>
> >>
> >>
> >> --
> >> Daan
> >>
> >
> >
> >
> >--
> >
> >EOF
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud
*(tm)*


Jenkins build is back to normal : build-master-slowbuild #476

2014-03-29 Thread jenkins
See 



Re: Guidelines for new or changed APIs?

2014-03-29 Thread Daan Hoogland
Your example would not be backward incompatible. Basically: add only
optional parameters, dont remove parameters optional or required.

On Sat, Mar 29, 2014 at 4:29 PM, Demetrius Tsitrelis
 wrote:
> Does that include the request and response?  For example, it would be useful 
> to know why a login failed.  Thus I envisioned an (optional) element in the 
> response which would contain that information.
>
> Sent from my Windows Phone
> 
> From: Alex Hitchins
> Sent: 3/29/2014 8:15 AM
> To: dev@cloudstack.apache.org
> Subject: RE: Guidelines for new or changed APIs?
>
> I don't know of any documentation, however we must ensure backwards 
> compatibility, so that rather rules out changing existing api method 
> signatures (adding/removing parameters).
>
>
>
> Regards
>
> Alex Hitchins
>
> D: +44 1892 523 587 | S: +44 2036 030 540 | M: +44 7788 423 969
>
> alex.hitch...@shapeblue.com
>
> -Original Message-
> From: Demetrius Tsitrelis [mailto:demetrius.tsitre...@citrix.com]
> Sent: 29 March 2014 15:06
> To: dev@cloudstack.apache.org
> Subject: Guidelines for new or changed APIs?
>
> I'd like to propose a few changes.  Some adding a parameter to an existing 
> API and some adding a new API altogether.  Is there a document describing ASF 
> or ACS policies for doing so?
>
> Sent from my Windows Phone
> Need Enterprise Grade Support for Apache CloudStack?
> Our CloudStack Infrastructure 
> Support offers the 
> best 24/7 SLA for CloudStack Environments.
>
> Apache CloudStack Bootcamp training courses
>
> **NEW!** CloudStack 4.2.1 training
> 18th-19th February 2014, Brazil. 
> Classroom
> 17th-23rd March 2014, Region A. Instructor led, 
> On-line
> 24th-28th March 2014, Region B. Instructor led, 
> On-line
> 16th-20th June 2014, Region A. Instructor led, 
> On-line
> 23rd-27th June 2014, Region B. Instructor led, 
> On-line
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue is a registered 
> trademark.



-- 
Daan


RE: [QUESTION] VMware ServerResource

2014-03-29 Thread Sateesh Chodapuneedi


Regards,
Sateesh

> -Original Message-
> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> Sent: 30 March 2014 00:06
> To: dev@cloudstack.apache.org
> Subject: [QUESTION] VMware ServerResource
> 
> Hi,
> 
> Quick question:
> 
> For VMware, since we have vCenter Server in the mix as opposed to just
> ESX(i) hosts, I was wondering how that works out with our related 
> ServerResources.
> 
> For example, if you have a cluster with three ESX hosts, does that equate to 
> three ServerResources running on the management server?
Yes, each host is tracked by a server resource. CloudStack retrieves owning 
cluster/datacenter as required from vCenter and performs required operations.

> 
> Assuming that leads to three ServerResources in that situation, if you have 
> multiple management servers for your cloud, do all three of
> these ServerResources have to be managed by a single management server 
> (because their resources are in the same cluster)?
I think it is not required to be managed by a single management server.

> 
> Thanks!
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud
> *(tm)*


RE: [QUESTION] VMware ServerResource

2014-03-29 Thread Sateesh Chodapuneedi
> -Original Message-
> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> Sent: 30 March 2014 00:06
> To: dev@cloudstack.apache.org
> Subject: [QUESTION] VMware ServerResource
> 
> Hi,
> 
> Quick question:
> 
> For VMware, since we have vCenter Server in the mix as opposed to just
> ESX(i) hosts, I was wondering how that works out with our related 
> ServerResources.
> 
> For example, if you have a cluster with three ESX hosts, does that equate to 
> three ServerResources running on the management server?
Yes, each host is tracked by a server resource. CloudStack retrieves owning 
cluster/datacenter as required from vCenter and performs required operations.

> 
> Assuming that leads to three ServerResources in that situation, if you have 
> multiple management servers for your cloud, do all three of
> these ServerResources have to be managed by a single management server 
> (because their resources are in the same cluster)?
I think it is not required to be managed by a single management server.

> 
> Thanks!
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud
> *(tm)*


Re: [QUESTION] VMware ServerResource

2014-03-29 Thread Mike Tutkowski
Thanks!


On Sat, Mar 29, 2014 at 8:31 PM, Sateesh Chodapuneedi <
sateesh.chodapune...@citrix.com> wrote:

> > -Original Message-
> > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> > Sent: 30 March 2014 00:06
> > To: dev@cloudstack.apache.org
> > Subject: [QUESTION] VMware ServerResource
> >
> > Hi,
> >
> > Quick question:
> >
> > For VMware, since we have vCenter Server in the mix as opposed to just
> > ESX(i) hosts, I was wondering how that works out with our related
> ServerResources.
> >
> > For example, if you have a cluster with three ESX hosts, does that
> equate to three ServerResources running on the management server?
> Yes, each host is tracked by a server resource. CloudStack retrieves
> owning cluster/datacenter as required from vCenter and performs required
> operations.
>
> >
> > Assuming that leads to three ServerResources in that situation, if you
> have multiple management servers for your cloud, do all three of
> > these ServerResources have to be managed by a single management server
> (because their resources are in the same cluster)?
> I think it is not required to be managed by a single management server.
>
> >
> > Thanks!
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud
> > *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud
*(tm)*