table of contents
OCF_HEARTBEAT_NOVA-(7) | OCF resource agents | OCF_HEARTBEAT_NOVA-(7) |
NAME¶
ocf_heartbeat_nova-compute-wait - OpenStack Nova Compute Server
SYNOPSIS¶
nova-compute-wait [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
OpenStack Nova Compute Server.
SUPPORTED PARAMETERS¶
auth_url
(required, string, no default)
username
password
(required, string, no default)
tenant_name
(required, string, no default)
domain
(optional, string, no default)
endpoint_type
(optional, string, no default)
no_shared_storage
(optional, boolean, default 0)
evacuation_delay
You may need to increase the start timeout when increasing this value.
(optional, integer, default 120)
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 nova-compute-wait resource using the crm(8) shell:
primitive p_nova-compute-wait ocf:heartbeat:nova-compute-wait \
params \
auth_url=string \
username= \
password=string \
tenant_name=string \
op monitor timeout="20" interval="10" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a nova-compute-wait resource using pcs(8)
pcs resource create p_nova-compute-wait ocf:heartbeat:nova-compute-wait \
auth_url=string \
username= \
password=string \
tenant_name=string \
op monitor timeout="20" interval="10" depth="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |