[GitHub] cloudstack pull request: CLOUDSTACK-9211: Support passing vRAM siz...

2016-03-26 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1310#issuecomment-201959648
  
### ACS CI BVT Run
 **Sumarry:**
 Build Number 133
 Hypervisor xenserver
 NetworkType Advanced
 Passed=104
 Failed=1
 Skipped=4

_Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0


**Failed tests:**
* integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot

 * test_01_reset_vm_on_reboot Failed


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_deploy_vgpu_enabled_vm
test_06_copy_template
test_06_copy_iso

**Passed test suits:**
integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData

integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
integration.smoke.test_over_provisioning.TestUpdateOverProvision
integration.smoke.test_global_settings.TestUpdateConfigWithScope
integration.smoke.test_guest_vlan_range.TestDedicateGuestVlanRange
integration.smoke.test_scale_vm.TestScaleVm
integration.smoke.test_service_offerings.TestCreateServiceOffering
integration.smoke.test_loadbalance.TestLoadBalance
integration.smoke.test_routers.TestRouterServices
integration.smoke.test_snapshots.TestSnapshotRootDisk

integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
integration.smoke.test_network.TestDeleteAccount
integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
integration.smoke.test_multipleips_per_nic.TestDeployVM
integration.smoke.test_regions.TestRegions
integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
integration.smoke.test_network_acl.TestNetworkACL
integration.smoke.test_pvlan.TestPVLAN
integration.smoke.test_ssvm.TestSSVMs
integration.smoke.test_nic.TestNic
integration.smoke.test_deploy_vm_root_resize.TestDeployVM
integration.smoke.test_resource_detail.TestResourceDetail
integration.smoke.test_secondary_storage.TestSecStorageServices
integration.smoke.test_vm_life_cycle.TestDeployVM
integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Travis build and tests

2016-03-26 Thread Sebastien Goasguen
Rohit,

Thank you, thank you so very very much for this !

-Sebastien

> On 26 Mar 2016, at 17:49, Rohit Yadav  wrote:
> 
> While Travis builds are based on ACS-simulator and a green Travis build does 
> not represent that PR is “good enough”, it gives us a way to fail fast while 
> performing basic checks such as maven build checks, checkstyle checks, unit 
> tests, and a basic integration test against simulator against mysql.
> 
> Since last couple of months, our Travis build has been unreliable. Even 
> though it may be green, the result parsing scripts had an issue which caused 
> unreliable. I just want to share that I’ve fixed them in this PR along with 
> changes from security hackathon (from Daan et al) and requesting here for 
> reviewing it and merging it soon:
> https://github.com/apache/cloudstack/pull/1397
> 
> Travis Changes:
> - Travis machine image changed to trusty (Ubuntu 14.04), it would now now 
> build PRs on GCE VMs instead of previous precise based environment. It 
> guarantees a clean environment (separate VMs on every run) with 2Cores and 
> upto 7.5GB RAM
> - Uses local pip/python, by avoiding sudo usage and maybe in future use 
> Travis’s container based testing service that offers few other feature such 
> as caching, parallel executions etc
> - Fixes marvin test result parser, that now brings in a “Time” column which 
> can be used to optimize tests
> - Optimizations around tests and JVM memory to run these tests under an hour
> 
> For example, you may see this Travis run jobs and see the improved build 
> output and result parsing:
> https://travis-ci.org/apache/cloudstack/builds/118692017
> 
> On local machine I was able to run all smoke tests and some component tests 
> against a simulator based marvin cfg, one can simply provide a kvm/xen/vmware 
> based marvin cfg and use required_hardware=true to run tests against real 
> hardware:
> https://gist.github.com/bhaisaab/e970264da5005c76c611
> 
> Regards.
> 
> 
> Regards,
> 
> Rohit Yadav
> 
> rohit.ya...@shapeblue.com 
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue


[GitHub] cloudstack pull request: maven: Upgrade dependency versions

2016-03-26 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/1397#issuecomment-201892908
  
@bvbharat np, looking forward to improvements


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Travis build and tests

2016-03-26 Thread Rohit Yadav
While Travis builds are based on ACS-simulator and a green Travis build does 
not represent that PR is “good enough”, it gives us a way to fail fast while 
performing basic checks such as maven build checks, checkstyle checks, unit 
tests, and a basic integration test against simulator against mysql.

Since last couple of months, our Travis build has been unreliable. Even though 
it may be green, the result parsing scripts had an issue which caused 
unreliable. I just want to share that I’ve fixed them in this PR along with 
changes from security hackathon (from Daan et al) and requesting here for 
reviewing it and merging it soon:
https://github.com/apache/cloudstack/pull/1397

Travis Changes:
- Travis machine image changed to trusty (Ubuntu 14.04), it would now now build 
PRs on GCE VMs instead of previous precise based environment. It guarantees a 
clean environment (separate VMs on every run) with 2Cores and upto 7.5GB RAM
- Uses local pip/python, by avoiding sudo usage and maybe in future use 
Travis’s container based testing service that offers few other feature such as 
caching, parallel executions etc
- Fixes marvin test result parser, that now brings in a “Time” column which can 
be used to optimize tests
- Optimizations around tests and JVM memory to run these tests under an hour

For example, you may see this Travis run jobs and see the improved build output 
and result parsing:
https://travis-ci.org/apache/cloudstack/builds/118692017

On local machine I was able to run all smoke tests and some component tests 
against a simulator based marvin cfg, one can simply provide a kvm/xen/vmware 
based marvin cfg and use required_hardware=true to run tests against real 
hardware:
https://gist.github.com/bhaisaab/e970264da5005c76c611

Regards.


Regards,

Rohit Yadav

rohit.ya...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue


Re: Migrating CloudStack content from download.cloud.com

2016-03-26 Thread Erik Weber
One of the issues as far as I know is that as Apache CloudStack we have to
be strict with what we distribute. Meaning, we won't be able to push
noredist stuff, which is a pity.

Erik

Den lørdag 26. mars 2016 skrev Ian Rae  følgende:

> Does Apache provide such hosting services? It seems that the Apache
> infrastructure is very restrictive, perhaps we should ask whether they can
> provide reliable hosting for templates and other downloads.
>
> If Apache is ruled out as an option I recommend we have the community
> contribute the hosting (happy to volunteer) but the URL should be a
> community URL and not specific to a commercial vendor. It should probably
> be mirrored geographically as well.
>
> Ian
>
> On Saturday, 26 March 2016, Ian Duffy >
> wrote:
>
> > I could be completely wrong here, but wasn't there some specific closed
> > source citrix magic added to the templates at downloads.cloud.com that
> was
> > Cloud Platform specific?
> >
> > Ideally, this stuff should be hosted on an Apache Cloudstack
> > infrastructure or atleast the main community source (
> > cloudstack.apt-get.eu, shapeblue repo, etc.).
> >
> > On 25 March 2016 at 15:00, Sebastien Goasguen  
> > > wrote:
> >
> > >
> > > > On Mar 25, 2016, at 10:24 AM, Raja Pullela <
> > raja.pull...@accelerite.com  >
> > > wrote:
> > > >
> > > > @Sebastien,  thanks for the feedback.  please note that the goal of
> > this
> > > exercise was not to impact any users during this migration and hence
> the
> > > efforts to place the content at a location where we could move it to.
> > > Since Wido is ok with hosting the content on 'cloudstack.apt-get.eu',
> it
> > > is even better.  I will work with Wido on the next steps.
> > > >
> > >
> > > Ok cool.
> > >
> > > We had other threads about avoiding company specific URL in docs. So
> > let’s
> > > definitely avoid that.
> > >
> > >
> > > > @Ilya,  'cloud.com' is not getting transferred.
> > > >
> > > > Best,
> > > > Raja
> > > > Senior Manager, Product Development
> > > > Accelerite,
> > > > www.accelerite.com
> > > >
> > > > -Original Message-
> > > > From: Sebastien Goasguen [mailto:run...@gmail.com 
> ]
> > > > Sent: Friday, March 25, 2016 1:57 PM
> > > > To: dev@cloudstack.apache.org  
> > > > Subject: Re: Migrating CloudStack content from download.cloud.com
> > > >
> > > 
> > >  Citrix has been hosting   "download.cloud.com"  for  quite  some
> > > time  now
> > >  and  it holds  the  System Templates for all the releases and
> some
> > > tools.
> > >  Going forward,  this  content  needs  to  be  moved  from
> > >  "download.cloud.com".So, we will be moving  this content  to
> > >  "cloudstack.accelerite.com".I  will also be  updating  the
> > > links in the
> > >  documentation  to reflect
> > > >
> > > > Raja, I am going to give this a strong -1
> > > >
> > > > We talked about these sorts of things before and it is not
> appropriate.
> > > >
> > > >
> > > >
> > >  these  changes and will provide an update  once the  content  move
> > >  is complete.
> > > 
> > >  @Wido, if you could also copy this content to
> > >  "cloudstack.apt-get.eu"  that will be great.  I can provide you
> the
> > > details in a separate email.
> > > >>>
> > > >>> Super! If you have a rsync source I will set it up.
> > > >>>
> > > >
> > > > @Wido, I think we need to host the sysVM on apt-get.eu and let that
> be
> > > the primary source and links in the docs.
> > > >
> > > >
> > > >>> Wido
> > > >>>
> > > 
> > >  Best,
> > >  Raja
> > >  Senior Manager, Product Development, Accelerite,
> > >  www.accelerite.com
> > > 
> > > 
> > > 
> > > 
> > >  DISCLAIMER
> > >  ==
> > >  This e-mail may contain privileged and confidential information
> > >  which is the property of Accelerite, a Persistent Systems
> business.
> > >  It is intended only for the use of the individual or entity to
> which
> > >  it is addressed. If you are not the intended recipient, you are
> not
> > >  authorized to read, retain, copy, print, distribute or use this
> > >  message. If you have received this communication in error, please
> > > notify the sender and delete all copies of this message.
> > >  Accelerite, a Persistent Systems business does not accept any
> > >  liability for virus infected mails.
> > > >
> > > >
> > > >
> > > >
> > > > DISCLAIMER
> > > > ==
> > > > This e-mail may contain privileged and confidential information which
> > is
> > > the property of Accelerite, a Persistent Systems business. It is
> intended
> > > only for the use of the individual or entity to which it is addressed.
> If
> > > you are not the intended recipient, you are not authorized to read,
> > 

Re: Migrating CloudStack content from download.cloud.com

2016-03-26 Thread Ian Rae
Does Apache provide such hosting services? It seems that the Apache
infrastructure is very restrictive, perhaps we should ask whether they can
provide reliable hosting for templates and other downloads.

If Apache is ruled out as an option I recommend we have the community
contribute the hosting (happy to volunteer) but the URL should be a
community URL and not specific to a commercial vendor. It should probably
be mirrored geographically as well.

Ian

On Saturday, 26 March 2016, Ian Duffy  wrote:

> I could be completely wrong here, but wasn't there some specific closed
> source citrix magic added to the templates at downloads.cloud.com that was
> Cloud Platform specific?
>
> Ideally, this stuff should be hosted on an Apache Cloudstack
> infrastructure or atleast the main community source (
> cloudstack.apt-get.eu, shapeblue repo, etc.).
>
> On 25 March 2016 at 15:00, Sebastien Goasguen  > wrote:
>
> >
> > > On Mar 25, 2016, at 10:24 AM, Raja Pullela <
> raja.pull...@accelerite.com >
> > wrote:
> > >
> > > @Sebastien,  thanks for the feedback.  please note that the goal of
> this
> > exercise was not to impact any users during this migration and hence the
> > efforts to place the content at a location where we could move it to.
> > Since Wido is ok with hosting the content on 'cloudstack.apt-get.eu', it
> > is even better.  I will work with Wido on the next steps.
> > >
> >
> > Ok cool.
> >
> > We had other threads about avoiding company specific URL in docs. So
> let’s
> > definitely avoid that.
> >
> >
> > > @Ilya,  'cloud.com' is not getting transferred.
> > >
> > > Best,
> > > Raja
> > > Senior Manager, Product Development
> > > Accelerite,
> > > www.accelerite.com
> > >
> > > -Original Message-
> > > From: Sebastien Goasguen [mailto:run...@gmail.com ]
> > > Sent: Friday, March 25, 2016 1:57 PM
> > > To: dev@cloudstack.apache.org 
> > > Subject: Re: Migrating CloudStack content from download.cloud.com
> > >
> > 
> >  Citrix has been hosting   "download.cloud.com"  for  quite  some
> > time  now
> >  and  it holds  the  System Templates for all the releases and  some
> > tools.
> >  Going forward,  this  content  needs  to  be  moved  from
> >  "download.cloud.com".So, we will be moving  this content  to
> >  "cloudstack.accelerite.com".I  will also be  updating  the
> > links in the
> >  documentation  to reflect
> > >
> > > Raja, I am going to give this a strong -1
> > >
> > > We talked about these sorts of things before and it is not appropriate.
> > >
> > >
> > >
> >  these  changes and will provide an update  once the  content  move
> >  is complete.
> > 
> >  @Wido, if you could also copy this content to
> >  "cloudstack.apt-get.eu"  that will be great.  I can provide you the
> > details in a separate email.
> > >>>
> > >>> Super! If you have a rsync source I will set it up.
> > >>>
> > >
> > > @Wido, I think we need to host the sysVM on apt-get.eu and let that be
> > the primary source and links in the docs.
> > >
> > >
> > >>> Wido
> > >>>
> > 
> >  Best,
> >  Raja
> >  Senior Manager, Product Development, Accelerite,
> >  www.accelerite.com
> > 
> > 
> > 
> > 
> >  DISCLAIMER
> >  ==
> >  This e-mail may contain privileged and confidential information
> >  which is the property of Accelerite, a Persistent Systems business.
> >  It is intended only for the use of the individual or entity to which
> >  it is addressed. If you are not the intended recipient, you are not
> >  authorized to read, retain, copy, print, distribute or use this
> >  message. If you have received this communication in error, please
> > notify the sender and delete all copies of this message.
> >  Accelerite, a Persistent Systems business does not accept any
> >  liability for virus infected mails.
> > >
> > >
> > >
> > >
> > > DISCLAIMER
> > > ==
> > > This e-mail may contain privileged and confidential information which
> is
> > the property of Accelerite, a Persistent Systems business. It is intended
> > only for the use of the individual or entity to which it is addressed. If
> > you are not the intended recipient, you are not authorized to read,
> retain,
> > copy, print, distribute or use this message. If you have received this
> > communication in error, please notify the sender and delete all copies of
> > this message. Accelerite, a Persistent Systems business does not accept
> any
> > liability for virus infected mails.
> >
> >
>


-- 
Ian Rae
CEO | PDG
c: 514.944.4008

CloudOps | Cloud Infrastructure and Networking Solutions
www.cloudops.com | 420 rue Guy | Montreal | Canada | H3J 1S6


Re: Migrating CloudStack content from download.cloud.com

2016-03-26 Thread Ian Duffy
I could be completely wrong here, but wasn't there some specific closed
source citrix magic added to the templates at downloads.cloud.com that was
Cloud Platform specific?

Ideally, this stuff should be hosted on an Apache Cloudstack
infrastructure or atleast the main community source (
cloudstack.apt-get.eu, shapeblue repo, etc.).

On 25 March 2016 at 15:00, Sebastien Goasguen  wrote:

>
> > On Mar 25, 2016, at 10:24 AM, Raja Pullela 
> wrote:
> >
> > @Sebastien,  thanks for the feedback.  please note that the goal of this
> exercise was not to impact any users during this migration and hence the
> efforts to place the content at a location where we could move it to.
> Since Wido is ok with hosting the content on 'cloudstack.apt-get.eu', it
> is even better.  I will work with Wido on the next steps.
> >
>
> Ok cool.
>
> We had other threads about avoiding company specific URL in docs. So let’s
> definitely avoid that.
>
>
> > @Ilya,  'cloud.com' is not getting transferred.
> >
> > Best,
> > Raja
> > Senior Manager, Product Development
> > Accelerite,
> > www.accelerite.com
> >
> > -Original Message-
> > From: Sebastien Goasguen [mailto:run...@gmail.com]
> > Sent: Friday, March 25, 2016 1:57 PM
> > To: dev@cloudstack.apache.org
> > Subject: Re: Migrating CloudStack content from download.cloud.com
> >
> 
>  Citrix has been hosting   "download.cloud.com"  for  quite  some
> time  now
>  and  it holds  the  System Templates for all the releases and  some
> tools.
>  Going forward,  this  content  needs  to  be  moved  from
>  "download.cloud.com".So, we will be moving  this content  to
>  "cloudstack.accelerite.com".I  will also be  updating  the
> links in the
>  documentation  to reflect
> >
> > Raja, I am going to give this a strong -1
> >
> > We talked about these sorts of things before and it is not appropriate.
> >
> >
> >
>  these  changes and will provide an update  once the  content  move
>  is complete.
> 
>  @Wido, if you could also copy this content to
>  "cloudstack.apt-get.eu"  that will be great.  I can provide you the
> details in a separate email.
> >>>
> >>> Super! If you have a rsync source I will set it up.
> >>>
> >
> > @Wido, I think we need to host the sysVM on apt-get.eu and let that be
> the primary source and links in the docs.
> >
> >
> >>> Wido
> >>>
> 
>  Best,
>  Raja
>  Senior Manager, Product Development, Accelerite,
>  www.accelerite.com
> 
> 
> 
> 
>  DISCLAIMER
>  ==
>  This e-mail may contain privileged and confidential information
>  which is the property of Accelerite, a Persistent Systems business.
>  It is intended only for the use of the individual or entity to which
>  it is addressed. If you are not the intended recipient, you are not
>  authorized to read, retain, copy, print, distribute or use this
>  message. If you have received this communication in error, please
> notify the sender and delete all copies of this message.
>  Accelerite, a Persistent Systems business does not accept any
>  liability for virus infected mails.
> >
> >
> >
> >
> > DISCLAIMER
> > ==
> > This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>
>


[GitHub] cloudstack pull request: CLOUDSTACK-8847: ListServiceOfferings is ...

2016-03-26 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1321#issuecomment-201764810
  
_Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/yj3wnzbceo9uef2/AAB6u-Iap-xztdm6jHX9SjPja?dl=0

### ACS CI BVT Run
 **Sumarry:**
 Build Number 131
 Hypervisor xenserver
 NetworkType Advanced
 Passed=105
 Failed=1
 Skipped=4


**Failed tests:**
* integration.smoke.test_guest_vlan_range.TestDedicateGuestVlanRange

 * test_dedicateGuestVlanRange Failed


**Skipped tests:**
test_vm_nic_adapter_vmxnet3
test_deploy_vgpu_enabled_vm
test_06_copy_template
test_06_copy_iso

**Passed test suits:**
integration.smoke.test_deploy_vm_with_userdata.TestDeployVmWithUserData

integration.smoke.test_affinity_groups_projects.TestDeployVmWithAffinityGroup
integration.smoke.test_portable_publicip.TestPortablePublicIPAcquire
integration.smoke.test_over_provisioning.TestUpdateOverProvision
integration.smoke.test_global_settings.TestUpdateConfigWithScope
integration.smoke.test_scale_vm.TestScaleVm
integration.smoke.test_service_offerings.TestCreateServiceOffering
integration.smoke.test_loadbalance.TestLoadBalance
integration.smoke.test_routers.TestRouterServices
integration.smoke.test_reset_vm_on_reboot.TestResetVmOnReboot
integration.smoke.test_snapshots.TestSnapshotRootDisk

integration.smoke.test_deploy_vms_with_varied_deploymentplanners.TestDeployVmWithVariedPlanners
integration.smoke.test_network.TestDeleteAccount
integration.smoke.test_non_contigiousvlan.TestUpdatePhysicalNetwork
integration.smoke.test_deploy_vm_iso.TestDeployVMFromISO
integration.smoke.test_public_ip_range.TestDedicatePublicIPRange
integration.smoke.test_multipleips_per_nic.TestDeployVM
integration.smoke.test_regions.TestRegions
integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup
integration.smoke.test_network_acl.TestNetworkACL
integration.smoke.test_pvlan.TestPVLAN
integration.smoke.test_volumes.TestCreateVolume
integration.smoke.test_ssvm.TestSSVMs
integration.smoke.test_nic.TestNic
integration.smoke.test_deploy_vm_root_resize.TestDeployVM
integration.smoke.test_resource_detail.TestResourceDetail
integration.smoke.test_secondary_storage.TestSecStorageServices
integration.smoke.test_vm_life_cycle.TestDeployVM
integration.smoke.test_disk_offerings.TestCreateDiskOffering


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: maven: Upgrade dependency versions

2016-03-26 Thread bvbharatk
Github user bvbharatk commented on the pull request:

https://github.com/apache/cloudstack/pull/1397#issuecomment-201730345
  
@bhaisaab 

apologies for the late reply, I was busy working on some of the internal 
work and did not notice you comment. I am aware of some of these issues. Most 
of them are test data related,  I will fix them as soon as possible.
Thanks for your suggestions. 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---