You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/28 20:42:05 UTC

[jira] [Commented] (LIBCLOUD-726) Node Creation with CustomData for Azure

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

ASF GitHub Bot commented on LIBCLOUD-726:
-----------------------------------------

GitHub user davidwilson2038 opened a pull request:

    https://github.com/apache/libcloud/pull/554

    [LIBCLOUD-726] Added support for custom data in create_node function …

    Azure has support for Custom Data (i.e. "User Data") in base64 format to be included on node creation (https://msdn.microsoft.com/en-us/library/azure/jj157194.aspx). I have implemented this in the create_node function for Linux VMs. This is an important feature for any workflows that rely on cloud-init.

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

    $ git pull https://github.com/davidwilson2038/libcloud LIBCLOUD-726_Custom-Data

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

    https://github.com/apache/libcloud/pull/554.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 #554
    
----
commit 86645d1b5e626691a101ce324e56737d19198cb8
Author: dwilson2038 <da...@gmail.com>
Date:   2015-07-28T18:21:23Z

    [LIBCLOUD-726] Added support for custom data in create_node function for Azure driver

----


> Node Creation with CustomData for Azure
> ---------------------------------------
>
>                 Key: LIBCLOUD-726
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-726
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute
>            Reporter: David Wilson
>            Priority: Minor
>
> Implement creation of nodes with CustomData, which the Azure API supports.



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