diff --git a/doc/common/tables/aodh-amqp.xml b/doc/common/tables/aodh-amqp.xml new file mode 100644 index 0000000000..77183e07a1 --- /dev/null +++ b/doc/common/tables/aodh-amqp.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of AMQP configuration options
Configuration option = Default valueDescription
[DEFAULT]
= openstack(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.
= [](MultiStrOpt) The Drivers(s) to handle sending notifications. Possible values are messaging, messagingv2, routing, log, test, noop
= notifications(ListOpt) AMQP topic used for OpenStack notifications.
= None(StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration.
+
diff --git a/doc/common/tables/aodh-api.xml b/doc/common/tables/aodh-api.xml new file mode 100644 index 0000000000..de7b806a20 --- /dev/null +++ b/doc/common/tables/aodh-api.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of API configuration options
Configuration option = Default valueDescription
[api]
= 0.0.0.0(StrOpt) The listen IP for the aodh API server.
= api_paste.ini(StrOpt) Configuration file for WSGI definition of API.
= False(BoolOpt) Toggle Pecan Debug Middleware.
= 8042(IntOpt) The port for the aodh API server.
= 1(IntOpt) Number of workers for aodh API server.
[oslo_middleware]
= 114688(IntOpt) The maximum body size for each request, in bytes.
= X-Forwarded-Proto(StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.
+
diff --git a/doc/common/tables/aodh-auth.xml b/doc/common/tables/aodh-auth.xml new file mode 100644 index 0000000000..77d0bd2fbf --- /dev/null +++ b/doc/common/tables/aodh-auth.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of authorization configuration options
Configuration option = Default valueDescription
[service_credentials]
= False(BoolOpt) Disables X.509 certificate validation when an SSL connection to Identity Service is established.
= http://localhost:5000/v2.0(StrOpt) Auth URL to use for OpenStack service access.
= None(StrOpt) Certificate chain for SSL validation.
= publicURL(StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services.
= admin(StrOpt) Password to use for OpenStack service access.
= default(StrOpt) The domain id of the user project
= admin(StrOpt) The user project name
= None(StrOpt) Region name to use for OpenStack service endpoints.
= (StrOpt) Tenant ID to use for OpenStack service access.
= admin(StrOpt) Tenant name to use for OpenStack service access.
= default(StrOpt) The domain id of the user
= aodh(StrOpt) User name to use for OpenStack service access.
+
diff --git a/doc/common/tables/aodh-auth_token.xml b/doc/common/tables/aodh-auth_token.xml new file mode 100644 index 0000000000..2cbeff26f5 --- /dev/null +++ b/doc/common/tables/aodh-auth_token.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of authorization token configuration options
Configuration option = Default valueDescription
[keystone_authtoken]
= None(StrOpt) Service user password.
= admin(StrOpt) Service tenant name.
= None(StrOpt) This option is deprecated and may be removed in a future release. Single shared secret with the Keystone configuration used for bootstrapping a Keystone installation, or otherwise bypassing the normal authentication process. This option should not be used, use `admin_user` and `admin_password` instead.
= None(StrOpt) Service username.
= (StrOpt) Prefix to prepend at the beginning of the path. Deprecated, use identity_uri.
= 127.0.0.1(StrOpt) Host providing the admin Identity API endpoint. Deprecated, use identity_uri.
= None(StrOpt) Name of the plugin to load
= 35357(IntOpt) Port of the admin Identity API endpoint. Deprecated, use identity_uri.
= https(StrOpt) Protocol of the admin Identity API endpoint (http or https). Deprecated, use identity_uri.
= None(StrOpt) Config Section from which to load plugin specific options
= None(StrOpt) Complete public Identity API endpoint.
= None(StrOpt) API version of the admin Identity API endpoint.
= None(StrOpt) Env key for the swift cache.
= None(StrOpt) A PEM encoded Certificate Authority to use when verifying HTTPs connections. Defaults to system CAs.
= None(StrOpt) Required if identity server requires client certificate
= False(BoolOpt) If true, the revocation list will be checked for cached tokens. This requires that PKI tokens are configured on the identity server.
= False(BoolOpt) Do not handle authorization requests within the middleware, but delegate the authorization decision to downstream WSGI components.
= permissive(StrOpt) Used to control the use and type of token binding. Can be set to: "disabled" to not check token binding. "permissive" (default) to validate binding information if the bind type is of a form known to the server and ignore it if not. "strict" like "permissive" but if the bind type is unknown the token will be rejected. "required" any form of token binding is needed to be allowed. Finally the name of a binding method that must be present in tokens.
= md5(ListOpt) Hash algorithms to use for hashing PKI tokens. This may be a single algorithm or multiple. The algorithms are those supported by Python standard hashlib.new(). The hashes will be tried in the order given, so put the preferred one first for performance. The result of the first hash will be stored in the cache. This will typically be set to multiple values only while migrating from a less secure algorithm to a more secure one. Once all the old tokens are expired this option should be set to a single value for better performance.
= None(IntOpt) Request timeout value for communicating with Identity API server.
= 3(IntOpt) How many times are we trying to reconnect when communicating with Identity API Server.
= None(StrOpt) Complete admin Identity API endpoint. This should specify the unversioned root endpoint e.g. https://localhost:35357/
= True(BoolOpt) (Optional) Indicate whether to set the X-Service-Catalog header. If False, middleware will not ask for service catalog on token validation and will not set the X-Service-Catalog header.
= False(BoolOpt) Verify HTTPS connections.
= None(StrOpt) Required if identity server requires client certificate
= 10(IntOpt) (Optional) Number of seconds that an operation will wait to get a memcached client connection from the pool.
= 300(IntOpt) (Optional) Number of seconds memcached server is considered dead before it is tried again.
= 10(IntOpt) (Optional) Maximum total number of open connections to every memcached server.
= 3(IntOpt) (Optional) Socket timeout in seconds for communicating with a memcached server.
= 60(IntOpt) (Optional) Number of seconds a connection to memcached is held unused in the pool before it is closed.
= None(StrOpt) (Optional, mandatory if memcache_security_strategy is defined) This string is used for key derivation.
= None(StrOpt) (Optional) If defined, indicate whether token data should be authenticated or authenticated and encrypted. Acceptable values are MAC or ENCRYPT. If MAC, token data is authenticated (with HMAC) in the cache. If ENCRYPT, token data is encrypted and authenticated in the cache. If the value is not one of these options or empty, auth_token will raise an exception on initialization.
= False(BoolOpt) (Optional) Use the advanced (eventlet safe) memcached client pool. The advanced pool will only work under python 2.x.
= None(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.
= None(StrOpt) The region in which the identity server can be found.
= 10(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.
= None(StrOpt) Directory used to cache files related to PKI tokens.
= 300(IntOpt) In order to prevent excessive effort spent validating tokens, the middleware caches previously-seen tokens for a configurable duration (in seconds). Set to -1 to disable caching completely.
+
diff --git a/doc/common/tables/aodh-common.xml b/doc/common/tables/aodh-common.xml new file mode 100644 index 0000000000..f8db8562aa --- /dev/null +++ b/doc/common/tables/aodh-common.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of common configuration options
Configuration option = Default valueDescription
[DEFAULT]
= -1(IntOpt) Maximum count of actions for each state of an alarm, non-positive number means no limit.
= 60(IntOpt) Period of evaluation cycle, should be >= than configured pipeline interval for collection of underlying meters.
= 60(IntOpt) TTL of event alarm caches, in seconds. Set to 0 to disable caching.
= alarm.all(StrOpt) The topic that aodh uses for event alarm evaluation.
= 64(IntOpt) Size of executor thread pool.
= http://localhost:8041(StrOpt) URL to Gnocchi.
= localhost(StrOpt) Name of this node, which must be valid in an AMQP key. Can be an opaque identifier. For ZeroMQ only, must be a valid host name, FQDN, or IP address.
= 600(IntOpt) Timeout seconds for HTTP requests. Set it to None to disable timeout.
= None(ListOpt) Memcached servers or None for in process cache.
= 1(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.
= alarm_notifier(StrOpt) The topic that aodh uses for alarm notifier messages.
= None(IntOpt) Maximum number of alarms defined for a project.
= True(BoolOpt) Record alarm change events.
= (StrOpt) SSL Client certificate for REST notifier.
= (StrOpt) SSL Client private key for REST notifier.
= 0(IntOpt) Number of retries for REST notifier
= True(BoolOpt) Whether to verify the SSL Server certificate when calling alarm action.
= None(IntOpt) Maximum number of alarms defined for a user.
+
diff --git a/doc/common/tables/aodh-coordination.xml b/doc/common/tables/aodh-coordination.xml new file mode 100644 index 0000000000..87568f1013 --- /dev/null +++ b/doc/common/tables/aodh-coordination.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of Coordination configuration options
Configuration option = Default valueDescription
[coordination]
= None(StrOpt) The backend URL to use for distributed coordination. If left empty, per-deployment central agent and per-host compute agent won't do workload partitioning and will only function correctly if a single instance of that service is running.
= 10.0(FloatOpt) Number of seconds between checks to see if group membership has changed
= 1.0(FloatOpt) Number of seconds between heartbeats for distributed coordination.
+
diff --git a/doc/common/tables/aodh-cors.xml b/doc/common/tables/aodh-cors.xml new file mode 100644 index 0000000000..e13d794623 --- /dev/null +++ b/doc/common/tables/aodh-cors.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of CORS configuration options
Configuration option = Default valueDescription
[cors]
= True(BoolOpt) Indicate that the actual request can include user credentials
= Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma(ListOpt) Indicate which header field names may be used during the actual request.
= GET, POST, PUT, DELETE, OPTIONS(ListOpt) Indicate which methods can be used during the actual request.
= None(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
= Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
= 3600(IntOpt) Maximum cache age of CORS preflight requests.
[cors.subdomain]
= True(BoolOpt) Indicate that the actual request can include user credentials
= Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma(ListOpt) Indicate which header field names may be used during the actual request.
= GET, POST, PUT, DELETE, OPTIONS(ListOpt) Indicate which methods can be used during the actual request.
= None(StrOpt) Indicate whether this resource may be shared with the domain received in the requests "origin" header.
= Content-Type, Cache-Control, Content-Language, Expires, Last-Modified, Pragma(ListOpt) Indicate which headers are safe to expose to the API. Defaults to HTTP Simple Headers.
= 3600(IntOpt) Maximum cache age of CORS preflight requests.
+
diff --git a/doc/common/tables/aodh-database.xml b/doc/common/tables/aodh-database.xml new file mode 100644 index 0000000000..40feaf6ca7 --- /dev/null +++ b/doc/common/tables/aodh-database.xml @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of database configuration options
Configuration option = Default valueDescription
[database]
= None(StrOpt) The connection string used to connect to the alarm database - rather use ${database.connection}
= -1(IntOpt) Number of seconds that alarm histories are kept in the database for (<= 0 means forever).
= sqlalchemy(StrOpt) The back end to use for the database.
= None(StrOpt) The SQLAlchemy connection string to use to connect to the database.
= 0(IntOpt) Verbosity of SQL debugging information: 0=None, 100=Everything.
= False(BoolOpt) Add Python stack traces to SQL as comment strings.
= True(BoolOpt) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
= 20(IntOpt) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
= 10(IntOpt) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
= 1(IntOpt) Seconds between retries of a database transaction.
= 3600(IntOpt) Timeout before idle SQL connections are reaped.
= None(IntOpt) If set, use this value for max_overflow with SQLAlchemy.
= None(IntOpt) Maximum number of SQL connections to keep open in a pool.
= 10(IntOpt) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
= 1(IntOpt) Minimum number of SQL connections to keep open in a pool.
= TRADITIONAL(StrOpt) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
= None(IntOpt) If set, use this value for pool_timeout with SQLAlchemy.
= 10(IntOpt) Interval between retries of opening a SQL connection.
= None(StrOpt) The SQLAlchemy connection string to use to connect to the slave database.
= oslo.sqlite(StrOpt) The file name to use with SQLite.
= True(BoolOpt) If True, SQLite uses synchronous mode.
= False(BoolOpt) Enable the experimental use of database reconnect on connection lost.
+
diff --git a/doc/common/tables/aodh-logging.xml b/doc/common/tables/aodh-logging.xml new file mode 100644 index 0000000000..a6a0e09c9c --- /dev/null +++ b/doc/common/tables/aodh-logging.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of logging configuration options
Configuration option = Default valueDescription
[DEFAULT]
= False(BoolOpt) Print debugging output (set logging level to DEBUG instead of default INFO level).
= amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN(ListOpt) List of logger=LEVEL pairs.
= False(BoolOpt) Enables or disables fatal status of deprecations.
= "[instance: %(uuid)s] "(StrOpt) The format for an instance that is passed with the log message.
= "[instance: %(uuid)s] "(StrOpt) The format for an instance UUID that is passed with the log message.
= None(StrOpt) The name of a logging configuration file. This file is appended to any existing logging configuration files. For details about logging configuration files, see the Python logging module documentation.
= %Y-%m-%d %H:%M:%S(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .
= None(StrOpt) (Optional) The base directory used for relative --log-file paths.
= None(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.
= None(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.
= %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s(StrOpt) Format string to use for log messages with context.
= %(funcName)s %(pathname)s:%(lineno)d(StrOpt) Data to append to log format when level is DEBUG.
= %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s(StrOpt) Format string to use for log messages without context.
= %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s(StrOpt) Prefix each line of exception output with this format.
= False(BoolOpt) Enables or disables publication of error events.
= LOG_USER(StrOpt) Syslog facility to receive log lines.
= True(BoolOpt) Log output to standard error.
= False(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424.
= True(BoolOpt) (Optional) Enables or disables syslog rfc5424 format for logging. If enabled, prefixes the MSG part of the syslog message with APP-NAME (RFC5424). The format without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka, along with this option.
= True(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.
+
diff --git a/doc/common/tables/aodh-policy.xml b/doc/common/tables/aodh-policy.xml new file mode 100644 index 0000000000..6a31243785 --- /dev/null +++ b/doc/common/tables/aodh-policy.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of policy configuration options
Configuration option = Default valueDescription
[oslo_policy]
= default(StrOpt) Default rule. Enforced when a requested rule is not found.
= ['policy.d'](MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.
= policy.json(StrOpt) The JSON file that defines policies.
+
diff --git a/doc/common/tables/aodh-qpid.xml b/doc/common/tables/aodh-qpid.xml new file mode 100644 index 0000000000..b4ab64705f --- /dev/null +++ b/doc/common/tables/aodh-qpid.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of Qpid configuration options
Configuration option = Default valueDescription
[oslo_messaging_qpid]
= False(BoolOpt) Auto-delete queues in AMQP.
= False(BoolOpt) Use durable queues in AMQP.
= 60(IntOpt) Seconds between connection keepalive heartbeats.
= localhost(StrOpt) Qpid broker hostname.
= $qpid_hostname:$qpid_port(ListOpt) Qpid HA cluster host:port pairs.
= (StrOpt) Password for Qpid connection.
= 5672(IntOpt) Qpid broker port.
= tcp(StrOpt) Transport to use, either 'tcp' or 'ssl'.
= 1(IntOpt) The number of prefetched messages held by receiver.
= (StrOpt) Space separated list of SASL mechanisms to use for auth.
= True(BoolOpt) Whether to disable the Nagle algorithm.
= 1(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
= (StrOpt) Username for Qpid connection.
= False(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.
+
diff --git a/doc/common/tables/aodh-rabbitmq.xml b/doc/common/tables/aodh-rabbitmq.xml new file mode 100644 index 0000000000..9635fcfd87 --- /dev/null +++ b/doc/common/tables/aodh-rabbitmq.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of RabbitMQ configuration options
Configuration option = Default valueDescription
[oslo_messaging_rabbit]
= False(BoolOpt) Auto-delete queues in AMQP.
= False(BoolOpt) Use durable queues in AMQP.
= False(BoolOpt) Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
= 2(IntOpt) How often times during the heartbeat_timeout_threshold we check the heartbeat.
= 60(IntOpt) Number of seconds after which the Rabbit broker is considered down if heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL
= 1.0(FloatOpt) How long to wait before reconnecting in response to an AMQP consumer cancel notification.
= 60(IntOpt) How long to wait before considering a reconnect attempt to have failed. This value should not be longer than rpc_response_timeout.
= (StrOpt) SSL certification authority file (valid only if SSL enabled).
= (StrOpt) SSL cert file (valid only if SSL enabled).
= (StrOpt) SSL key file (valid only if SSL enabled).
= (StrOpt) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions.
= False(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.
= localhost(StrOpt) The RabbitMQ broker address where a single node is used.
= $rabbit_host:$rabbit_port(ListOpt) RabbitMQ HA cluster host:port pairs.
= AMQPLAIN(StrOpt) The RabbitMQ login method.
= 0(IntOpt) Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry count).
= guest(StrOpt) The RabbitMQ password.
= 5672(IntOpt) The RabbitMQ broker port where a single node is used.
= 2(IntOpt) How long to backoff for between retries when connecting to RabbitMQ.
= 1(IntOpt) How frequently to retry connecting with RabbitMQ.
= False(BoolOpt) Connect over SSL for RabbitMQ.
= guest(StrOpt) The RabbitMQ userid.
= /(StrOpt) The RabbitMQ virtual host.
= False(BoolOpt) Send a single AMQP reply to call message. The current behaviour since oslo-incubator is to send two AMQP replies - first one with the payload, a second one to ensure the other have finish to send the payload. We are going to remove it in the N release, but we must keep backward compatible at the same time. This option provides such compatibility - it defaults to False in Liberty and can be turned on for early adopters with a new installations or for testing. Please note, that this option will be removed in the Mitaka release.
+
diff --git a/doc/common/tables/aodh-redis.xml b/doc/common/tables/aodh-redis.xml new file mode 100644 index 0000000000..8ad02194b6 --- /dev/null +++ b/doc/common/tables/aodh-redis.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of Redis configuration options
Configuration option = Default valueDescription
[matchmaker_redis]
= 127.0.0.1(StrOpt) Host to locate redis.
= None(StrOpt) Password for Redis server (optional).
= 6379(IntOpt) Use this port to connect to redis host.
[matchmaker_ring]
= /etc/oslo/matchmaker_ring.json(StrOpt) Matchmaker ring file (JSON).
+
diff --git a/doc/common/tables/aodh-rpc.xml b/doc/common/tables/aodh-rpc.xml new file mode 100644 index 0000000000..3106a2f512 --- /dev/null +++ b/doc/common/tables/aodh-rpc.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of RPC configuration options
Configuration option = Default valueDescription
[DEFAULT]
= 300(IntOpt) Heartbeat frequency.
= 600(IntOpt) Heartbeat time-to-live.
= rabbit(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.
= 30(IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
= 30(IntOpt) Size of RPC connection pool.
= 60(IntOpt) Seconds to wait for a response from a call.
[oslo_messaging_amqp]
= False(BoolOpt) Accept clients using either SSL or plain TCP
= broadcast(StrOpt) address prefix used when broadcasting to all servers
= None(StrOpt) Name for the AMQP container
= unicast(StrOpt) address prefix when sending to any server in group
= 0(IntOpt) Timeout for inactive connections (in seconds)
= exclusive(StrOpt) address prefix used when sending to a specific server
= (StrOpt) CA certificate PEM file to verify server certificate
= (StrOpt) Identifying certificate PEM file to present to clients
= (StrOpt) Private key PEM file used to sign cert_file certificate
= None(StrOpt) Password for decrypting ssl_key_file (if encrypted)
= False(BoolOpt) Debug: dump AMQP frames to stdout
+
diff --git a/doc/common/tables/aodh-zeromq.xml b/doc/common/tables/aodh-zeromq.xml new file mode 100644 index 0000000000..98dead90dc --- /dev/null +++ b/doc/common/tables/aodh-zeromq.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description of ZeroMQ configuration options
Configuration option = Default valueDescription
[DEFAULT]
= *(StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The "host" option should point or resolve to this address.
= 1(IntOpt) Number of ZeroMQ contexts, defaults to 1.
= localhost(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.
= /var/run/openstack(StrOpt) Directory for holding IPC sockets.
= local(StrOpt) MatchMaker driver.
= 9501(IntOpt) ZeroMQ receiver listening port.
= None(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.
+
diff --git a/doc/config-reference/ch_telemetryconfigure.xml b/doc/config-reference/ch_telemetryconfigure.xml index 5b3e1ef13e..f473ce6b01 100644 --- a/doc/config-reference/ch_telemetryconfigure.xml +++ b/doc/config-reference/ch_telemetryconfigure.xml @@ -12,43 +12,8 @@ Guide for your distribution (docs.openstack.org). - The following tables provide a comprehensive list of the Telemetry - configuration options. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/doc/config-reference/telemetry/section_telemetry-alarming-service-config-opts.xml b/doc/config-reference/telemetry/section_telemetry-alarming-service-config-opts.xml new file mode 100644 index 0000000000..ab8b41009c --- /dev/null +++ b/doc/config-reference/telemetry/section_telemetry-alarming-service-config-opts.xml @@ -0,0 +1,24 @@ +
+ Telemetry Alarming service configuration options + The following tables provide a comprehensive list of + the Telemetry Alarming service configuration options. + + + + + + + + + + + + + + + +
diff --git a/doc/config-reference/telemetry/section_telemetry-service-config-opts.xml b/doc/config-reference/telemetry/section_telemetry-service-config-opts.xml new file mode 100644 index 0000000000..9db9caac92 --- /dev/null +++ b/doc/config-reference/telemetry/section_telemetry-service-config-opts.xml @@ -0,0 +1,43 @@ +
+ Telemetry configuration options + The following tables provide a comprehensive list of the Telemetry + configuration options. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/tools/autogenerate-config-flagmappings/aodh.flagmappings b/tools/autogenerate-config-flagmappings/aodh.flagmappings new file mode 100644 index 0000000000..179051c1e6 --- /dev/null +++ b/tools/autogenerate-config-flagmappings/aodh.flagmappings @@ -0,0 +1,205 @@ +alarm_max_actions common +control_exchange amqp +debug logging +default_log_levels logging +evaluation_interval common +event_alarm_cache_ttl common +event_alarm_topic common +executor_thread_pool_size common +fatal_deprecations logging +gnocchi_url common +host common +http_timeout common +instance_format logging +instance_uuid_format logging +log_config_append logging +log_date_format logging +log_dir logging +log_file logging +log_format logging +logging_context_format_string logging +logging_debug_format_suffix logging +logging_default_format_string logging +logging_exception_prefix logging +matchmaker_heartbeat_freq rpc +matchmaker_heartbeat_ttl rpc +memcached_servers common +notification_driver amqp +notification_topics amqp +notification_workers common +notifier_rpc_topic common +project_alarm_quota common +publish_errors logging +record_history common +rest_notifier_certificate_file common +rest_notifier_certificate_key common +rest_notifier_max_retries common +rest_notifier_ssl_verify common +rpc_backend rpc +rpc_cast_timeout rpc +rpc_conn_pool_size rpc +rpc_response_timeout rpc +rpc_zmq_bind_address zeromq +rpc_zmq_contexts zeromq +rpc_zmq_host zeromq +rpc_zmq_ipc_dir zeromq +rpc_zmq_matchmaker zeromq +rpc_zmq_port zeromq +rpc_zmq_topic_backlog zeromq +syslog_log_facility logging +transport_url amqp +use_stderr logging +use_syslog logging +use_syslog_rfc_format logging +user_alarm_quota common +verbose logging +api/host api +api/paste_config api +api/pecan_debug api +api/port api +api/workers api +coordination/backend_url coordination +coordination/check_watchers coordination +coordination/heartbeat coordination +cors/allow_credentials cors +cors/allow_headers cors +cors/allow_methods cors +cors/allowed_origin cors +cors/expose_headers cors +cors/max_age cors +cors.subdomain/allow_credentials cors +cors.subdomain/allow_headers cors +cors.subdomain/allow_methods cors +cors.subdomain/allowed_origin cors +cors.subdomain/expose_headers cors +cors.subdomain/max_age cors +database/alarm_connection database +database/alarm_history_time_to_live database +database/backend database +database/connection database +database/connection_debug database +database/connection_trace database +database/db_inc_retry_interval database +database/db_max_retries database +database/db_max_retry_interval database +database/db_retry_interval database +database/idle_timeout database +database/max_overflow database +database/max_pool_size database +database/max_retries database +database/min_pool_size database +database/mysql_sql_mode database +database/pool_timeout database +database/retry_interval database +database/slave_connection database +database/sqlite_db database +database/sqlite_synchronous database +database/use_db_reconnect database +keystone_authtoken/admin_password auth_token +keystone_authtoken/admin_tenant_name auth_token +keystone_authtoken/admin_token auth_token +keystone_authtoken/admin_user auth_token +keystone_authtoken/auth_admin_prefix auth_token +keystone_authtoken/auth_host auth_token +keystone_authtoken/auth_plugin auth_token +keystone_authtoken/auth_port auth_token +keystone_authtoken/auth_protocol auth_token +keystone_authtoken/auth_section auth_token +keystone_authtoken/auth_uri auth_token +keystone_authtoken/auth_version auth_token +keystone_authtoken/cache auth_token +keystone_authtoken/cafile auth_token +keystone_authtoken/certfile auth_token +keystone_authtoken/check_revocations_for_cached auth_token +keystone_authtoken/delay_auth_decision auth_token +keystone_authtoken/enforce_token_bind auth_token +keystone_authtoken/hash_algorithms auth_token +keystone_authtoken/http_connect_timeout auth_token +keystone_authtoken/http_request_max_retries auth_token +keystone_authtoken/identity_uri auth_token +keystone_authtoken/include_service_catalog auth_token +keystone_authtoken/insecure auth_token +keystone_authtoken/keyfile auth_token +keystone_authtoken/memcache_pool_conn_get_timeout auth_token +keystone_authtoken/memcache_pool_dead_retry auth_token +keystone_authtoken/memcache_pool_maxsize auth_token +keystone_authtoken/memcache_pool_socket_timeout auth_token +keystone_authtoken/memcache_pool_unused_timeout auth_token +keystone_authtoken/memcache_secret_key auth_token +keystone_authtoken/memcache_security_strategy auth_token +keystone_authtoken/memcache_use_advanced_pool auth_token +keystone_authtoken/memcached_servers auth_token +keystone_authtoken/region_name auth_token +keystone_authtoken/revocation_cache_time auth_token +keystone_authtoken/signing_dir auth_token +keystone_authtoken/token_cache_time auth_token +matchmaker_redis/host redis +matchmaker_redis/password redis +matchmaker_redis/port redis +matchmaker_ring/ringfile redis +oslo_messaging_amqp/allow_insecure_clients rpc +oslo_messaging_amqp/broadcast_prefix rpc +oslo_messaging_amqp/container_name rpc +oslo_messaging_amqp/group_request_prefix rpc +oslo_messaging_amqp/idle_timeout rpc +oslo_messaging_amqp/server_request_prefix rpc +oslo_messaging_amqp/ssl_ca_file rpc +oslo_messaging_amqp/ssl_cert_file rpc +oslo_messaging_amqp/ssl_key_file rpc +oslo_messaging_amqp/ssl_key_password rpc +oslo_messaging_amqp/trace rpc +oslo_messaging_qpid/amqp_auto_delete qpid +oslo_messaging_qpid/amqp_durable_queues qpid +oslo_messaging_qpid/qpid_heartbeat qpid +oslo_messaging_qpid/qpid_hostname qpid +oslo_messaging_qpid/qpid_hosts qpid +oslo_messaging_qpid/qpid_password qpid +oslo_messaging_qpid/qpid_port qpid +oslo_messaging_qpid/qpid_protocol qpid +oslo_messaging_qpid/qpid_receiver_capacity qpid +oslo_messaging_qpid/qpid_sasl_mechanisms qpid +oslo_messaging_qpid/qpid_tcp_nodelay qpid +oslo_messaging_qpid/qpid_topology_version qpid +oslo_messaging_qpid/qpid_username qpid +oslo_messaging_qpid/send_single_reply qpid +oslo_messaging_rabbit/amqp_auto_delete rabbitmq +oslo_messaging_rabbit/amqp_durable_queues rabbitmq +oslo_messaging_rabbit/fake_rabbit rabbitmq +oslo_messaging_rabbit/heartbeat_rate rabbitmq +oslo_messaging_rabbit/heartbeat_timeout_threshold rabbitmq +oslo_messaging_rabbit/kombu_reconnect_delay rabbitmq +oslo_messaging_rabbit/kombu_reconnect_timeout rabbitmq +oslo_messaging_rabbit/kombu_ssl_ca_certs rabbitmq +oslo_messaging_rabbit/kombu_ssl_certfile rabbitmq +oslo_messaging_rabbit/kombu_ssl_keyfile rabbitmq +oslo_messaging_rabbit/kombu_ssl_version rabbitmq +oslo_messaging_rabbit/rabbit_ha_queues rabbitmq +oslo_messaging_rabbit/rabbit_host rabbitmq +oslo_messaging_rabbit/rabbit_hosts rabbitmq +oslo_messaging_rabbit/rabbit_login_method rabbitmq +oslo_messaging_rabbit/rabbit_max_retries rabbitmq +oslo_messaging_rabbit/rabbit_password rabbitmq +oslo_messaging_rabbit/rabbit_port rabbitmq +oslo_messaging_rabbit/rabbit_retry_backoff rabbitmq +oslo_messaging_rabbit/rabbit_retry_interval rabbitmq +oslo_messaging_rabbit/rabbit_use_ssl rabbitmq +oslo_messaging_rabbit/rabbit_userid rabbitmq +oslo_messaging_rabbit/rabbit_virtual_host rabbitmq +oslo_messaging_rabbit/send_single_reply rabbitmq +oslo_middleware/max_request_body_size api +oslo_middleware/secure_proxy_ssl_header api +oslo_policy/policy_default_rule policy +oslo_policy/policy_dirs policy +oslo_policy/policy_file policy +service_credentials/insecure auth +service_credentials/os_auth_url auth +service_credentials/os_cacert auth +service_credentials/os_endpoint_type auth +service_credentials/os_password auth +service_credentials/os_project_domain_id auth +service_credentials/os_project_name auth +service_credentials/os_region_name auth +service_credentials/os_tenant_id auth +service_credentials/os_tenant_name auth +service_credentials/os_user_domain_id auth +service_credentials/os_username auth diff --git a/tools/autogenerate-config-flagmappings/aodh.headers b/tools/autogenerate-config-flagmappings/aodh.headers new file mode 100644 index 0000000000..8842c3ffb6 --- /dev/null +++ b/tools/autogenerate-config-flagmappings/aodh.headers @@ -0,0 +1,2 @@ + +coordination Coordination