Re: [PROPOSAL] Snapshot Improvements

2015-07-24 Thread Mike Tutkowski
Is there currently any mechanism in place to prevent users from trying to
take VM snapshots and volume snapshots at the same time? For example, is
there a check in place in the relevant APIs that throws an exception if you
try to get yourself in this situation?

On Fri, Jul 24, 2015 at 1:54 AM, Anshul Gangwar 
wrote:

> Rajani,
>
> Because there were observed issues which are leading to VM corruption if
> both type of snapshots are allowed to exist together.
> I will be fixing issues to make sure VM corruption do not happen.
>
> Regards,
> Anshul
>
> On 24-Jul-2015, at 12:36 pm, Rajani Karuturi  raj...@apache.org>> wrote:
>
> Hi Anshul,
> Do you know why volume and VM snapshots werent allowed to co-exists?
> What is being done to resolve them?
>
> ~Rajani
>
> On Thu, Jul 23, 2015 at 2:57 PM, Anshul Gangwar  >
> wrote:
>
> I am working on improving snapshots experience in CloudStack.
>
> FS is available at
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Snapshot+Improvements
> .
>
> Please review and provide comments/suggestions.
>
> Regards,
> Anshul
>
>
>
>


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


[GitHub] cloudstack pull request: CLOUDSTACK-8666: Put host in Alert state ...

2015-07-24 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/621#issuecomment-124584731
  
wasn't this needing (unit)-tests?


---
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: [Proposal] NCC (NetScaler ControlCenter) Integration With Auto Provision VPX in CloudStack

2015-07-24 Thread Rajesh Battala
Done Modifying the roadmap

-Original Message-
From: Sebastien Goasguen [mailto:run...@gmail.com] 
Sent: Friday, July 24, 2015 9:28 PM
To: dev@cloudstack.apache.org
Subject: Re: [Proposal] NCC (NetScaler ControlCenter) Integration With Auto 
Provision VPX in CloudStack

Add to the roadmap, make sure to add JIRA ticket and when feature is done use 
PR review.



> On Jul 24, 2015, at 1:33 PM, Rajesh Battala  wrote:
> 
> Hi All,
> 
> I would like to integrate NetScaler Control Center with "Auto Provision VPX" 
> facility in CloudStack.
> 
> What is NCC?
> NCC (Netscaler Control Center) is a Manager which controls all NS devices 
> life cycle and Service Configurations on the devices.
> It's an appliance, downloadable from [2] and free of cost
> 
> Benefits of using NCC:
> Capacity pooling across all NetScaler infrastructure. NetScaler Control 
> Center is designed to efficiently pool and manage capacity across all 
> NetScaler appliances including physical (MPX), virtual (VPX), and 
> multi-tenant (SDX) form factors
> 
> End-to-end automation across all NetScaler appliances. Using NetScaler 
> Control Center, the complexity of provisioning and deploying ADC functions on 
> a large pool of NetScaler appliances is completely hidden from both the cloud 
> provider and the cloud tenant
> 
> Guaranteed SLAs through service aware resource allocation. Cloud providers 
> need to guarantee performance and availability SLAs to different cloud 
> tenants. NetScaler Control Center provides granular control over ADC resource 
> allocation policies, giving the provider flexibility in creating 
> differentiated SLAs for cloud tenants based on their application's needs. A 
> simple and intuitive workflow to construct "service packages" for different 
> tenant tiers simplifies the SLA creation process. Service packages can be 
> defined with the following parameters and are customizable per tenant:
> 
>  *   Appliance type. The target appliance type on which a logical NetScaler 
> instance for the tenant is created.
>  *   Isolation type. Option to choose between fully dedicated instances and 
> shared instances.
>  *   Resource allocation. The amount of CPU, memory, and SSL capacity to be 
> allocated for each tenant's dedicated instance.
>  *   Software versions. The specific version of NetScaler firmware for each 
> tenant's dedicated instance-allows for version and upgrade independence 
> between tenants.
> 
> FS for this feature is at [1].
> 
> What is "Auto Provision VPX" in CloudStack?
> 
> NCC can manage the NS devices added by Admin. If NCC needs to allocate a new 
> VPX device to a guest network then NCC can request CloudStack to create a NS 
> VPX in CloudStack fleet and this VPX will be used by NCC to provide ADC 
> functionality in the guest network. How this works is explained in [1].
> 
> 
> 
> 
> 1.  
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/NCC+Integration+With+Auto+Provision+VPX+in+CloudStack
> 
> 2.  
> https://www.citrix.com/downloads/netscaler-adc/components/netscaler-control-center-105e.html
> 
> 
> 
> 
> Thanks
> Rajesh Battala



[GitHub] cloudstack pull request: Dockerfile

2015-07-24 Thread pdion891
Github user pdion891 commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/605#discussion_r35436991
  
--- Diff: tools/docker/Dockerfile.marvin ---
@@ -0,0 +1,37 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+# build for cloudstack_home_dir not this folder
+FROM python:2
+
+MAINTAINER "Apache CloudStack" 
+LABEL Vendor="Apache.org"
+LABEL License=ApacheV2
+LABEL Version=4.6.0
+
+ENV 
PKG_URL=http://jenkins.buildacloud.org/job/cloudstack-marvin-master/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz
+
+RUN pip install --allow-external mysql-connector-python 
mysql-connector-python
+RUN pip install ${PKG_URL}
+
+RUN mkdir -p /marvin
+COPY setup/dev /marvin/dev
+COPY tools/marvin/marvin /marvin/marvin
+COPY test/integration /marvin/integration
+
+WORKDIR /marvin
--- End diff --

yeah, that make more sense, I'll update it.

Thanks :-)


---
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: [Proposal] NCC (NetScaler ControlCenter) Integration With Auto Provision VPX in CloudStack

2015-07-24 Thread Sebastien Goasguen
Add to the roadmap, make sure to add JIRA ticket and when feature is done use 
PR review.



> On Jul 24, 2015, at 1:33 PM, Rajesh Battala  wrote:
> 
> Hi All,
> 
> I would like to integrate NetScaler Control Center with "Auto Provision VPX" 
> facility in CloudStack.
> 
> What is NCC?
> NCC (Netscaler Control Center) is a Manager which controls all NS devices 
> life cycle and Service Configurations on the devices.
> It's an appliance, downloadable from [2] and free of cost
> 
> Benefits of using NCC:
> Capacity pooling across all NetScaler infrastructure. NetScaler Control 
> Center is designed to efficiently pool and manage capacity across all 
> NetScaler appliances including physical (MPX), virtual (VPX), and 
> multi-tenant (SDX) form factors
> 
> End-to-end automation across all NetScaler appliances. Using NetScaler 
> Control Center, the complexity of provisioning and deploying ADC functions on 
> a large pool of NetScaler appliances is completely hidden from both the cloud 
> provider and the cloud tenant
> 
> Guaranteed SLAs through service aware resource allocation. Cloud providers 
> need to guarantee performance and availability SLAs to different cloud 
> tenants. NetScaler Control Center provides granular control over ADC resource 
> allocation policies, giving the provider flexibility in creating 
> differentiated SLAs for cloud tenants based on their application's needs. A 
> simple and intuitive workflow to construct "service packages" for different 
> tenant tiers simplifies the SLA creation process. Service packages can be 
> defined with the following parameters and are customizable per tenant:
> 
>  *   Appliance type. The target appliance type on which a logical NetScaler 
> instance for the tenant is created.
>  *   Isolation type. Option to choose between fully dedicated instances and 
> shared instances.
>  *   Resource allocation. The amount of CPU, memory, and SSL capacity to be 
> allocated for each tenant's dedicated instance.
>  *   Software versions. The specific version of NetScaler firmware for each 
> tenant's dedicated instance-allows for version and upgrade independence 
> between tenants.
> 
> FS for this feature is at [1].
> 
> What is "Auto Provision VPX" in CloudStack?
> 
> NCC can manage the NS devices added by Admin. If NCC needs to allocate a new 
> VPX device to a guest network then NCC can request CloudStack to create a NS 
> VPX in CloudStack fleet and this VPX will be used by NCC to provide ADC 
> functionality in the guest network. How this works is explained in [1].
> 
> 
> 
> 
> 1.  
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/NCC+Integration+With+Auto+Provision+VPX+in+CloudStack
> 
> 2.  
> https://www.citrix.com/downloads/netscaler-adc/components/netscaler-control-center-105e.html
> 
> 
> 
> 
> Thanks
> Rajesh Battala



[GitHub] cloudstack pull request: Dockerfile

2015-07-24 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack/pull/605#issuecomment-124565789
  
@DaanHoogland ( cc/ @pdion891 @wido ), this one is not Java so I am 
comfortable reviewing it. The bottom line is that I don't review the 33 commits 
I review the final state of the PR. So why keep the crap that led to it ? it 
moves two files, create a new one, edits a markdown. 

It's simple enough. I don't care if PL rewrites history of his own fork, I 
want clean history in our master. you might see this as necessary 
documentation, but I see it as unnecessary garbage that will pollute our 
source, I don't need a one commit that removes one comment in master.


---
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: Dockerfile

2015-07-24 Thread runseb
Github user runseb commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/605#discussion_r35435993
  
--- Diff: tools/docker/Dockerfile.marvin ---
@@ -0,0 +1,37 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+# build for cloudstack_home_dir not this folder
+FROM python:2
+
+MAINTAINER "Apache CloudStack" 
+LABEL Vendor="Apache.org"
+LABEL License=ApacheV2
+LABEL Version=4.6.0
+
+ENV 
PKG_URL=http://jenkins.buildacloud.org/job/cloudstack-marvin-master/lastSuccessfulBuild/artifact/tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz
+
+RUN pip install --allow-external mysql-connector-python 
mysql-connector-python
+RUN pip install ${PKG_URL}
+
+RUN mkdir -p /marvin
+COPY setup/dev /marvin/dev
+COPY tools/marvin/marvin /marvin/marvin
+COPY test/integration /marvin/integration
+
+WORKDIR /marvin
--- End diff --

so you want to get a shell into the container everytime ?

$ docker run -ti marvin
   34543534#

something like that ?
Because you will not use the same scripts everytime ?




---
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: [Proposal] Replacing Openswan ipsec with Strongswan ipsec

2015-07-24 Thread Sebastien Goasguen

> On Jul 24, 2015, at 2:10 PM, Jayapal Reddy Uradi 
>  wrote:
> 
> Hi All,
> 
> Openswan is not being actively maintained by community.
> Any security updates to the packages then it is difficult to upgrade.
> latest version of OS X clients are not working on openswan.
> 
> To address the above concerns I am proposing to move from openswan ipsec to 
> strongswan ipsec.
> 
> I will be sharing the FS for this feature soon.
> 

I see that you already put your name up on the Roadmap:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Roadmap

that’s great, make sure to update it once you post the FS and open the JIRA 
ticket.

thanks

> Thanks,
> Jayapal
> 
> 



RE: [Proposal] Replacing Openswan ipsec with Strongswan ipsec

2015-07-24 Thread Somesh Naidu
+1 agree

Regards,
Somesh


-Original Message-
From: John Kinsella [mailto:j...@stratosec.co] 
Sent: Friday, July 24, 2015 8:48 AM
To: dev@cloudstack.apache.org
Subject: Re: [Proposal] Replacing Openswan ipsec with Strongswan ipsec

+1. The config formats are sometimes a little different, but overall 
functionality is similar. This should be fairly transparent to the end user, as 
the configurations are (usually) generated by ACS.

John

> On Jul 24, 2015, at 3:10 PM, Jayapal Reddy Uradi 
>  wrote:
> 
> Hi All,
> 
> Openswan is not being actively maintained by community.
> Any security updates to the packages then it is difficult to upgrade.
> latest version of OS X clients are not working on openswan.
> 
> To address the above concerns I am proposing to move from openswan ipsec to 
> strongswan ipsec.
> 
> I will be sharing the FS for this feature soon.
> 
> Thanks,
> Jayapal
> 
> 



[GitHub] cloudstack pull request: CLOUDSTACK-8648: Do not configure the Ima...

2015-07-24 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/606#issuecomment-124544128
  
LGTM


---
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: [Proposal] Replacing Openswan ipsec with Strongswan ipsec

2015-07-24 Thread John Kinsella
+1. The config formats are sometimes a little different, but overall 
functionality is similar. This should be fairly transparent to the end user, as 
the configurations are (usually) generated by ACS.

John

> On Jul 24, 2015, at 3:10 PM, Jayapal Reddy Uradi 
>  wrote:
> 
> Hi All,
> 
> Openswan is not being actively maintained by community.
> Any security updates to the packages then it is difficult to upgrade.
> latest version of OS X clients are not working on openswan.
> 
> To address the above concerns I am proposing to move from openswan ipsec to 
> strongswan ipsec.
> 
> I will be sharing the FS for this feature soon.
> 
> Thanks,
> Jayapal
> 
> 



[GitHub] cloudstack pull request: fixed finbugs issue due to PR #609

2015-07-24 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/622


---
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: fixed finbugs issue due to PR #609

2015-07-24 Thread karuturi
Github user karuturi commented on the pull request:

https://github.com/apache/cloudstack/pull/622#issuecomment-124500655
  
merging


---
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.
---


[Proposal] Replacing Openswan ipsec with Strongswan ipsec

2015-07-24 Thread Jayapal Reddy Uradi
Hi All,

Openswan is not being actively maintained by community.
Any security updates to the packages then it is difficult to upgrade.
latest version of OS X clients are not working on openswan.

To address the above concerns I am proposing to move from openswan ipsec to 
strongswan ipsec.

I will be sharing the FS for this feature soon.

Thanks,
Jayapal




[Proposal] NCC (NetScaler ControlCenter) Integration With Auto Provision VPX in CloudStack

2015-07-24 Thread Rajesh Battala
Hi All,

I would like to integrate NetScaler Control Center with "Auto Provision VPX" 
facility in CloudStack.

What is NCC?
 NCC (Netscaler Control Center) is a Manager which controls all NS devices life 
cycle and Service Configurations on the devices.
It's an appliance, downloadable from [2] and free of cost

Benefits of using NCC:
Capacity pooling across all NetScaler infrastructure. NetScaler Control Center 
is designed to efficiently pool and manage capacity across all NetScaler 
appliances including physical (MPX), virtual (VPX), and multi-tenant (SDX) form 
factors

End-to-end automation across all NetScaler appliances. Using NetScaler Control 
Center, the complexity of provisioning and deploying ADC functions on a large 
pool of NetScaler appliances is completely hidden from both the cloud provider 
and the cloud tenant

Guaranteed SLAs through service aware resource allocation. Cloud providers need 
to guarantee performance and availability SLAs to different cloud tenants. 
NetScaler Control Center provides granular control over ADC resource allocation 
policies, giving the provider flexibility in creating differentiated SLAs for 
cloud tenants based on their application's needs. A simple and intuitive 
workflow to construct "service packages" for different tenant tiers simplifies 
the SLA creation process. Service packages can be defined with the following 
parameters and are customizable per tenant:

  *   Appliance type. The target appliance type on which a logical NetScaler 
instance for the tenant is created.
  *   Isolation type. Option to choose between fully dedicated instances and 
shared instances.
  *   Resource allocation. The amount of CPU, memory, and SSL capacity to be 
allocated for each tenant's dedicated instance.
  *   Software versions. The specific version of NetScaler firmware for each 
tenant's dedicated instance-allows for version and upgrade independence between 
tenants.

FS for this feature is at [1].

What is "Auto Provision VPX" in CloudStack?

NCC can manage the NS devices added by Admin. If NCC needs to allocate a new 
VPX device to a guest network then NCC can request CloudStack to create a NS 
VPX in CloudStack fleet and this VPX will be used by NCC to provide ADC 
functionality in the guest network. How this works is explained in [1].




1.  
https://cwiki.apache.org/confluence/display/CLOUDSTACK/NCC+Integration+With+Auto+Provision+VPX+in+CloudStack

2.  
https://www.citrix.com/downloads/netscaler-adc/components/netscaler-control-center-105e.html




Thanks
Rajesh Battala


[GitHub] cloudstack pull request: fixed finbugs issue due to PR #609

2015-07-24 Thread koushik-das
Github user koushik-das commented on the pull request:

https://github.com/apache/cloudstack/pull/622#issuecomment-124484710
  
lgtm


---
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.
---


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

2015-07-24 Thread jenkins
See 

--
[...truncated 27540 lines...]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.759s]
[INFO] Apache CloudStack . SUCCESS [2.151s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.781s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.491s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:15.139s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.118s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.558s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.571s]
[INFO] Apache CloudStack API . SUCCESS [1:52.759s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [16.485s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [31.465s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.091s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [27.770s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [25.228s]
[INFO] Apache CloudStack Core  SUCCESS [1:17.507s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.018s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [33.452s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [14.212s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:05.809s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [43.720s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [33.690s]
[INFO] Apache CloudStack Server .. SUCCESS [4:17.426s]
[INFO] Apache CloudStack Usage Server  SUCCESS [51.949s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[1:35.189s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.069s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [0.437s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [59.165s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [1:01.582s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [35.362s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [27.661s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [30.951s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.761s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.582s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [13.007s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [7.070s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.888s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [1:17.963s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUCCESS 
[3:35.512s]
[INFO] Apache CloudStack Plugin - Storage Volume SolidFire Provider  SUCCESS 
[1:23.854s]
[INFO] Apache CloudStack Plugin - API SolidFire .. SUCCESS [19.947s]
[INFO] Apache CloudStack Plugin - API Discovery .. SUCCESS [36.037s]
[INFO] Apache CloudStack Plugin -

[GitHub] cloudstack pull request: fixed finbugs issue due to PR #609

2015-07-24 Thread kishankavala
Github user kishankavala commented on the pull request:

https://github.com/apache/cloudstack/pull/622#issuecomment-124481535
  
LGTM


---
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: CLOUDSTACK-8602. MigrateVirtualMachineWit...

2015-07-24 Thread sureshanaparti
Github user sureshanaparti commented on the pull request:

https://github.com/apache/cloudstack/pull/548#issuecomment-124476270
  
Code changes to update the volume chain info are perfect.


---
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: CLOUDSTACK-8610. Unable to attach 7th Dis...

2015-07-24 Thread sateesh-chodapuneedi
Github user sateesh-chodapuneedi commented on the pull request:

https://github.com/apache/cloudstack/pull/554#issuecomment-124474599
  
Looks like all checks are good and there are 2 LGTM too.
Should we merge this branch?


---
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: [BlockerBug] VR creation fails in basic zone

2015-07-24 Thread Kishan Kavala
@Wilder, can you please look into this issue.
Looks like VR config file is incomplete and it is over-writing the IP 
information set by cloud-early-config. 

VR Config file:
#Apache CloudStack Virtual Router Config File

1.0


/var/cache/cloud/monitor_service.json
{"config":"[dhcp]:processname=dnsmasq:servicename=dnsmasq:pidfile=/var/run/dnsmasq/dnsmasq.pid:,[ssh]:processname=sshd:servicename=ssh:pidfile=/var/run/sshd.pid:,[webserver]:processname=apache2:servicename=apache2:pidfile=/var/run/apache2.pid:,","type":"monitorservice"}


/opt/cloud/bin/update_config.py monitor_service.json


/var/log/cloud.log:
2015-07-24 09:29:28,997 Loading data bag type monitorservice
2015-07-24 09:29:28,998 Command of type monitorservice received
2015-07-24 09:29:28,999 Writing data bag type monitorservice
2015-07-24 09:29:28,999 Creating data bag type ips
2015-07-24 09:29:28,999 Loading data bag type cmdline
2015-07-24 09:29:29,000 Executing ip addr show dev eth1
2015-07-24 09:29:29,019 Will remove all configured addresses on device eth1
2015-07-24 09:29:29,019 Removing addresses from device eth1
2015-07-24 09:29:29,036 Removed address 169.254.2.130/16 from device eth1
2015-07-24 09:29:29,056 Removed address 169.254.2.130/16 from device eth1
2015-07-24 09:29:29,057 Executing ip addr show dev eth0
2015-07-24 09:29:29,075 Will remove all configured addresses on device eth0
2015-07-24 09:29:29,076 Removing addresses from device eth0
2015-07-24 09:29:29,093 Removed address 10.220.39.131/19 from device eth0
2015-07-24 09:29:29,112 Removed address 10.220.39.131/19 from device eth


-Original Message-
From: Sanjeev N [mailto:sanj...@apache.org] 
Sent: 24 July 2015 12:06 PM
To: dev@cloudstack.apache.org
Subject: [BlockerBug] VR creation fails in basic zone

Hi,

In latest build with ACS master, VR creation fails in basic zone.
Created a blocker bug for this. More details @
https://issues.apache.org/jira/browse/CLOUDSTACK-8668

Thanks,
Sanjeev


[GitHub] cloudstack pull request: CLOUDSTACK-8610. Unable to attach 7th Dis...

2015-07-24 Thread sureshanaparti
Github user sureshanaparti commented on the pull request:

https://github.com/apache/cloudstack/pull/554#issuecomment-124468346
  
Looks good to me.


---
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.
---


Build failed in Jenkins: simulator-4.5-singlerun #255

2015-07-24 Thread jenkins
See 

--
Started by upstream project "build-4.5-simulator" build number 310
originally caused by:
 Started by upstream project "build-4.5" build number 502
 originally caused by:
  Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on simulator in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git fetch --tags 
--progress https://git-wip-us.apache.org/repos/asf/cloudstack.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error:  while accessing 
https://git-wip-us.apache.org/repos/asf/cloudstack.git/info/refs

fatal: HTTP request failed

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
at ..remote call to simulator(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at sun.proxy.$Proxy46.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - No test report file(s) were found with the pattern 
'xunit.xml' relative to 
' for the 
testing framework 'JUnit'.  Did you enter a pattern relative to the correct 
directory?  Did you generate the result report(s) for 'JUnit'?
[xUnit] [ERROR] - No test reports found for the metric 'JUnit' with the 
resolved pattern 'xunit.xml'. Configuration error?.
[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] -

Re: [4.5][CLOUDSTACK-8649] Cherry pick fix SSH key registering

2015-07-24 Thread Rohit Yadav

On 24-Jul-2015, at 1:42 pm, Wido den Hollander 
mailto:w...@widodh.nl>> wrote:

Hi Rohit,

Could you cherry-pick 2e79c628e052ebdaf782458cfe4c4ef6e95545c6 into the
4.5 branch?

This is the issue: https://issues.apache.org/jira/browse/CLOUDSTACK-8649

Wido

Done.

Regards,
Rohit Yadav
Software Architect, ShapeBlue


[cid:9DD97B41-04C5-45F0-92A7-951F3E962F7A]


M. +91 88 262 30892 | 
rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab




Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge - rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

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 SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


[GitHub] cloudstack pull request: fixed finbugs issue due to PR #609

2015-07-24 Thread karuturi
GitHub user karuturi opened a pull request:

https://github.com/apache/cloudstack/pull/622

fixed finbugs issue due to PR #609

applicationCtx need not be static as the bean is singleton

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/karuturi/cloudstack ldap-findbugs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/622.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #622


commit e0ed0b9d36330baac017381d90d7ab4311743df7
Author: Rajani Karuturi 
Date:   2015-07-24T09:22:53Z

fixed finbugs issue due to PR #609

applicationCtx need not be static as the bean is singleton




---
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: Build failed in Jenkins: build-master-slowbuild #1887

2015-07-24 Thread Rajani Karuturi
yes daan. it need not be static as its singleton. PR in progress.

~Rajani

On Fri, Jul 24, 2015 at 2:16 PM, Daan Hoogland 
wrote:

> Rajani, applicationCtx is static but being set by the override
> setApplicationContext(..) which is not static. Does is need to be
> static? If so an extra wrapper method will kill the warning (not the
> issue).
>
> As the LdapUserManagerFactory is a singleton I don't think the appctx
> needs to be static. Agree?
>
> On Fri, Jul 24, 2015 at 10:21 AM,   wrote:
> > See <
> http://jenkins.buildacloud.org/job/build-master-slowbuild/1887/changes>
> >
> > Changes:
> >
> > [Rajani Karuturi] CLOUDSTACK-8596 ability to query nested groups for
> Microsoft AD
> >
> > [Rajani Karuturi] reverting gmaven version to 1.3
> >
> > [Rajani Karuturi] CLOUDSTACK-8596 addressed review comments
> >
> > [koushik] CLOUDSTACK-8666: Put host in Alert state only after alert.wait
> timeout
> >
> > --
> > [...truncated 27540 lines...]
> > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> cloud-quickcloud ---
> > [INFO] No sources to compile
> > [INFO]
> > [INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @
> cloud-quickcloud >>>
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @
> cloud-quickcloud ---
> > [INFO]
> > [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @
> cloud-quickcloud <<<
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @
> cloud-quickcloud ---
> > [INFO]
> > [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @
> cloud-quickcloud ---
> > [WARNING] No files to instrument.
> > [INFO] NOT adding cobertura ser file to attached artifacts list.
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.5:testResources
> (default-testResources) @ cloud-quickcloud ---
> > [debug] execute contextualize
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory <
> http://jenkins.buildacloud.org/job/build-master-slowbuild/ws/quickcloud/src/test/resources
> >
> > [INFO] Copying 3 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> cloud-quickcloud ---
> > [INFO] No sources to compile
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> cloud-quickcloud ---
> > [INFO]
> > [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @
> cloud-quickcloud <<<
> > [INFO]
> > [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @
> cloud-quickcloud ---
> > [INFO]
> 
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
> SUCCESS [1.791s]
> > [INFO] Apache CloudStack . SUCCESS
> [2.616s]
> > [INFO] Apache CloudStack Maven Conventions Parent  SUCCESS
> [0.822s]
> > [INFO] Apache CloudStack Framework - Managed Context . SUCCESS
> [20.516s]
> > [INFO] Apache CloudStack Utils ... SUCCESS
> [1:17.179s]
> > [INFO] Apache CloudStack Framework ... SUCCESS
> [0.103s]
> > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
> [53.290s]
> > [INFO] Apache CloudStack Framework - Configuration ... SUCCESS
> [27.906s]
> > [INFO] Apache CloudStack API . SUCCESS
> [1:53.843s]
> > [INFO] Apache CloudStack Framework - REST  SUCCESS
> [17.163s]
> > [INFO] Apache CloudStack Framework - IPC . SUCCESS
> [35.792s]
> > [INFO] Apache CloudStack Cloud Engine  SUCCESS
> [0.088s]
> > [INFO] Apache CloudStack Cloud Engine API  SUCCESS
> [35.416s]
> > [INFO] Apache CloudStack Framework - Security  SUCCESS
> [28.165s]
> > [INFO] Apache CloudStack Core  SUCCESS
> [1:30.571s]
> > [INFO] Apache CloudStack Agents .. SUCCESS
> [36.811s]
> > [INFO] Apache CloudStack Framework - Clustering .. SUCCESS
> [34.331s]
> > [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS
> [18.715s]
> > [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS
> [2:18.564s]
> > [INFO] Apache CloudStack Framework - Jobs  SUCCESS
> [43.782s]
> > [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS
> [25.209s]
> > [INFO] Apache CloudStack Server .. SUCCESS
> [4:20.899s]
> > [INFO] Apache CloudStack Usage Server  SUCCESS
> [2:38.388s]
> > [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS
> [4:45.746s]
> > [INFO] Apache CloudStack Cloud Services .. SUCCESS
> [0.162s]
> > [INFO] Apache CloudStack Secondary Storage ... SUCCESS
> [1.810s]
> > [INFO] Apache CloudStack Secondary Storage Service ... SUCCESS
> [1:50

Re: Build failed in Jenkins: build-master-slowbuild #1887

2015-07-24 Thread Daan Hoogland
Rajani, applicationCtx is static but being set by the override
setApplicationContext(..) which is not static. Does is need to be
static? If so an extra wrapper method will kill the warning (not the
issue).

As the LdapUserManagerFactory is a singleton I don't think the appctx
needs to be static. Agree?

On Fri, Jul 24, 2015 at 10:21 AM,   wrote:
> See 
>
> Changes:
>
> [Rajani Karuturi] CLOUDSTACK-8596 ability to query nested groups for 
> Microsoft AD
>
> [Rajani Karuturi] reverting gmaven version to 1.3
>
> [Rajani Karuturi] CLOUDSTACK-8596 addressed review comments
>
> [koushik] CLOUDSTACK-8666: Put host in Alert state only after alert.wait 
> timeout
>
> --
> [...truncated 27540 lines...]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
> cloud-quickcloud ---
> [INFO] No sources to compile
> [INFO]
> [INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
> cloud-quickcloud >>>
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
> ---
> [INFO]
> [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
> cloud-quickcloud <<<
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
> cloud-quickcloud ---
> [INFO]
> [INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
> cloud-quickcloud ---
> [WARNING] No files to instrument.
> [INFO] NOT adding cobertura ser file to attached artifacts list.
> [INFO]
> [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
> cloud-quickcloud ---
> [debug] execute contextualize
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> 
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
> cloud-quickcloud ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
> cloud-quickcloud ---
> [INFO]
> [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
> cloud-quickcloud <<<
> [INFO]
> [INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
> cloud-quickcloud ---
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
> [1.791s]
> [INFO] Apache CloudStack . SUCCESS [2.616s]
> [INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.822s]
> [INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.516s]
> [INFO] Apache CloudStack Utils ... SUCCESS [1:17.179s]
> [INFO] Apache CloudStack Framework ... SUCCESS [0.103s]
> [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.290s]
> [INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.906s]
> [INFO] Apache CloudStack API . SUCCESS [1:53.843s]
> [INFO] Apache CloudStack Framework - REST  SUCCESS [17.163s]
> [INFO] Apache CloudStack Framework - IPC . SUCCESS [35.792s]
> [INFO] Apache CloudStack Cloud Engine  SUCCESS [0.088s]
> [INFO] Apache CloudStack Cloud Engine API  SUCCESS [35.416s]
> [INFO] Apache CloudStack Framework - Security  SUCCESS [28.165s]
> [INFO] Apache CloudStack Core  SUCCESS [1:30.571s]
> [INFO] Apache CloudStack Agents .. SUCCESS [36.811s]
> [INFO] Apache CloudStack Framework - Clustering .. SUCCESS [34.331s]
> [INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [18.715s]
> [INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:18.564s]
> [INFO] Apache CloudStack Framework - Jobs  SUCCESS [43.782s]
> [INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS 
> [25.209s]
> [INFO] Apache CloudStack Server .. SUCCESS [4:20.899s]
> [INFO] Apache CloudStack Usage Server  SUCCESS [2:38.388s]
> [INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
> [4:45.746s]
> [INFO] Apache CloudStack Cloud Services .. SUCCESS [0.162s]
> [INFO] Apache CloudStack Secondary Storage ... SUCCESS [1.810s]
> [INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:50.982s]
> [INFO] Apache CloudStack Engine Storage Component  SUCCESS [56.688s]
> [INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.193s]
> [INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.313s]
> [INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS 
> [30.963s]
> 

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

2015-07-24 Thread jenkins
See 

Changes:

[Rajani Karuturi] CLOUDSTACK-8596 ability to query nested groups for Microsoft 
AD

[Rajani Karuturi] reverting gmaven version to 1.3

[Rajani Karuturi] CLOUDSTACK-8596 addressed review comments

[koushik] CLOUDSTACK-8666: Put host in Alert state only after alert.wait timeout

--
[...truncated 27540 lines...]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:check (cloudstack-findbugs) @ 
cloud-quickcloud ---
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:instrument (default-cli) @ 
cloud-quickcloud ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-quickcloud ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-quickcloud ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-quickcloud 
---
[INFO] 
[INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud <<<
[INFO] 
[INFO] --- cobertura-maven-plugin:2.6:cobertura (default-cli) @ 
cloud-quickcloud ---
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration  SUCCESS 
[1.791s]
[INFO] Apache CloudStack . SUCCESS [2.616s]
[INFO] Apache CloudStack Maven Conventions Parent  SUCCESS [0.822s]
[INFO] Apache CloudStack Framework - Managed Context . SUCCESS [20.516s]
[INFO] Apache CloudStack Utils ... SUCCESS [1:17.179s]
[INFO] Apache CloudStack Framework ... SUCCESS [0.103s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [53.290s]
[INFO] Apache CloudStack Framework - Configuration ... SUCCESS [27.906s]
[INFO] Apache CloudStack API . SUCCESS [1:53.843s]
[INFO] Apache CloudStack Framework - REST  SUCCESS [17.163s]
[INFO] Apache CloudStack Framework - IPC . SUCCESS [35.792s]
[INFO] Apache CloudStack Cloud Engine  SUCCESS [0.088s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [35.416s]
[INFO] Apache CloudStack Framework - Security  SUCCESS [28.165s]
[INFO] Apache CloudStack Core  SUCCESS [1:30.571s]
[INFO] Apache CloudStack Agents .. SUCCESS [36.811s]
[INFO] Apache CloudStack Framework - Clustering .. SUCCESS [34.331s]
[INFO] Apache CloudStack Framework - Event Notification .. SUCCESS [18.715s]
[INFO] Apache CloudStack Cloud Engine Schema Component ... SUCCESS [2:18.564s]
[INFO] Apache CloudStack Framework - Jobs  SUCCESS [43.782s]
[INFO] Apache CloudStack Cloud Engine Internal Components API  SUCCESS [25.209s]
[INFO] Apache CloudStack Server .. SUCCESS [4:20.899s]
[INFO] Apache CloudStack Usage Server  SUCCESS [2:38.388s]
[INFO] Apache CloudStack Cloud Engine Orchestration Component  SUCCESS 
[4:45.746s]
[INFO] Apache CloudStack Cloud Services .. SUCCESS [0.162s]
[INFO] Apache CloudStack Secondary Storage ... SUCCESS [1.810s]
[INFO] Apache CloudStack Secondary Storage Service ... SUCCESS [1:50.982s]
[INFO] Apache CloudStack Engine Storage Component  SUCCESS [56.688s]
[INFO] Apache CloudStack Engine Storage Volume Component . SUCCESS [34.193s]
[INFO] Apache CloudStack Engine Storage Image Component .. SUCCESS [28.313s]
[INFO] Apache CloudStack Engine Storage Data Motion Component  SUCCESS [30.963s]
[INFO] Apache CloudStack Engine Storage Cache Component .. SUCCESS [20.504s]
[INFO] Apache CloudStack Engine Storage Snapshot Component  SUCCESS [35.091s]
[INFO] Apache CloudStack Cloud Engine API  SUCCESS [12.610s]
[INFO] Apache CloudStack Cloud Engine Service  SUCCESS [6.617s]
[INFO] Apache CloudStack Plugin POM .. SUCCESS [0.933s]
[INFO] Apache CloudStack Plugin - API Rate Limit . SUCCESS [27.609s]
[INFO] Apache CloudStack Plugin - Storage Volume default provider  SUC

[4.5][CLOUDSTACK-8649] Cherry pick fix SSH key registering

2015-07-24 Thread Wido den Hollander
Hi Rohit,

Could you cherry-pick 2e79c628e052ebdaf782458cfe4c4ef6e95545c6 into the
4.5 branch?

This is the issue: https://issues.apache.org/jira/browse/CLOUDSTACK-8649

Wido


Re: [PROPOSAL] Snapshot Improvements

2015-07-24 Thread Anshul Gangwar
Rajani,

Because there were observed issues which are leading to VM corruption if both 
type of snapshots are allowed to exist together.
I will be fixing issues to make sure VM corruption do not happen.

Regards,
Anshul

On 24-Jul-2015, at 12:36 pm, Rajani Karuturi 
mailto:raj...@apache.org>> wrote:

Hi Anshul,
Do you know why volume and VM snapshots werent allowed to co-exists?
What is being done to resolve them?

~Rajani

On Thu, Jul 23, 2015 at 2:57 PM, Anshul Gangwar 
mailto:anshul.gang...@citrix.com>>
wrote:

I am working on improving snapshots experience in CloudStack.

FS is available at
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Snapshot+Improvements
.

Please review and provide comments/suggestions.

Regards,
Anshul





Re:PVC resin / DOP oil

2015-07-24 Thread Sinotechem
Dear Purchase Manager,

Good afternoon. Glad to know you are in the market of chemical raw material. We 
are Sinotec Industry Group Co.,Ltd, a manufacturer of Chemical raw materials in 
China. Below is our main products list.

 
1. PVC RESIN
2. PASTE PVC RESIN
3. PET RESIN
4. DOP 
5. DBP
6. DINP
7. TITANIUM DIOXIDE
8. CAUSTIC SODA
9. STEARIC ACID


May our products will meet your business well, and hope we will build good 
business relationship in the near future. 

Any questions please let me know, I’m glad to answer.

Look forward to hearing from you earlier, thanks!

Sincerely,
Taurin Lee
Manager of International Business Dept 
 

SINOTEC INDUSTRIAL GROUP CO.,LTD
ISO 9001:2000 Certified
No.38,Dongfeng Rd., Zhengzhou City PR. China 45
Tel: +86-371-60392052 Fax: +86-371-63726368
E-mail: exp...@sinotechem.com, sinot...@gmail.com
Website: www.sinotechem.com

Re: [PROPOSAL] Snapshot Improvements

2015-07-24 Thread Rajani Karuturi
Hi Anshul,
Do you know why volume and VM snapshots werent allowed to co-exists?
What is being done to resolve them?

~Rajani

On Thu, Jul 23, 2015 at 2:57 PM, Anshul Gangwar 
wrote:

> I am working on improving snapshots experience in CloudStack.
>
> FS is available at
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Snapshot+Improvements
> .
>
> Please review and provide comments/suggestions.
>
> Regards,
> Anshul
>
>