Jarek Potiuk created AIRFLOW-3220:
-------------------------------------
Summary: Implement Instance Group Managers operators for GCE
Key: AIRFLOW-3220
URL: https://issues.apache.org/jira/browse/AIRFLOW-3220
Project: Apache Airflow
Issue Type: New Feature
Reporter: Jarek Potiuk
In order to be able to manage Instance Group Managers templates for instances:
[https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers]
Two operators are needed:
* GceInstanceTemplateCopy - where existing template is copied with some
changes specified (using API from
https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates)
* GceInstanceGroupManagerUpdateVersion - where updated template is replaced
in the instance group manager with patch method:
https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/patch
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)