[GitHub] cloudstack pull request: Fixed Coverity issue Dereference null re...

2015-07-26 Thread pdion891
Github user pdion891 commented on the pull request:

https://github.com/apache/cloudstack/pull/620#issuecomment-124996034
  
this one can be close.


---
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] Snapshot Improvements

2015-07-26 Thread anil lakineni
Hi Anshul and All,

I knew it is off topic here but you guys have good knowledge on snapshots
in CloudStack. So that I pointed my issues in this thread, Please help me.


I would like to know necessary steps to be taken after getting below list
of errors while creating volume-snapshot,

In the CloudStack web UI,snapshots(scheduled recurring daily volume
snapshot policy)

a. Alert
I was removing entries from UI and updating in Cloud Database (if any
entries related to this snapshot) to destroy state.In this case,tried to
remove entry from the UI if not happened am hacking database and updating
this snapshot state to destroy (snapshot and snapshot_store_ref)

b. Allocated
I was removing entries from UI and updating in Cloud Database (if any
entries related to this snapshot) to destroy state. In this case, removing
snapshot from the UI throwing errors so that am updating in the database
(select state from snapshot where id=) to BackedUp then able to remove it
from UI with some exceptions and then after updating the database snapshot
table's state to destroy. Here no snapshot_store_ref table entries for this
snapshot.
c. backingup
I was removing entries from UI and Cloud Database (if any entries related
to this snapshot) to destroy state . In this case,entries are being created
in snapshot  snapshot_store_ref tables. SO that am updating on both tables
state's to destroy then deleting vhd file from secondary storage as it was
not fully completed snapshot vhd.

d.no entries regarding about snapshot info on UI and database
In this case, am doing cloud management service restart,there after next
scheduled volume snapshots are creating but not already skipped volume
snapshots for the day. Reason for this we could not identified till date,
Even in management logs also no information.


In all the above cases, the reason could be network disruptions or any
other things. we are still investigating on this (please let us know if you
are suspecting any reasons).

My question is on the above cases,

1. Is it possible to re-initiate snapshot creation/continue in any case of
above listed errors because these are scheduled snapshot policy (daily)

2. Was all the process taking on above errors to remove error snapshots,
correct? if not please suggest solutions

Please review and suggest solutions

Thanks,
Anil.


On Fri, Jul 24, 2015 at 11:12 PM, Mike Tutkowski 
mike.tutkow...@solidfire.com wrote:

 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 anshul.gang...@citrix.com
 
 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.orgmailto:
  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 
 anshul.gang...@citrix.com
  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
 
 
 
 


 --
 *Mike Tutkowski*
 *Senior CloudStack Developer, SolidFire Inc.*
 e: mike.tutkow...@solidfire.com
 o: 303.746.7302
 Advancing the way the world uses the cloud
 http://solidfire.com/solution/overview/?video=play*™*



[GitHub] cloudstack pull request: Dockerfile

2015-07-26 Thread pdion891
Github user pdion891 commented on the pull request:

https://github.com/apache/cloudstack/pull/605#issuecomment-124988512
  
closing this, another PR in progress from another 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.
---


database high availability

2015-07-26 Thread Alireza Eskandari
Hi everybody,
Do anyone have any practical experience with multi master (active/active) 
database cluster for CloudStack?
If yes, what is best practices and suggestions?

BTW, what is cloudstack-mysql-ha-xxx.rpm? How can I use it? It seems that there 
is no official document for it.
Regards,
Alireza


[GitHub] cloudstack pull request: initial dockerization commit.

2015-07-26 Thread pdion891
GitHub user pdion891 opened a pull request:

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

initial dockerization commit.

Initial PR for Dockerization of CloudStack. 

Important Changes:
* scripts/vm/systemvm/injectkeys.sh:   script execution will pass event if 
/dev/loop0 not detected and will skip verification of sshkey, this is a 
limiation in Docker container.
* Dockerfile for simulator move into /tools/docker: Need to change  Jenkins 
jobs and Dockerhub build after the merge.


Current docker file working:
* simulator (Seb's original file)
* management-server on centos6 (using RPM's)
* marvin

comments from PR #605  corrected.

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

$ git pull https://github.com/pdion891/cloudstack dockerfile2

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

https://github.com/apache/cloudstack/pull/623.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 #623


commit e4b2929743be35c47445e3a59c7ed4b0a0fa65c6
Author: Pierre-Luc Dion pdion...@apache.org
Date:   2015-07-26T13:33:14Z

initial dockerization commit.
1. update injectkeys.sh to work into restricted container
2. move previous dockerfiles into tools/docker
3. dockerfiles for management-server on centos and marvin

CLOUDSTACK-8249




---
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-8648: Do not configure the Ima...

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

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


---
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: BUG-ID: CLOUDSTACK-8483 - Private templat...

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

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


---
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 Coverity issue Dereference null re...

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

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


---
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-8634: Made changes to test_sec...

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

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


---
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-26 Thread pdion891
Github user pdion891 closed the pull request at:

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


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

2015-07-26 Thread pdion891
Github user pdion891 commented on the pull request:


https://github.com/apache/cloudstack/commit/31b486d38aa300dc39e50ca3294d6d6fa21a08f5#commitcomment-12363084
  
@bhaisaab yes, I've applied patches, only 620, was already applied.



---
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-26 Thread Rohit Yadav

On 24-Jul-2015, at 5:40 pm, Jayapal Reddy Uradi 
jayapalreddy.ur...@citrix.commailto:jayapalreddy.ur...@citrix.com wrote:

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.

Huge +1; strongswan in available in both Debian 7 and 8, openswan is not 
available on Debian 8 (using default repositories).

Regards,
Rohit Yadav
Software Architect, ShapeBlue


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


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




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

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge - rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

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.


Re: [PROPOSAL] Snapshot Improvements

2015-07-26 Thread Anshul Gangwar
Yes, currently if user tries to do such operations then they will be informed 
that they cannot perform that operation.

https://issues.apache.org/jira/browse/CLOUDSTACK-7688

Regards,
Anshul

On 24-Jul-2015, at 11:12 pm, Mike Tutkowski mike.tutkow...@solidfire.com 
wrote:

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 anshul.gang...@citrix.com
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.orgmailto:
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 anshul.gang...@citrix.com
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






--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
http://secure-web.cisco.com/1tCC8M005gkJpSV0ZSVk1UMogItoeQtHXN2zP6YYNnfHP400h9uicr-XXJND5ZxDWBtFtEXLyw46R3p3l0MEd-mgPFXDcCH87E2oF7OKbfDUzerbBQmYwrIV-1JKyI3BbayBQ6l9W6RV1edpWd80C3hXJ5lPuclIcBsmfuD4OoKFYlUv3mhcniUgaftJDBihU/http%3A%2F%2Fsolidfire.com%2Fsolution%2Foverview%2F%3Fvideo%3Dplay*™*



Build failed in Jenkins: build-systemvm64-master #581

2015-07-26 Thread jenkins
See http://jenkins.buildacloud.org/job/build-systemvm64-master/581/

--
[...truncated 3249 lines...]
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:Equifax_Secure_CA.pem
Adding debian:Equifax_Secure_eBusiness_CA_1.pem
Adding debian:Equifax_Secure_Global_eBusiness_CA.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:GeoTrust_Global_CA_2.pem
Adding debian:GeoTrust_Global_CA.pem
Adding debian:GeoTrust_Primary_Certification_Authority.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Adding debian:GeoTrust_Universal_CA.pem
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:GTE_CyberTrust_Global_Root.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:IGC_A.pem
Adding debian:Izenpe.com.pem
Adding debian:Juur-SK.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Microsec_e-Szigno_Root_CA.pem
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
Adding debian:NetLock_Business_=Class_B=_Root.pem
Adding debian:NetLock_Express_=Class_C=_Root.pem
Adding debian:NetLock_Notary_=Class_A=_Root.pem
Adding debian:NetLock_Qualified_=Class_QA=_Root.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
Adding debian:PSCProcert.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:Root_CA_Generalitat_Valenciana.pem
Adding debian:RSA_Root_Certificate_1.pem
Adding debian:RSA_Security_2048_v3.pem
Adding debian:Secure_Global_CA.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Security_Communication_EV_RootCA1.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:SG_TRUST_SERVICES_RACINE.pem
Adding debian:Sonera_Class_1_Root_CA.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:StartCom_Certification_Authority_2.pem
Adding debian:StartCom_Certification_Authority.pem
Adding debian:StartCom_Certification_Authority_G2.pem
Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
Adding debian:Swisscom_Root_CA_1.pem
Adding debian:Swisscom_Root_CA_2.pem
Adding debian:Swisscom_Root_EV_CA_2.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:SwissSign_Platinum_CA_-_G2.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:Taiwan_GRCA.pem
Adding debian:TC_TrustCenter_Class_2_CA_II.pem
Adding debian:TC_TrustCenter_Class_3_CA_II.pem
Adding debian:TC_TrustCenter_Universal_CA_I.pem
Adding debian:TDC_Internet_Root_CA.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:Thawte_Premium_Server_CA.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:Thawte_Server_CA.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:UTN_DATACorp_SGC_Root_CA.pem
Adding debian:UTN_USERFirst_Email_Root_CA.pem
Adding debian:UTN_USERFirst_Hardware_Root_CA.pem
Adding debian:ValiCert_Class_1_VA.pem
Adding debian:ValiCert_Class_2_VA.pem
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
Adding 

Build failed in Jenkins: build-systemvm64-master #580

2015-07-26 Thread jenkins
See http://jenkins.buildacloud.org/job/build-systemvm64-master/580/changes

Changes:

[Pierre-Luc Dion] CLOUDSTACK-8648: Do not configure the ImageFormat Processor 
when fetching filesize

[Pierre-Luc Dion] CLOUDSTACK-8648: Pass the proper storage layer when 
configuring

[Pierre-Luc Dion] BUG-ID: CLOUDSTACK-8483 - Private template not visible in 
project added new 'projectId' parameter in createTemplate command and based 
current user, account and projectid decide the owner of the template.

[Pierre-Luc Dion] BUG-ID: CLOUDSTACK-8483 - Private template not visible in 
project added new 'projectId' parameter in createTemplate command and based 
current user, account and projectid decide the owner of the template.

[Pierre-Luc Dion] CLOUDSTACK-8634: Made changes to test_security_group.py test 
suite to support EIP

[Pierre-Luc Dion] dummy commit to close PR: close #620, close #606, close #334, 
close #586

--
[...truncated 3243 lines...]
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:Equifax_Secure_CA.pem
Adding debian:Equifax_Secure_eBusiness_CA_1.pem
Adding debian:Equifax_Secure_Global_eBusiness_CA.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:GeoTrust_Global_CA_2.pem
Adding debian:GeoTrust_Global_CA.pem
Adding debian:GeoTrust_Primary_Certification_Authority.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Adding debian:GeoTrust_Universal_CA.pem
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:GTE_CyberTrust_Global_Root.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:IGC_A.pem
Adding debian:Izenpe.com.pem
Adding debian:Juur-SK.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Microsec_e-Szigno_Root_CA.pem
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
Adding debian:NetLock_Business_=Class_B=_Root.pem
Adding debian:NetLock_Express_=Class_C=_Root.pem
Adding debian:NetLock_Notary_=Class_A=_Root.pem
Adding debian:NetLock_Qualified_=Class_QA=_Root.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
Adding debian:PSCProcert.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:Root_CA_Generalitat_Valenciana.pem
Adding debian:RSA_Root_Certificate_1.pem
Adding debian:RSA_Security_2048_v3.pem
Adding debian:Secure_Global_CA.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Security_Communication_EV_RootCA1.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:SG_TRUST_SERVICES_RACINE.pem
Adding debian:Sonera_Class_1_Root_CA.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:StartCom_Certification_Authority_2.pem
Adding debian:StartCom_Certification_Authority.pem
Adding debian:StartCom_Certification_Authority_G2.pem
Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
Adding debian:Swisscom_Root_CA_1.pem
Adding debian:Swisscom_Root_CA_2.pem
Adding debian:Swisscom_Root_EV_CA_2.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:SwissSign_Platinum_CA_-_G2.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:Taiwan_GRCA.pem
Adding debian:TC_TrustCenter_Class_2_CA_II.pem
Adding debian:TC_TrustCenter_Class_3_CA_II.pem
Adding debian:TC_TrustCenter_Universal_CA_I.pem
Adding debian:TDC_Internet_Root_CA.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:Thawte_Premium_Server_CA.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:Thawte_Server_CA.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:UTN_DATACorp_SGC_Root_CA.pem
Adding 

[GitHub] cloudstack pull request:

2015-07-26 Thread pdion891
Github user pdion891 commented on the pull request:


https://github.com/apache/cloudstack/commit/08348593a2ec03767e92ff247f6279df76434194#commitcomment-12363958
  
@wilderrodrigues build-systemvm64-master on j.bac.o  doesn't build anymore, 
keepalived need different version of libnl1.

build output:
```
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 keepalived : Depends: libnl-3-200 (= 3.2.7) but it is not going to be 
installed
  Depends: libnl-genl-3-200 (= 3.2.7) but it is not going to 
be installed
E: Unable to correct problems, you have held broken packages.
ERROR: exit code 100
```


---
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: This branch implements the CSV and native...

2015-07-26 Thread anshul1886
Github user anshul1886 commented on the pull request:

https://github.com/apache/cloudstack/pull/351#issuecomment-125090049
  
Rebased the code to latest 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: CLOUDSTACK-8651: [Browser Based Upload Te...

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

https://github.com/apache/cloudstack/pull/607#issuecomment-125091277
  
Need one more LGTM. Anyone?


---
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-8651: [Browser Based Upload Te...

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

https://github.com/apache/cloudstack/pull/607#issuecomment-125094942
  
still running simulator, code 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:

2015-07-26 Thread bhaisaab
Github user bhaisaab commented on the pull request:


https://github.com/apache/cloudstack/commit/31b486d38aa300dc39e50ca3294d6d6fa21a08f5#commitcomment-12362016
  
@pdion891 were these PRs merged on 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.
---