Merge "Added all keystone log files to fluentd"
This commit is contained in:
commit
90d022a129
@ -15,6 +15,31 @@ parameters:
|
||||
default:
|
||||
tag: openstack.keystone
|
||||
path: /var/log/containers/keystone/keystone.log
|
||||
KeystoneErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.error
|
||||
path: /var/log/containers/httpd/keystone/error_log
|
||||
KeystoneAdminAccessLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.admin.access
|
||||
path: /var/log/containers/httpd/keystone/keystone_wsgi_admin_access.log
|
||||
KeystoneAdminErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.admin.error
|
||||
path: /var/log/containers/httpd/keystone/keystone_wsgi_admin_error.log
|
||||
KeystoneMainAcccessLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.main.access
|
||||
path: /var/log/containers/httpd/keystone/keystone_wsgi_main_access.log
|
||||
KeystoneMainErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.wsgi.main.error
|
||||
path: /var/log/containers/httpd/keystone/keystone_wsgi_main_error.log
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
@ -102,6 +127,11 @@ outputs:
|
||||
- keystone
|
||||
tripleo_fluentd_sources_keystone:
|
||||
- {get_param: KeystoneLoggingSource}
|
||||
- {get_param: KeystoneErrorLoggingSource}
|
||||
- {get_param: KeystoneAdminAccessLoggingSource}
|
||||
- {get_param: KeystoneAdminErrorLoggingSource}
|
||||
- {get_param: KeystoneMainAcccessLoggingSource}
|
||||
- {get_param: KeystoneMainErrorLoggingSource}
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
config_volume: keystone
|
||||
|
@ -154,6 +154,31 @@ parameters:
|
||||
default:
|
||||
tag: openstack.keystone
|
||||
path: /var/log/keystone/keystone.log
|
||||
KeystoneErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.error
|
||||
path: /var/log/httpd/keystone/error_log
|
||||
KeystoneAdminAccessLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.admin.access
|
||||
path: /var/log/httpd/keystone/keystone_wsgi_admin_access.log
|
||||
KeystoneAdminErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.admin.error
|
||||
path: /var/log/httpd/keystone/keystone_wsgi_admin_error.log
|
||||
KeystoneMainAcccessLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.main.access
|
||||
path: /var/log/httpd/keystone/keystone_wsgi_main_access.log
|
||||
KeystoneMainErrorLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.keystone.wsgi.main.error
|
||||
path: /var/log/httpd/keystone/keystone_wsgi_main_error.log
|
||||
EnableInternalTLS:
|
||||
type: boolean
|
||||
default: false
|
||||
@ -530,6 +555,11 @@ outputs:
|
||||
- keystone
|
||||
tripleo_fluentd_sources_keystone:
|
||||
- {get_param: KeystoneLoggingSource}
|
||||
- {get_param: KeystoneErrorLoggingSource}
|
||||
- {get_param: KeystoneAdminAccessLoggingSource}
|
||||
- {get_param: KeystoneAdminErrorLoggingSource}
|
||||
- {get_param: KeystoneMainAcccessLoggingSource}
|
||||
- {get_param: KeystoneMainErrorLoggingSource}
|
||||
mysql:
|
||||
keystone::db::mysql::password: {get_param: AdminToken}
|
||||
keystone::db::mysql::user: keystone
|
||||
|
@ -125,6 +125,11 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description',
|
||||
'HeatApiLoggingSource': ['default'],
|
||||
'HeatEngineLoggingSource': ['default'],
|
||||
'KeystoneLoggingSource': ['default'],
|
||||
'KeystoneErrorLoggingSource': ['default'],
|
||||
'KeystoneAdminAccessLoggingSource': ['default'],
|
||||
'KeystoneAdminErrorLoggingSource': ['default'],
|
||||
'KeystoneMainAcccessLoggingSource': ['default'],
|
||||
'KeystoneMainErrorLoggingSource': ['default'],
|
||||
'MongoDbLoggingSource': ['default'],
|
||||
'NeutronApiLoggingSource': ['default'],
|
||||
'NeutronDhcpAgentLoggingSource': ['default'],
|
||||
|
Loading…
Reference in New Issue
Block a user