[
https://issues.apache.org/jira/browse/AIRFLOW-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618909#comment-16618909
]
Jarek Potiuk commented on AIRFLOW-3078:
---------------------------------------
Hello [~kaxilnaik] - I know [~fenglu] will talk to you about it, but we are
currently working on implementation of those basic operators. We even have a
draft design doc that explains what we are planning to do in [Airflow "Compute
Engine"
operators|https://docs.google.com/document/d/17cjZeu4ov_ZrVH3qCa-g8olW4DjRi-YG83Z-WjnbXhk/edit#heading=h.6w8wok2now8f]
- so maybe instead of implementing it, we can involve you in reviewing (both
doc and implementation). I am happy to collaborate on it (I am starting to work
on it this week).
> 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
> Components: contrib, gcp
> Reporter: Jarek Potiuk
> Assignee: Kaxil Naik
> Priority: Trivial
>
> 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)