table of contents
OCF_HEARTBEAT_OSCEIP(7) | OCF resource agents | OCF_HEARTBEAT_OSCEIP(7) |
NAME¶
ocf_heartbeat_osceip - Outscale Elastic IP Address Resource Agent
SYNOPSIS¶
osceip [start | stop | monitor | migrate_to | migrate_from | meta-data | validate-all]
DESCRIPTION¶
Resource Agent for Outscale Elastic IP Addresses.
It manages Outscale Elastic IP Addresses with osc-cli.
Credentials needs to be setup.
See https://docs.outscale.com/en/userguide/Installing-and-Configuring-OSC-CLI.html for more information about osccli.
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.
SUPPORTED PARAMETERS¶
osccli
(optional, string, default "/usr/local/bin/osc-cli")
profile
(optional, string, default "default")
elastic_ip
(unique, required, string, no default)
region
(optional, string, no default)
curl_retries
(optional, integer, default 3)
curl_sleep
(optional, integer, default 1)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
migrate_to
migrate_from
meta-data
validate
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a osceip resource using the crm(8) shell:
primitive p_osceip ocf:heartbeat:osceip \
params \
elastic_ip=string \
meta allow-migrate="true" \
op monitor timeout="30s" interval="20s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a osceip resource using pcs(8)
pcs resource create p_osceip ocf:heartbeat:osceip \
elastic_ip=string \
op monitor timeout="30s" interval="20s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
10/05/2024 | resource-agents 4.15.1-2 |