Skip to content
Snippets Groups Projects
  1. Aug 21, 2017
    • Eduardo Gonzalez's avatar
      Update fluentd config for rpm distros · 1d5bd219
      Eduardo Gonzalez authored
      Fluentd repo/packages are changed in depends changes below.
      Rpm distros need changes in their config for properly
      start and deploy fluentd containers.
      
      Change-Id: I474c4d20c407717c6da973383bbbd5539be480f1
      Depends-On: I4802618373cfa53d67d1dfe65be7abe1950b3d04
      1d5bd219
  2. Aug 03, 2017
  3. Jul 18, 2017
  4. Jul 17, 2017
    • Jeffrey Zhang's avatar
      Remove ceilometer-api and ceilometer-collector services · ddad15c0
      Jeffrey Zhang authored
      * remove ceilometer-api and ceilometer-collector service
      * use ceilometer-notification to publish message to proper backend
      * remove useless ceilometer_database_type and ceilometer_event_type
        variables
      * sync event_definitions.yaml, event_pipeline.yaml and pipeline.yaml
        file with upstream
      
      Change-Id: Ib39053cb5f70bd11ee61d3f26d5b28accecd7190
      ddad15c0
  5. Jul 10, 2017
    • Eduardo Gonzalez's avatar
      Fix zun-api logging and state_path · a1291fde
      Eduardo Gonzalez authored
      Zun-api is using app.wsgi as log filename.
      This change forzes zun-api.log to ease identification.
      Also changes group owner of log dir to kolla group.
      Remove glance version as is in zun's defaults
      Set state_path, this is where zun will store catched images,
      similar as nova cache. No need HA or volume as is only
      cached data.
      
      Change-Id: I20f8d311bfde1c0a07d7d35e9f1412c71efa8504
      a1291fde
  6. Jun 28, 2017
    • zhubingbing's avatar
      Modify glance log name · 08c5de20
      zhubingbing authored
      change api.log and registry.log to glance-api.log and glance-registry.log
      
      Closes-bug: #1700718
      
      Change-Id: Ifcde8699fa9537fa06445f79c4bd14b4ee0df32c
      08c5de20
  7. Jun 13, 2017
    • Eduardo Gonzalez's avatar
      Fix kuryr ansible deployment · f2fd735d
      Eduardo Gonzalez authored
      Missing config options in kuryr.conf
      Missing kuryr logging
      Remove useless bootstrap task, justs create a directory
      Wrong user permissions in config.json file.
      Missing volumes
      Missing container capabilities
      
      Depends-On: I4c08a21df263fdefe1fe991cb7ad41cfee65019d
      Change-Id: Id4577a78ebf3f1cda5ee36d14e2cc017f38e0f07
      Closes-bug: #1697480
      f2fd735d
  8. Jun 12, 2017
  9. Jun 09, 2017
  10. May 23, 2017
  11. May 12, 2017
    • Eduardo Gonzalez's avatar
      Fix cinder-api ubuntu binary deploy · ba78082e
      Eduardo Gonzalez authored
      This changes moves cinder-api to make use of apache to
      launch its processes.
      Ubuntu binary removed support in Ocata for cinder-api
      system services [1]. At this moment cinder in Ocata branch
      is not working at all due this issue.
      
      This changes aims to fix cinder in master only for ubuntu
      binary with the purpose of make a clean backport to stable/ocata
      without do any other change on the backport process.
      A follow up change will migrate other OS/install_type to make use
      of Apache but only changing master branch.
      
      [1] http://lists.openstack.org/pipermail/openstack-dev/2017-January/111069.html
      
      Change-Id: I9885d6acadbac1da46844f583e7cd37785505ae0
      Closes-Bug: #1676751
      ba78082e
  12. May 11, 2017
    • ShunliZhou's avatar
      Remove symlink from fluentd global conf · 24ed428f
      ShunliZhou authored
      As the logrotate will create new filename with timestamp, fluentd
      with symlink will staled when restart fluentd and can not set
      permission on the old file.
      
      Remove symlink from the global conf.
      
      Change-Id: I404868d5b5077b9f2135e37605421bc84717f9d3
      Closes-Bug: #1685170
      24ed428f
  13. May 02, 2017
    • Bertrand Lallau's avatar
      Configure Kibana default index pattern · 2afc869d
      Bertrand Lallau authored
      When Kibana interface is opened for the first time, it requires creating
      a default index pattern. To view, analyse and search logs, at least one
      index pattern has to be created.
      This patch automate "flog-*" default index pattern creation and set it
      has default config.
      
      Partially-implements: blueprint default-kibana-dashboard
      Change-Id: Ie36696f9ad38ba7e49e65e0793a3b98d9f03ee8d
      2afc869d
  14. Apr 05, 2017
  15. Apr 02, 2017
    • Bertrand Lallau's avatar
      Fix Fluentd warn on dnsmasq.log file parsing · 4f6470bb
      Bertrand Lallau authored
      Fluentd actually parse all files in /var/log/kolla/*/*.log as Openstack
      services files.
      Dnsmasq file /var/log/kolla/neutron/dnsmasq.log, must be add to
      exclude_path to avoid this warning message:
      "/var/log/kolla/neutron/dnsmasq.log unreadable. It is excluded and would
      be examined next time."
      
      Change-Id: I8dc5320b9ed299200c4f1e6ee52d34a918e2f110
      Closes-Bug: #1678530
      4f6470bb
  16. Mar 20, 2017
    • Graeme Seaton's avatar
      Set fluentd output to elasticsearch to use elasticsearch_address · 7f3cab65
      Graeme Seaton authored
      Haproxy binds the elasticsearch service to kolla_internal_vip_address but
      the output templates for fluentd (td-agent) point to a non-existent
      kolla_external_vip_address.
      
      Output should also be able to be sent to an external elasticsearch
      instance (as per the documentation regarding overriding
      elasticsearch_address)
      
      Change these settings so that fluentd outputs to either
      the default elasticsearch_address (i.e. kolla_internal_vip_address) or to
      the external elasticsearch instance.
      
      Closes-Bug: #1673990
      Change-Id: I081533ae8ea9aad186e9c44e1dee069729931453
      7f3cab65
  17. Mar 16, 2017
    • Bertrand Lallau's avatar
      Update Fluentd config to log in Kibana dashboard · 50c29f0d
      Bertrand Lallau authored
      Fluent rewrite_tag_filter output plugin must be updated for the
      following services:
      
      * Congress
      * Designate
      * Freezer
      * Manila
      * Murano
      * Octavia
      * Senlin
      * Trove
      * Watcher
      
      Change-Id: I5329002c99f5c940921dff107f2120bafb158168
      Closes-Bug: #1673208
      50c29f0d
  18. Mar 15, 2017
    • satya's avatar
      Implement Cinder, Nova Placement and mistral logs for kibana · b586f419
      satya authored
      Nova placement api, cinder api, volume logs along with mistral logs
      are missing from the filter which will allow elastic search to fetch it
      from the fluentd
      
      Fixes the issue
      
      Change-Id: I7899ce6e010bfc6534a88f0a2117dc0a9e60c7c7
      Closes-Bug: #1673002
      b586f419
  19. Feb 24, 2017
  20. Feb 15, 2017
  21. Feb 09, 2017
    • zhubingbing's avatar
      Fix fluentd config error · 90e13efd
      zhubingbing authored
      Depends-On: 810fcdd28669bbd317c290d498d590ddb2c32f65
      Change-Id: I88eff57448cc29ddff0f301f210623b2309e6b4d
      Closes-Bug: #1663126
      90e13efd
  22. Jan 31, 2017
  23. Jan 24, 2017
    • zhubingbing's avatar
      Add fluentd role · d3d4a933
      zhubingbing authored
      
      * add fluentd role
      * remove heka configure
      
      Co-Authored-By: default avataryangzb09 <yangzb09@qq.com>
      
      Partially-Implements: blueprint add-fluentd-role
      
      Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
      d3d4a933
Loading