36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
|
diff -uNr a/heartbeat/gcp-vpc-move-ip.in b/heartbeat/gcp-vpc-move-ip.in
|
||
|
--- a/heartbeat/gcp-vpc-move-ip.in 2019-04-05 09:20:26.164739897 +0200
|
||
|
+++ b/heartbeat/gcp-vpc-move-ip.in 2019-04-05 09:21:01.331139742 +0200
|
||
|
@@ -36,7 +36,7 @@
|
||
|
. ${OCF_FUNCTIONS_DIR}/ocf-shellfuncs
|
||
|
|
||
|
# Defaults
|
||
|
-OCF_RESKEY_gcloud_default="/usr/bin/gcloud"
|
||
|
+OCF_RESKEY_gcloud_default="/usr/bin/gcloud-ra"
|
||
|
OCF_RESKEY_configuration_default="default"
|
||
|
OCF_RESKEY_vpc_network_default="default"
|
||
|
OCF_RESKEY_interface_default="eth0"
|
||
|
diff -uNr a/heartbeat/gcp-vpc-move-vip.in b/heartbeat/gcp-vpc-move-vip.in
|
||
|
--- a/heartbeat/gcp-vpc-move-vip.in 2020-06-25 13:21:42.090334894 +0200
|
||
|
+++ b/heartbeat/gcp-vpc-move-vip.in 2020-06-25 13:14:16.668092817 +0200
|
||
|
@@ -28,6 +28,7 @@
|
||
|
from ocf import *
|
||
|
|
||
|
try:
|
||
|
+ sys.path.insert(0, '/usr/lib/resource-agents/bundled/gcp/google-cloud-sdk/lib/third_party')
|
||
|
import googleapiclient.discovery
|
||
|
except ImportError:
|
||
|
pass
|
||
|
diff -uNr a/heartbeat/gcp-vpc-move-route.in b/heartbeat/gcp-vpc-move-route.in
|
||
|
--- a/heartbeat/gcp-vpc-move-route.in 2020-06-25 13:22:03.216301380 +0200
|
||
|
+++ b/heartbeat/gcp-vpc-move-route.in 2020-06-25 13:13:19.864183380 +0200
|
||
|
@@ -45,6 +45,8 @@
|
||
|
from ocf import *
|
||
|
|
||
|
try:
|
||
|
+ sys.path.insert(0, '/usr/lib/resource-agents/bundled/gcp')
|
||
|
+ sys.path.insert(0, '/usr/lib/resource-agents/bundled/gcp/google-cloud-sdk/lib/third_party')
|
||
|
import googleapiclient.discovery
|
||
|
import pyroute2
|
||
|
except ImportError:
|