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