[jira] [Commented] (LIBCLOUD-956) Add Scaleway Compute driver

2018-04-29 Thread Dan Hunsaker (JIRA)

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

Dan Hunsaker commented on LIBCLOUD-956:
---

_Finally_ got docs in. Everything _should_ be good to merge.

> Add Scaleway Compute driver
> ---
>
> Key: LIBCLOUD-956
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-956
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Dan Hunsaker
>Priority: Major
>
> Adds support for Scaleway as a compute provider. Functionality is fairly 
> basic, but does work properly. Tests are in place to verify, with fixtures 
> pulled from the Scaleway docs, or actual responses to the associated requests 
> where the docs aren't clear.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LIBCLOUD-963) Add option to attach GPU when creating instances in GCE

2018-04-29 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on LIBCLOUD-963:
-

GitHub user byronyi opened a pull request:

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

Fixes LIBCLOUD-963

See https://github.com/apache/libcloud/pull/1163#issuecomment-385246605 for 
the rationale.

@mjjohnson1 @pquentin @tonybaloney @crunk1 Any comments?

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

$ git pull https://github.com/byronyi/libcloud trunk

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

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






> Add option to attach GPU when creating instances in GCE
> ---
>
> Key: LIBCLOUD-963
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-963
> Project: Libcloud
>  Issue Type: Bug
>  Components: Compute
>Reporter: Gareth McFarlane
>Priority: Major
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Currently, GCP provides the ability to attach a GPU to in instance when it's 
> created:
> https://cloud.google.com/compute/docs/gpus/add-gpus
> This option should be added to the GCE Compute module.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] libcloud pull request #1204: Fixes LIBCLOUD-963

2018-04-29 Thread byronyi
GitHub user byronyi opened a pull request:

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

Fixes LIBCLOUD-963

See https://github.com/apache/libcloud/pull/1163#issuecomment-385246605 for 
the rationale.

@mjjohnson1 @pquentin @tonybaloney @crunk1 Any comments?

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

$ git pull https://github.com/byronyi/libcloud trunk

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

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






---