소스 검색

Merge pull request #6765 from jcantrill/bz1523047_annotate_logging_prefix

Automatic merge from submit-queue.

bug 1523047. Annotate ops projects with an .operation prefix
OpenShift Merge Robot 7 년 전
부모
커밋
32b1287b26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/openshift_logging/tasks/annotate_ops_projects.yaml

+ 1 - 0
roles/openshift_logging/tasks/annotate_ops_projects.yaml

@@ -12,6 +12,7 @@
     separator: '#'
     content:
       metadata#annotations#openshift.io/logging.ui.hostname: "{{ openshift_logging_kibana_ops_hostname }}"
+      metadata#annotations#openshift.io/logging.data.prefix: ".operations"
   with_items: "{{ __logging_ops_projects.stdout.split(' ') }}"
   loop_control:
     loop_var: project