Blame SOURCES/bz1633249-gcp-pd-move-3-add-stackdriver_logging-to-metadata.patch

ab36d8
From 4fa41a1d7b4bee31526649c40cc4c58bc6333917 Mon Sep 17 00:00:00 2001
ab36d8
From: masaki-tamura <masaki-tamura@kccs.co.jp>
ab36d8
Date: Wed, 2 Oct 2019 17:12:42 +0900
ab36d8
Subject: [PATCH 1/2] add parameter stackdriver_logging
ab36d8
ab36d8
---
ab36d8
 heartbeat/gcp-pd-move.in | 5 +++++
ab36d8
 1 file changed, 5 insertions(+)
ab36d8
ab36d8
diff --git a/heartbeat/gcp-pd-move.in b/heartbeat/gcp-pd-move.in
ab36d8
index c5007a43c..fac5c9744 100755
ab36d8
--- a/heartbeat/gcp-pd-move.in
ab36d8
+++ b/heartbeat/gcp-pd-move.in
ab36d8
@@ -102,6 +102,11 @@ correctly.
ab36d8
 <shortdesc lang="en">Optional device name</shortdesc>
ab36d8
 <content type="boolean" default="" />
ab36d8
 </parameter>
ab36d8
+<parameter name="stackdriver_logging" unique="1" required="0">
ab36d8
+<longdesc lang="en">Use stackdriver_logging output to global resource (yes, true, enabled)</longdesc>
ab36d8
+<shortdesc lang="en">Use stackdriver_logging</shortdesc>
ab36d8
+<content type="string" default="yes" />
ab36d8
+</parameter>
ab36d8
 </parameters>
ab36d8
 <actions>
ab36d8
 <action name="start" timeout="300s" />
ab36d8
ab36d8
From f762ce3da00e1775587a04751a8828ba004fb534 Mon Sep 17 00:00:00 2001
ab36d8
From: masaki-tamura <masaki-tamura@kccs.co.jp>
ab36d8
Date: Wed, 2 Oct 2019 17:44:30 +0900
ab36d8
Subject: [PATCH 2/2] defautl no
ab36d8
ab36d8
---
ab36d8
 heartbeat/gcp-pd-move.in | 2 +-
ab36d8
 1 file changed, 1 insertion(+), 1 deletion(-)
ab36d8
ab36d8
diff --git a/heartbeat/gcp-pd-move.in b/heartbeat/gcp-pd-move.in
ab36d8
index fac5c9744..7fabc80dc 100755
ab36d8
--- a/heartbeat/gcp-pd-move.in
ab36d8
+++ b/heartbeat/gcp-pd-move.in
ab36d8
@@ -105,7 +105,7 @@ correctly.
ab36d8
 <parameter name="stackdriver_logging" unique="1" required="0">
ab36d8
 <longdesc lang="en">Use stackdriver_logging output to global resource (yes, true, enabled)</longdesc>
ab36d8
 <shortdesc lang="en">Use stackdriver_logging</shortdesc>
ab36d8
-<content type="string" default="yes" />
ab36d8
+<content type="string" default="no" />
ab36d8
 </parameter>
ab36d8
 </parameters>
ab36d8
 <actions>