示例 Airflow DAG,它执行以下操作:* 创建现有实例模板的副本 * 更新实例组管理器中现有的模板
模块内容
-
tests.system.google.cloud.compute.example_compute_igm.ENV_ID[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.PROJECT_ID[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.LOCATION = 'europe-west1-b'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.REGION = 'europe-west1'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.SHORT_MACHINE_TYPE_NAME = 'n1-standard-1'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.DAG_ID = 'cloud_compute_igm'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.TEMPLATE_NAME = 'instance-template-igm-test'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.NEW_TEMPLATE_NAME = 'instance-template-test-new'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.INSTANCE_TEMPLATE_BODY[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.NEW_DESCRIPTION = '测试 新 描述'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.INSTANCE_TEMPLATE_BODY_UPDATE[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.INSTANCE_GROUP_MANAGER_NAME = 'instance-group-test'[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.INSTANCE_GROUP_MANAGER_BODY[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.SOURCE_TEMPLATE_URL[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.DESTINATION_TEMPLATE_URL[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.UPDATE_POLICY[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.gce_instance_template_insert[源代码]
-
tests.system.google.cloud.compute.example_compute_igm.test_run[源代码]