Enable LogOffload by default in Octavia

OctaviaLogOffload is a feature that collects Octavia Amphora logs in a
rsyslog service. It makes sense to enable it by default in all
deployments, it provides useful logs for CI jobs and for end users.

Depends-On: https://review.opendev.org/798066

Change-Id: Ibee40113ec7cb9f65f6503a36e8d3ed40d3fbf4c
This commit is contained in:
Gregory Thiemonge 2021-06-29 10:06:23 +02:00
parent ead0d148aa
commit 978c058ef1
3 changed files with 8 additions and 2 deletions

View File

@ -187,7 +187,7 @@ parameters:
constraints:
- allowed_values: ['docker', 'podman']
OctaviaLogOffload:
default: false
default: true
description: When true, log messages from the amphora will be forwarded
to the administrative log endponts and will be stored with
the controller logs.

View File

@ -55,7 +55,7 @@ parameters:
for communication between octavia worker/health-manager
with the amphora machine.
OctaviaLogOffload:
default: false
default: true
description: When true, log messages from the amphora will be forwarded
to the administrative log endponts and will be stored with
the controller logs.

View File

@ -0,0 +1,6 @@
---
features:
- |
OctaviaLogOffload is now enabled by default, it creates a rsyslog container
of the controllers that collects logs from the Octavia amphorae.