ocf_heartbeat_openstack-info - Man Page
Records various node attributes in the CIB
Synopsis
openstack-info [start | stop | monitor | meta-data | validate-all]
Description
OCF resource agent to set attributes from Openstack instance details. It records (in the CIB) various attributes of a node. Sample output: openstack_az : nova openstack_flavor : c1.small openstack_id : 60ac4343-5828-49b1-8aac-7c69b1417f31 openstack_ports : 7960d889-9750-4160-bf41-c69a41ad72d9:96530d18-57a3-4718-af32-30f2a74c22a2,b0e55a06-bd75-468d-8baa-22cfeb65799f:a55ae917-8016-4b1e-8ffa-04311b9dc7d6
The layout of openstack_ports is a comma-separated list of tuples "subnet_id:port_id".
Supported Parameters
- pidfile
PID file
(optional, string, default "/run/resource-agents/OSInfo-")
- delay
Interval to allow values to stabilize
(optional, string, default "0")
- openrc
Valid Openstack credentials as openrc file from api_access/openrc.
(required, string, no default)
- curlcli
Path to command line cURL binary.
(optional, string, default "/usr/bin/curl")
- openstackcli
Path to command line tools for openstack.
(optional, string, default "/usr/bin/openstack")
- pythoncli
Path to command line Python interpreter.
(optional, string, default "/usr/bin/python3")
Supported Actions
This resource agent supports the following actions (operations):
- start
Starts the resource. Suggested minimum timeout: 20s.
- stop
Stops the resource. Suggested minimum timeout: 20s.
- monitor
Performs a detailed status check. Suggested minimum timeout: 20s. Suggested interval: 60s.
- meta-data
Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.
- validate-all
Performs a validation of the resource configuration. Suggested minimum timeout: 20s.
Example CRM Shell
The following is an example configuration for a openstack-info resource using the crm(8) shell:
primitive p_openstack-info ocf:heartbeat:openstack-info \ params \ openrc=string \ op monitor timeout="20s" interval="60s"
Example PCS
The following is an example configuration for a openstack-info resource using pcs(8)
pcs resource create p_openstack-info ocf:heartbeat:openstack-info \ openrc=string \ op monitor timeout="20s" interval="60s"
See Also
Author
ClusterLabs contributors (see the resource agent source for information about individual authors)