-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #559 from jlarriba/logging6
[OSPRH-12147] Adapted logging to OCP 4.16 / CLO 6.1
- Loading branch information
Showing
7 changed files
with
35 additions
and
233 deletions.
There are no files selected for viewing
182 changes: 0 additions & 182 deletions
182
ci/deploy-logging-dependencies/files/0000_03_cloud-credential-operator_01_crd.yaml
This file was deleted.
Oops, something went wrong.
39 changes: 27 additions & 12 deletions
39
ci/deploy-logging-dependencies/files/cluster_log_forwarder.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
apiVersion: logging.openshift.io/v1 | ||
apiVersion: observability.openshift.io/v1 | ||
kind: ClusterLogForwarder | ||
metadata: | ||
name: instance | ||
name: collector | ||
namespace: openshift-logging | ||
spec: | ||
serviceAccount: | ||
name: collector | ||
inputs: | ||
- name: syslog | ||
receiver: | ||
type: syslog | ||
syslog: | ||
- name: syslog-receiver | ||
type: receiver | ||
receiver: | ||
type: syslog | ||
port: 10514 | ||
outputs: | ||
- name: default-lokistack | ||
type: lokiStack | ||
lokiStack: | ||
authentication: | ||
token: | ||
from: serviceAccount | ||
target: | ||
name: logging-loki | ||
namespace: openshift-logging | ||
tls: | ||
ca: | ||
key: service-ca.crt | ||
configMapName: openshift-service-ca.crt | ||
pipelines: | ||
- name: to-default | ||
inputRefs: | ||
- syslog | ||
- application | ||
outputRefs: | ||
- default | ||
- name: my-syslog | ||
inputRefs: | ||
- syslog-receiver | ||
outputRefs: | ||
- default-lokistack |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
ci/deploy-logging-dependencies/tasks/deploy-cluster-logging.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters