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

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