ea64468ab3
* Add monitoring_ingress_enabled magnum label to set up ingress with path based routing for all the configured services {alertmanager,grafana,prometheus}. When using this, cluster_root_domain_name magnum label must be used to setup base path where this services are available. * Add cluster_basic_auth_secret magnum label to configure basic auth on unprotected services {alertmanager and prometheus}. This is only in effect when app access is routed by ingress. * Set services logFormat to json to enable easier machine log parsing. task: 39477 story: 2006765 Depends-On: Ieb90605182626869528349a7fdeed65061914bcb Change-Id: Ie0e7000e0d94b2037f2c398fa67a2a2b7e256bc3 Signed-off-by: Diogo Guerra <diogo.filipe.tomas.guerra@cern.ch>
16 lines
648 B
YAML
16 lines
648 B
YAML
---
|
|
features:
|
|
- |
|
|
Added monitoring_ingress_enabled magnum label to set up ingress with
|
|
path based routing for all the configured services
|
|
{alertmanager,grafana,prometheus}. When using this,
|
|
cluster_root_domain_name magnum label must be used to setup base path
|
|
where this services are available.
|
|
Added cluster_basic_auth_secret magnum label to configure basic auth
|
|
on unprotected services {alertmanager and prometheus}. This is only
|
|
in effect when app access is routed by ingress.
|
|
upgrade:
|
|
- |
|
|
Configured {alertmanager,grafana,prometheus} services logFormat to
|
|
json to enable easier machine log parsing.
|