Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
OCF_HEARTBEAT_OPENST(7)        OCF resource agents	 OCF_HEARTBEAT_OPENST(7)

NAME
     ocf_heartbeat_openstack-info - 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:  open-
     stack_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 "sub-
     net_id:port_id".

SUPPORTED PARAMETERS
     cloud
	 Openstack cloud  (from  ~/.config/openstack/clouds.yaml  or  /etc/open-
	 stack/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 "/var/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/local/bin/python3.12")

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. Sug-
	 gested interval: 60s.

     meta-data
	 Retrieves  resource agent metadata (internal use only). Suggested mini-
	 mum 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 us-
     ing 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 us-
     ing pcs(8)

	 pcs resource create p_openstack-info ocf:heartbeat:openstack-info \
	   op monitor timeout="180s" interval="60s"

SEE ALSO
     http://clusterlabs.org/

AUTHOR
     ClusterLabs  contributors	(see  the  resource agent source for information
     about individual authors)

resource-agents 4.13.0		   08/27/2026		 OCF_HEARTBEAT_OPENST(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ocf_heartbeat_openstack-info&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help