You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/27 15:08:27 UTC

[jira] [Commented] (CLOUDSTACK-8677) Call-home functionality for CloudStack

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976445#comment-14976445 ] 

ASF GitHub Bot commented on CLOUDSTACK-8677:
--------------------------------------------

GitHub user DaanHoogland opened a pull request:

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

    CLOUDSTACK-8677: use wrapper classes for gson serialisation

    non functional change with great risk: replace all basic type fields of json serializable objects to wrapper class type fields. It is needed for gson upgrade which is needed for phone home functionality.

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

    $ git pull https://github.com/DaanHoogland/cloudstack wrapper-classes

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

    https://github.com/apache/cloudstack/pull/987.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 #987
    
----
commit b708df71e7bf5784684804319958e46e99397edd
Author: Daan Hoogland <da...@onecht.net>
Date:   2015-10-12T06:33:12Z

    CLOUDSTACK-8677: use wrapper classes for gson serialisation

----


> Call-home functionality for CloudStack
> --------------------------------------
>
>                 Key: CLOUDSTACK-8677
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8677
>             Project: CloudStack
>          Issue Type: New Feature
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: Future, 4.6.0
>            Reporter: Wido den Hollander
>            Assignee: Wido den Hollander
>             Fix For: 4.6.0
>
>
> A call-home feature for the CloudStack management server would send anonimized reports back to the CloudStack project.
> These statistics will contain numbers and details on how CloudStack will be used. It will NOT contain:
> * Hostnames
> * IP-Addresses
> * Instance names
> It will report back:
> * Hosts (Number, version, type, hypervisor)
> * Clusters (Hypervisor en Management type)
> * Primary storage (Type and provider)
> * Zones (Network type and providers)
> * Instances (Number and types)
> This gives the CloudStack project a better insight on how CloudStack is being used and allows us to develop accordingly.
> It will be OPT-OUT, using the "usage.report.interval" users can disable usage reporting. By default it will run every 7 days and send a JSON document to https://call-home.cloudstack.org/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)