table of contents
OCF_HEARTBEAT_ALIYUN(7) | OCF resource agents | OCF_HEARTBEAT_ALIYUN(7) |
NAME¶
ocf_heartbeat_aliyun-vpc-move-ip - Move IP within a VPC of the Aliyun ECS
SYNOPSIS¶
aliyun-vpc-move-ip [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
Resource Agent to move IP addresses within a VPC of the Aliyun Webservices ECS by changing an entry in an specific routing table
SUPPORTED PARAMETERS¶
address
(required, string, no default)
routing_table
(required, string, no default)
interface
(required, string, default "eth0")
profile
See https://www.alibabacloud.com/help/doc-detail/43039.htm?spm=a2c63.p38356.b99.16.38a914abRZtOU3 for more information about aliyuncli-ra.
(optional, string, default "default")
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
validate-all
meta-data
EXAMPLE CRM SHELL¶
The following is an example configuration for a aliyun-vpc-move-ip resource using the crm(8) shell:
primitive p_aliyun-vpc-move-ip ocf:heartbeat:aliyun-vpc-move-ip \
params \
address=string \
routing_table=string \
interface="eth0" \
op monitor depth="0" timeout="30s" interval="30s"
EXAMPLE PCS¶
The following is an example configuration for a aliyun-vpc-move-ip resource using pcs(8)
pcs resource create p_aliyun-vpc-move-ip ocf:heartbeat:aliyun-vpc-move-ip \
address=string \
routing_table=string \
interface="eth0" \
op monitor depth="0" timeout="30s" interval="30s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |