1OCF_HEARTBEAT_NOVA-(7)        OCF resource agents       OCF_HEARTBEAT_NOVA-(7)
2
3
4

NAME

6       ocf_heartbeat_nova-compute-wait - OpenStack Nova Compute Server
7

SYNOPSIS

9       nova-compute-wait [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       OpenStack Nova Compute Server.
13

SUPPORTED PARAMETERS

15       auth_url
16           Deprecated - do not use anymore.
17
18           (required, string, no default)
19
20       username
21           Deprecated - do not use anymore.
22
23
24       password
25           Deprecated - do not use anymore.
26
27           (required, string, no default)
28
29       tenant_name
30           Deprecated - do not use anymore.
31
32           (required, string, no default)
33
34       domain
35           DNS domain in which hosts live, useful when the cluster uses short
36           names and nova uses FQDN
37
38           (optional, string, no default)
39
40       endpoint_type
41           Deprecated - do not use anymore.
42
43           (optional, string, no default)
44
45       no_shared_storage
46           Deprecated - do not use anymore.
47
48           (optional, boolean, default 0)
49
50       evacuation_delay
51           How long to wait for nova to finish evacuating instances elsewhere
52           before starting nova-compute. Only used when the agent detects
53           evacuations might be in progress.
54
55           You may need to increase the start timeout when increasing this
56           value.
57
58           (optional, integer, default 120)
59

SUPPORTED ACTIONS

61       This resource agent supports the following actions (operations):
62
63       start
64           Starts the resource. Suggested minimum timeout: 600.
65
66       stop
67           Stops the resource. Suggested minimum timeout: 300.
68
69       monitor
70           Performs a detailed status check. Suggested minimum timeout: 20.
71           Suggested interval: 10.
72
73       validate-all
74           Performs a validation of the resource configuration. Suggested
75           minimum timeout: 20.
76
77       meta-data
78           Retrieves resource agent metadata (internal use only). Suggested
79           minimum timeout: 5.
80

EXAMPLE CRM SHELL

82       The following is an example configuration for a nova-compute-wait
83       resource using the crm(8) shell:
84
85           primitive p_nova-compute-wait ocf:heartbeat:nova-compute-wait \
86             params \
87               auth_url=string \
88               username= \
89               password=string \
90               tenant_name=string \
91             op monitor timeout="20" interval="10" depth="0"
92

EXAMPLE PCS

94       The following is an example configuration for a nova-compute-wait
95       resource using pcs(8)
96
97           pcs resource create p_nova-compute-wait ocf:heartbeat:nova-compute-wait \
98             auth_url=string \
99             username= \
100             password=string \
101             tenant_name=string \
102             op monitor timeout="20" interval="10" depth="0"
103

SEE ALSO

105       http://clusterlabs.org/
106

AUTHOR

108       ClusterLabs contributors (see the resource agent source for information
109       about individual authors)
110
111
112
113resource-agents UNKNOWN           03/14/2019            OCF_HEARTBEAT_NOVA-(7)
Impressum