Skip to content

Commit 4acd809

Browse files
committed
Add the UIPLugin
1 parent 5efaf6b commit 4acd809

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: observability.openshift.io/v1alpha1
2+
kind: UIPlugin
3+
metadata:
4+
name: logging
5+
spec:
6+
type: Logging
7+
logging:
8+
lokiStack:
9+
name: logging-loki

ci/deploy-logging-dependencies/tasks/deploy-cluster-logging.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- name: Deploy UIPlugin to enable Console view
2+
ansible.builtin.shell:
3+
cmd: |
4+
oc apply -f {{ role_path }}/files/ui_plugin.yaml -n openshift-logging
5+
16
- name: Create cluster log forwarder
27
ansible.builtin.shell:
38
cmd: |

0 commit comments

Comments
 (0)