table of contents
OCF_HEARTBEAT_AWS-V(7) | OCF resource agents | OCF_HEARTBEAT_AWS-V(7) |
NAME¶
ocf_heartbeat_aws-vpc-move-ip - Move IP within a VPC of the AWS EC2
SYNOPSIS¶
aws-vpc-move-ip [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
Resource Agent to move IP addresses within a VPC of the Amazon Webservices EC2 by changing an entry in an specific routing table
SUPPORTED PARAMETERS¶
awscli
(optional, string, default "/usr/bin/aws")
profile
(optional, string, default "default")
ip
(required, string, no default)
address
(optional, string, no default)
routing_table
(required, string, no default)
routing_table_role
(optional, string, no default)
interface
(required, string, default "eth0")
monapi
(optional, boolean, default false)
lookup_type
(optional, string, default "InstanceId")
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 aws-vpc-move-ip resource using the crm(8) shell:
primitive p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
params \
ip=string \
routing_table=string \
interface="eth0" \
op monitor depth="0" timeout="30s" interval="60s"
EXAMPLE PCS¶
The following is an example configuration for a aws-vpc-move-ip resource using pcs(8)
pcs resource create p_aws-vpc-move-ip ocf:heartbeat:aws-vpc-move-ip \
ip=string \
routing_table=string \
interface="eth0" \
op monitor depth="0" timeout="30s" interval="60s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |