1OCF_HEARTBEAT_GCP-V(7) OCF resource agents OCF_HEARTBEAT_GCP-V(7)
2
3
4
6 ocf_heartbeat_gcp-vpc-move-vip - Floating IP Address on Google Cloud
7 Platform
8
10 gcp-vpc-move-vip [start | stop | monitor | meta-data | validate-all]
11
13 Floating IP Address on Google Cloud Platform - Using Alias IP address
14 functionality to attach a secondary IP address to a running instance
15
17 alias_ip
18 IP Address to be added including CIDR. E.g 192.168.0.1/32
19
20 (unique, required, string, no default)
21
22 alias_range_name
23 Subnet name for the Alias IP
24
25 (unique, optional, string, no default)
26
27 hostlist
28 List of hosts in the cluster
29
30 (unique, optional, string, no default)
31
32 stackdriver_logging
33 If enabled (set to true), IP failover logs will be posted to
34 stackdriver logging
35
36 (optional, boolean, default false)
37
39 This resource agent supports the following actions (operations):
40
41 start
42 Starts the resource. Suggested minimum timeout: 300s.
43
44 stop
45 Stops the resource. Suggested minimum timeout: 15s.
46
47 monitor
48 Performs a detailed status check. Suggested minimum timeout: 15s.
49 Suggested interval: 60s.
50
51 meta-data
52 Retrieves resource agent metadata (internal use only). Suggested
53 minimum timeout: 15s.
54
55 validate-all
56 Performs a validation of the resource configuration. Suggested
57 minimum timeout: 15s.
58
60 The following is an example configuration for a gcp-vpc-move-vip
61 resource using the crm(8) shell:
62
63 primitive p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
64 params \
65 alias_ip=string \
66 op monitor timeout="15s" interval="60s" depth="0"
67
69 The following is an example configuration for a gcp-vpc-move-vip
70 resource using pcs(8)
71
72 pcs resource create p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
73 alias_ip=string \
74 op monitor timeout="15s" interval="60s" depth="0"
75
77 http://clusterlabs.org/
78
80 ClusterLabs contributors (see the resource agent source for information
81 about individual authors)
82
83
84
85resource-agents UNKNOWN 03/15/2019 OCF_HEARTBEAT_GCP-V(7)