From c7c7c34de48a2ffa306945256b2b333f4e2fe04c Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Wed, 12 Sep 2018 16:07:27 +0300 Subject: [PATCH 1/4] Update gcp.yaml --- gcp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp.yaml b/gcp.yaml index e0abd75c..cbfd20e5 100644 --- a/gcp.yaml +++ b/gcp.yaml @@ -73,7 +73,7 @@ node_templates: gcp_config: *gcp_config allowed: tcp: - - 80 + - !!int 80 sources: - 0.0.0.0/0 relationships: From 9b7b80ef21d16153aeb398dee5a0dbee64482823 Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Wed, 12 Sep 2018 16:28:33 +0300 Subject: [PATCH 2/4] Update gcp.yaml --- gcp.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gcp.yaml b/gcp.yaml index cbfd20e5..ef405022 100644 --- a/gcp.yaml +++ b/gcp.yaml @@ -46,7 +46,6 @@ dsl_definitions: private_key_id: { get_secret: gcp_private_key_id } private_key: { get_secret: gcp_private_key } project: { get_secret: gcp_project_id } - zone: { get_secret: gcp_zone } node_templates: From 49db0a5313c5a1beb853440b18099586404aa12b Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Wed, 12 Sep 2018 16:33:39 +0300 Subject: [PATCH 3/4] Update gcp.yaml --- gcp.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcp.yaml b/gcp.yaml index ef405022..591e23f4 100644 --- a/gcp.yaml +++ b/gcp.yaml @@ -11,6 +11,10 @@ inputs: type: string description: The GCP region to deploy the application in, such as europe-west1. + zone: + type: string + description: The zone in the GCP region. + network_name: type: string description: The name of your GCP Virtual Network. @@ -46,6 +50,7 @@ dsl_definitions: private_key_id: { get_secret: gcp_private_key_id } private_key: { get_secret: gcp_private_key } project: { get_secret: gcp_project_id } + zone: { get_input: zone } node_templates: From d5c3ccbcb9739906ab454f2abd38cba9f3939109 Mon Sep 17 00:00:00 2001 From: EarthmanT Date: Wed, 12 Sep 2018 16:42:35 +0300 Subject: [PATCH 4/4] Update gcp.yaml --- gcp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp.yaml b/gcp.yaml index 591e23f4..6ba2e819 100644 --- a/gcp.yaml +++ b/gcp.yaml @@ -62,7 +62,7 @@ node_templates: install_method: none image_id: { get_input: image } instance_type: { get_input: instance_type } - zone: { get_secret: gcp_zone } + zone: { get_input: zone } external_ip: true startup_script: type: string