summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-07-09 11:35:26 -0700
committeransibot <ansibot@users.noreply.github.com>2019-07-09 14:35:25 -0400
commit9721c4045b15462bceb365c2b0a5b02c1b652145 (patch)
tree089cb57ff19d6f7e24b30e2e225c89ce332e0f25 /test/integration
parenteb839c94ea2231e02d7baacf36801a273fd57527 (diff)
downloadansible-9721c4045b15462bceb365c2b0a5b02c1b652145.tar.gz
Bug fixes for GCP modules (#58849)
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/targets/gcp_compute_target_http_proxy/tasks/main.yml4
-rw-r--r--test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml4
-rw-r--r--test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml4
-rw-r--r--test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml4
-rw-r--r--test/integration/targets/gcp_compute_url_map/tasks/main.yml4
5 files changed, 10 insertions, 10 deletions
diff --git a/test/integration/targets/gcp_compute_target_http_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_http_proxy/tasks/main.yml
index b4e3327d69..14610738bd 100644
--- a/test/integration/targets/gcp_compute_target_http_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_http_proxy/tasks/main.yml
@@ -38,7 +38,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
@@ -169,7 +169,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
diff --git a/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
index d62cacb69c..41e6f58452 100644
--- a/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_https_proxy/tasks/main.yml
@@ -38,7 +38,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpsproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
@@ -222,7 +222,7 @@
gcp_compute_backend_service:
name: backendservice-targethttpsproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
diff --git a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
index 00215f70f3..dacc8b744e 100644
--- a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
@@ -42,7 +42,7 @@
gcp_compute_backend_service:
name: backendservice-targetsslproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
protocol: SSL
@@ -207,7 +207,7 @@
gcp_compute_backend_service:
name: backendservice-targetsslproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
protocol: SSL
diff --git a/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml
index 5ad77de1cb..9c0713c115 100644
--- a/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_tcp_proxy/tasks/main.yml
@@ -42,7 +42,7 @@
gcp_compute_backend_service:
name: backendservice-targettcpproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
protocol: TCP
@@ -159,7 +159,7 @@
gcp_compute_backend_service:
name: backendservice-targettcpproxy
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
protocol: TCP
diff --git a/test/integration/targets/gcp_compute_url_map/tasks/main.yml b/test/integration/targets/gcp_compute_url_map/tasks/main.yml
index 2361a63031..e359dd7047 100644
--- a/test/integration/targets/gcp_compute_url_map/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_url_map/tasks/main.yml
@@ -38,7 +38,7 @@
gcp_compute_backend_service:
name: backendservice-urlmap
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'
@@ -150,7 +150,7 @@
gcp_compute_backend_service:
name: backendservice-urlmap
backends:
- - group: "{{ instancegroup }}"
+ - group: "{{ instancegroup.selfLink }}"
health_checks:
- "{{ healthcheck.selfLink }}"
enable_cdn: 'true'