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
- cloud
Openstack cloud (from ~/.config/openstack/clouds.yaml or /etc/openstack/clouds.yaml).
(optional, string, no default)
- openrc
Openstack credentials as openrc file from api_access/openrc.
(optional, string, no default)
- auth_url
Keystone Auth URL
(optional, string, no default)
- username
Username.
(optional, string, no default)
- password
Password.
(optional, string, no default)
- project_name
Keystone Project.
(optional, string, no default)
- user_domain_name
Keystone User Domain Name.
(optional, string, default "Default")
- project_domain_name
Keystone Project Domain Name.
(optional, string, default "Default")
- openstackcli
Path to command line tools for openstack.
(optional, string, default "/usr/bin/openstack")
- insecure
Allow insecure connections
(optional, boolean, default false)
- pidfile
PID file
(optional, string, default "/run/resource-agents/OSInfo-")
- delay
Interval to allow values to stabilize
(optional, string, default "0")
- curlcli
Path to command line cURL binary.
(optional, string, default "/usr/bin/curl")
- 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: 180s.
- stop
Stops the resource. Suggested minimum timeout: 180s.
- monitor
Performs a detailed status check. Suggested minimum timeout: 180s. 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 \ op monitor timeout="180s" 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 \ op monitor timeout="180s" interval="60s"
See Also
Author
ClusterLabs contributors (see the resource agent source for information about individual authors)