ocf_heartbeat_nova-compute-wait (7) - Linux Manuals
ocf_heartbeat_nova-compute-wait: OpenStack Nova Compute Server
NAME
ocf_heartbeat_nova-compute-wait - OpenStack Nova Compute Server
SYNOPSIS
- nova-compute-wait [start | stop | monitor | meta-data | validate-all]
DESCRIPTION
SUPPORTED PARAMETERS
auth_url
-
Deprecated - do not use anymore.
(required, string, no default)
username
-
Deprecated - do not use anymore.
password
-
Deprecated - do not use anymore.
(required, string, no default)
tenant_name
-
Deprecated - do not use anymore.
(required, string, no default)
domain
-
DNS domain in which hosts live, useful when the cluster uses short names and nova uses FQDN
(optional, string, no default)
endpoint_type
-
Deprecated - do not use anymore.
(optional, string, no default)
no_shared_storage
-
Deprecated - do not use anymore.
(optional, boolean, default 0)
evacuation_delay
-
How long to wait for nova to finish evacuating instances elsewhere before starting nova-compute. Only used when the agent detects evacuations might be in progress.
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
- Starts the resource. Suggested minimum timeout: 600.
stop
- Stops the resource. Suggested minimum timeout: 300.
monitor
- Performs a detailed status check. Suggested minimum timeout: 20. Suggested interval: 10.
validate-all
- Performs a validation of the resource configuration. Suggested minimum timeout: 20.
meta-data
- Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5.
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"
AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors)
SEE ALSO
m[blue]http://www.linux-ha.org/wiki/nova-compute-wait_(resource_agent)m[]