You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarosław Potiuk (JIRA)" <ji...@apache.org> on 2018/09/17 14:42:00 UTC

[jira] [Updated] (AIRFLOW-3078) Basic operators for Google Compute Engine

     [ https://issues.apache.org/jira/browse/AIRFLOW-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarosław Potiuk updated AIRFLOW-3078:
-------------------------------------
    Description: 
In order to be able to interact with raw Google Compute Engine, we need an operator that should be able to:

For managing individual machines:
 * Start Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/start])
 * Set Machine Type ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/setMachineType]) 
 * Stop Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/stop])

Also we should be able to manipulate instance groups:
 * Get instance group: ([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/get])
 * Insert Group: ([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/insert])
 * Update Group: ([https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/update])

 

  was:
In order to be able to interact with raw Google Compute Engine, we need an operator that should be able to:

For managing individual machines:
 * Start Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/start])
 * Set Machine Type ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/setMachineType]) 
 * Stop Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/stop])

Also we should be able to manipulate instance groups:
 * Get instance group: ([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/get])
 * Insert Group:([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/insert])
 * Update Group:([https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/update])

 


> Basic operators for Google Compute Engine
> -----------------------------------------
>
>                 Key: AIRFLOW-3078
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3078
>             Project: Apache Airflow
>          Issue Type: New Feature
>            Reporter: Jarosław Potiuk
>            Priority: Major
>
> In order to be able to interact with raw Google Compute Engine, we need an operator that should be able to:
> For managing individual machines:
>  * Start Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/start])
>  * Set Machine Type ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/setMachineType]) 
>  * Stop Instance: ([https://cloud.google.com/compute/docs/reference/rest/v1/instances/stop])
> Also we should be able to manipulate instance groups:
>  * Get instance group: ([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/get])
>  * Insert Group: ([https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/insert])
>  * Update Group: ([https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/update])
>  



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