ocf_heartbeat_awsvip man page
ocf_heartbeat_awsvip ā Amazon AWS Secondary Private IP Address Resource Agent Resource Agent for Amazon AWS Secondary Private IP Addresses. It manages AWS Secondary Private IP Addresses with awscli. Credentials needs to be setup by running "aws configure". See https://aws.amazon.com/cli/ for more information about awscli. This resource agent may be configured for native migration if available in the cluster manager. For Pacemaker, the allow-migrate="true" meta attribute enables native migration. command line tools for aws services (optional, string, default "/usr/bin/aws") Valid AWS CLI profile name (see ~/.aws/config and 'aws configure') (optional, string, default "default") reserved secondary private ip for ec2 instance (unique, required, string, no default) a short delay between API calls, to avoid sending API too quick (optional, integer, default 3) This resource agent supports the following actions (operations): Starts the resource. Suggested minimum timeout: 30s. Stops the resource. Suggested minimum timeout: 30s. Performs a detailed status check. Suggested minimum timeout: 30s. Suggested interval: 20s. Executes steps necessary for migrating the resource to the node. Suggested minimum timeout: 30s. Executes steps necessary for migrating the resource away from the node. Suggested minimum timeout: 30s. Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s. Suggested minimum timeout: 10s. Performs a validation of the resource configuration. Suggested minimum timeout: 10s. The following is an example configuration for a awsvip resource using the crm(8) shell: The following is an example configuration for a awsvip resource using pcs(8) ClusterLabs contributors (see the resource agent source for information about individual authors)Synopsis
awsvip [start | stop | monitor | migrate_to | migrate_from | meta-data | validate-all]
Description
Supported Parameters
Supported Actions
Example CRM Shell
primitive p_awsvip ocf:heartbeat:awsvip \
params \
secondary_private_ip=string \
meta allow-migrate="true" \
op monitor timeout="30s" interval="20s" depth="0"
Example PCS
pcs resource create p_awsvip ocf:heartbeat:awsvip \
secondary_private_ip=string \
op monitor timeout="30s" interval="20s" depth="0"
See Also
Author
Info