1OCF_HEARTBEAT_NOVAEV(7) OCF resource agents OCF_HEARTBEAT_NOVAEV(7)
2
3
4
6 ocf_heartbeat_NovaEvacuate - Evacuator for OpenStack Nova Compute
7 Server
8
10 NovaEvacuate [start | stop | monitor | meta-data | validate-all]
11
13 Facility for tacking a list of compute nodes and reliably evacuating
14 the ones that fence_evacuate has flagged.
15
17 auth_url
18 Authorization URL for connecting to keystone in admin context
19
20 (required, string, no default)
21
22 username
23 Username for connecting to keystone in admin context
24
25
26 password
27 Password for connecting to keystone in admin context
28
29 (required, string, no default)
30
31 tenant_name
32 Tenant name for connecting to keystone in admin context. Note that
33 with Keystone V3 tenant names are only unique within a domain.
34
35 (required, string, no default)
36
37 user_domain
38 User's domain name. Used when authenticating to Keystone.
39
40 (required, string, no default)
41
42 project_domain
43 Domain name containing project. Used when authenticating to
44 Keystone.
45
46 (required, string, no default)
47
48 endpoint_type
49 Nova API location (internal, public or admin URL)
50
51 (optional, string, no default)
52
53 region_name
54 Region name for connecting to nova.
55
56 (optional, string, no default)
57
58 insecure
59 Explicitly allow client to perform "insecure" TLS (https) requests.
60 The server's certificate will not be verified against any
61 certificate authorities. This option should be used with caution.
62
63 (optional, boolean, default 0)
64
65 no_shared_storage
66 Disable shared storage recovery for instances. Use at your own
67 risk!
68
69 (optional, boolean, default 0)
70
71 verbose
72 Enable extra logging from the evacuation process
73
74 (optional, boolean, default 0)
75
77 This resource agent supports the following actions (operations):
78
79 start
80 Starts the resource. Suggested minimum timeout: 20.
81
82 stop
83 Stops the resource. Suggested minimum timeout: 20.
84
85 monitor
86 Performs a detailed status check. Suggested minimum timeout: 600.
87 Suggested interval: 10.
88
89 validate-all
90 Performs a validation of the resource configuration. Suggested
91 minimum timeout: 20.
92
93 meta-data
94 Retrieves resource agent metadata (internal use only). Suggested
95 minimum timeout: 5.
96
98 The following is an example configuration for a NovaEvacuate resource
99 using the crm(8) shell:
100
101 primitive p_NovaEvacuate ocf:heartbeat:NovaEvacuate \
102 params \
103 auth_url=string \
104 username= \
105 password=string \
106 tenant_name=string \
107 user_domain=string \
108 project_domain=string \
109 op monitor timeout="600" interval="10" depth="0"
110
112 The following is an example configuration for a NovaEvacuate resource
113 using pcs(8)
114
115 pcs resource create p_NovaEvacuate ocf:heartbeat:NovaEvacuate \
116 auth_url=string \
117 username= \
118 password=string \
119 tenant_name=string \
120 user_domain=string \
121 project_domain=string \
122 op monitor timeout="600" interval="10" depth="0"
123
125 http://clusterlabs.org/
126
128 ClusterLabs contributors (see the resource agent source for information
129 about individual authors)
130
131
132
133resource-agents UNKNOWN 03/14/2019 OCF_HEARTBEAT_NOVAEV(7)