OCF_HEARTBEAT_GCP-V(7) | OCF resource agents | OCF_HEARTBEAT_GCP-V(7) |
ocf_heartbeat_gcp-vpc-move-vip - Floating IP Address or Range on Google Cloud Platform
gcp-vpc-move-vip [start | stop | monitor | meta-data | validate-all]
Floating IP Address or Range on Google Cloud Platform - Using Alias IP address functionality to attach a secondary IP range to a running instance
alias_ip
(unique, required, string, no default)
alias_range_name
(optional, string, no default)
hostlist
(optional, string, no default)
project
(optional, string, default "default")
serviceaccount
(optional, string, no default)
stackdriver_logging
(optional, boolean, default false)
This resource agent supports the following actions (operations):
start
stop
monitor
meta-data
validate-all
The following is an example configuration for a gcp-vpc-move-vip resource using the crm(8) shell:
primitive p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
params \
alias_ip=string \
op monitor timeout="15s" interval="60s" depth="0"
The following is an example configuration for a gcp-vpc-move-vip resource using pcs(8)
pcs resource create p_gcp-vpc-move-vip ocf:heartbeat:gcp-vpc-move-vip \
alias_ip=string \
op monitor timeout="15s" interval="60s" OCF_CHECK_LEVEL="0"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |