[jira] [Commented] (LIBCLOUD-1002) Allow GCE driver to create_node from InstanceTemplate

2018-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1002:
--

GitHub user rojopolis opened a pull request:

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

[LIBCLOUD-1002] Add instance template support to GCE create_node

## Instance template support for GCE create_node

### Allows Nodes to be created from GCE Instance Templates

This change allows Nodes to be created from predefined Instance Templates 
in GCE.  
This is useful in a number of scenarios:
* Organizational standards are implemented with Templates.
* etc.

The attributes specified in the call to create_node will take precedence 
over those defined in the template (per provider documentation).

 Provider docs: 
- https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert
- 
https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template

### Status
- done, ready for review

### Checklist (tick everything that applies)

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)

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

$ git pull https://github.com/rojopolis/libcloud 
LIBCLOUD-1002_gce_instance_template

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

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


commit 271aff59636f7f1dd9764ba39753fd5c1c4b3f27
Author: Robert Jordan 
Date:   2018-07-03T03:21:22Z

[LIBCLOUD-1002] Add instance template support to GCE create_node




> Allow GCE driver to create_node from InstanceTemplate
> -
>
> Key: LIBCLOUD-1002
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1002
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Compute
>Reporter: Robert Jordan
>Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As a user of libcloud GCE driver I would like to be able to create nodes 
> based off of a predefined GCE instance template.
> https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template



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


[GitHub] libcloud pull request #1223: [LIBCLOUD-1002] Add instance template support t...

2018-07-02 Thread rojopolis
GitHub user rojopolis opened a pull request:

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

[LIBCLOUD-1002] Add instance template support to GCE create_node

## Instance template support for GCE create_node

### Allows Nodes to be created from GCE Instance Templates

This change allows Nodes to be created from predefined Instance Templates 
in GCE.  
This is useful in a number of scenarios:
* Organizational standards are implemented with Templates.
* etc.

The attributes specified in the call to create_node will take precedence 
over those defined in the template (per provider documentation).

 Provider docs: 
- https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert
- 
https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template

### Status
- done, ready for review

### Checklist (tick everything that applies)

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)

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

$ git pull https://github.com/rojopolis/libcloud 
LIBCLOUD-1002_gce_instance_template

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

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


commit 271aff59636f7f1dd9764ba39753fd5c1c4b3f27
Author: Robert Jordan 
Date:   2018-07-03T03:21:22Z

[LIBCLOUD-1002] Add instance template support to GCE create_node




---


[jira] [Commented] (LIBCLOUD-1002) Allow GCE driver to create_node from InstanceTemplate

2018-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1002:
--

Github user rojopolis closed the pull request at:

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


> Allow GCE driver to create_node from InstanceTemplate
> -
>
> Key: LIBCLOUD-1002
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1002
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Compute
>Reporter: Robert Jordan
>Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As a user of libcloud GCE driver I would like to be able to create nodes 
> based off of a predefined GCE instance template.
> https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template



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


[GitHub] libcloud pull request #1222: [LIBCLOUD-1002] Instance template support for G...

2018-07-02 Thread rojopolis
Github user rojopolis closed the pull request at:

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


---


[jira] [Commented] (LIBCLOUD-1002) Allow GCE driver to create_node from InstanceTemplate

2018-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on LIBCLOUD-1002:
--

GitHub user rojopolis opened a pull request:

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

[LIBCLOUD-1002] Instance template support for GCE create_node

## Instance template support for GCE create_node

### Allows Nodes to be created from GCE Instance Templates

This change allows Nodes to be created from predefined Instance Templates 
in GCE.  
This is useful in a number of scenarios:
* Organizational standards are implemented with Templates.
* etc.

The attributes specified in the call to create_node will take precedence 
over those defined in the template (per provider documentation).

 Provider docs: 
- https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert
- 
https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template

### Status
- done, ready for review

### Checklist (tick everything that applies)

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)


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

$ git pull https://github.com/rojopolis/libcloud 
LIBCLOUD-1002_gce_source_instance_template

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

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


commit ba1ce31771b8691af864d7e3585e0778ab685843
Author: Robert Jordan 
Date:   2018-07-02T23:08:39Z

[LIBCLOUD-1002] Add support for creating GCE instances from template

commit 8f64453561e9b3b8e7306223304f165b15595c7f
Author: Robert Jordan 
Date:   2018-07-02T23:27:48Z

[LIBCLOUD-1002] Add support for creating GCE instances from template




> Allow GCE driver to create_node from InstanceTemplate
> -
>
> Key: LIBCLOUD-1002
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-1002
> Project: Libcloud
>  Issue Type: Improvement
>  Components: Compute
>Reporter: Robert Jordan
>Priority: Trivial
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> As a user of libcloud GCE driver I would like to be able to create nodes 
> based off of a predefined GCE instance template.
> https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template



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


[GitHub] libcloud pull request #1222: [LIBCLOUD-1002] Instance template support for G...

2018-07-02 Thread rojopolis
GitHub user rojopolis opened a pull request:

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

[LIBCLOUD-1002] Instance template support for GCE create_node

## Instance template support for GCE create_node

### Allows Nodes to be created from GCE Instance Templates

This change allows Nodes to be created from predefined Instance Templates 
in GCE.  
This is useful in a number of scenarios:
* Organizational standards are implemented with Templates.
* etc.

The attributes specified in the call to create_node will take precedence 
over those defined in the template (per provider documentation).

 Provider docs: 
- https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert
- 
https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template

### Status
- done, ready for review

### Checklist (tick everything that applies)

- [x] [Code 
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
 (required, can be done after the PR checks)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ] 
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
 (required for bigger changes)


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

$ git pull https://github.com/rojopolis/libcloud 
LIBCLOUD-1002_gce_source_instance_template

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

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


commit ba1ce31771b8691af864d7e3585e0778ab685843
Author: Robert Jordan 
Date:   2018-07-02T23:08:39Z

[LIBCLOUD-1002] Add support for creating GCE instances from template

commit 8f64453561e9b3b8e7306223304f165b15595c7f
Author: Robert Jordan 
Date:   2018-07-02T23:27:48Z

[LIBCLOUD-1002] Add support for creating GCE instances from template




---


[jira] [Created] (LIBCLOUD-1002) Allow GCE driver to create_node from InstanceTemplate

2018-07-02 Thread Robert Jordan (JIRA)
Robert Jordan created LIBCLOUD-1002:
---

 Summary: Allow GCE driver to create_node from InstanceTemplate
 Key: LIBCLOUD-1002
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-1002
 Project: Libcloud
  Issue Type: Improvement
  Components: Compute
Reporter: Robert Jordan


As a user of libcloud GCE driver I would like to be able to create nodes based 
off of a predefined GCE instance template.

https://cloud.google.com/compute/docs/instances/create-vm-from-instance-template



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


[jira] [Created] (LIBCLOUD-1001) cloudflare DNS driver no longer functions at all

2018-07-02 Thread Glyph Lefkowitz (JIRA)
Glyph Lefkowitz created LIBCLOUD-1001:
-

 Summary: cloudflare DNS driver no longer functions at all
 Key: LIBCLOUD-1001
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-1001
 Project: Libcloud
  Issue Type: Bug
  Components: DNS
Reporter: Glyph Lefkowitz


{{libcloud.common.types.MalformedResponseError:  
'Failed to parse JSON'>: 'This API has been deprecated in favor of API v4, 
available at [https://api.cloudflare.com'|https://api.cloudflare.com%27/]}}

 



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