1OCF_HEARTBEAT_GCP-V(7)        OCF resource agents       OCF_HEARTBEAT_GCP-V(7)
2
3
4

NAME

6       ocf_heartbeat_gcp-vpc-move-vip - Floating IP Address on Google Cloud
7       Platform
8

SYNOPSIS

10       gcp-vpc-move-vip [start | stop | monitor | meta-data | validate-all]
11

DESCRIPTION

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

SUPPORTED PARAMETERS

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. Using stackdriver logging requires additional
35           libraries (google-cloud-logging).
36
37           (optional, boolean, default false)
38

SUPPORTED ACTIONS

40       This resource agent supports the following actions (operations):
41
42       start
43           Starts the resource. Suggested minimum timeout: 300s.
44
45       stop
46           Stops the resource. Suggested minimum timeout: 15s.
47
48       monitor
49           Performs a detailed status check. Suggested minimum timeout: 15s.
50           Suggested interval: 60s.
51
52       meta-data
53           Retrieves resource agent metadata (internal use only). Suggested
54           minimum timeout: 15s.
55
56       validate-all
57           Performs a validation of the resource configuration. Suggested
58           minimum timeout: 15s.
59

EXAMPLE CRM SHELL

61       The following is an example configuration for a gcp-vpc-move-vip
62       resource using the crm(8) shell:
63
64           primitive p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
65             params \
66               alias_ip=string \
67             op monitor timeout="15s" interval="60s" depth="0"
68

EXAMPLE PCS

70       The following is an example configuration for a gcp-vpc-move-vip
71       resource using pcs(8)
72
73           pcs resource create p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
74             alias_ip=string \
75             op monitor timeout="15s" interval="60s" depth="0"
76

SEE ALSO

78       http://clusterlabs.org/
79

AUTHOR

81       ClusterLabs contributors (see the resource agent source for information
82       about individual authors)
83
84
85
86resource-agents UNKNOWN           03/14/2019            OCF_HEARTBEAT_GCP-V(7)
Impressum