Skip to content
Snippets Groups Projects
  1. Apr 05, 2017
  2. 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
  3. 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
  4. Mar 09, 2017
    • Paul Bourke's avatar
      Enable sanity checks from kolla-ansible · 5418ada1
      Paul Bourke authored
      Add a new subcommand 'check' to kolla-ansible, used to run the
      smoke/sanity checks.
      
      Add stub files to all services that don't currently have checks.
      
      Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48
      Partially-implements: blueprint sanity-check-container
      5418ada1
  5. Mar 06, 2017
  6. Feb 27, 2017
  7. Feb 24, 2017
  8. Feb 18, 2017
  9. Feb 17, 2017
  10. Feb 16, 2017
  11. Feb 15, 2017
  12. Feb 09, 2017
    • zhubingbing's avatar
      Fix fluentd config error · 90e13efd
      zhubingbing authored
      Depends-On: 810fcdd28669bbd317c290d498d590ddb2c32f65
      Change-Id: I88eff57448cc29ddff0f301f210623b2309e6b4d
      Closes-Bug: #1663126
      90e13efd
  13. Feb 04, 2017
  14. Feb 01, 2017
  15. Jan 31, 2017
  16. Jan 27, 2017
  17. 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
  18. Jan 10, 2017
  19. Jan 05, 2017
  20. Dec 20, 2016
  21. Dec 15, 2016
    • zhubingbing's avatar
      add panko role · 3e7ed2c4
      zhubingbing authored
      Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d
      Partially-Implements: blueprint add-panko-ansible-role
      3e7ed2c4
  22. Dec 12, 2016
  23. Dec 08, 2016
    • jackning's avatar
      Fix can't generate heka-custom.toml on multi-nodes · 4396cae2
      jackning authored
      Original we judge heka-custom.toml whether exists with stat: path=
      method, but if deploy on multi-nodes, should add local_action.
      
      Change-Id: Id4a124499d1db03b16cb8af231a394b53fe44cbf
      Closes-Bug: #1646732
      4396cae2
  24. Nov 29, 2016
    • Eduardo Gonzalez's avatar
      Tacker NFV Ansible support · 79df5d84
      Eduardo Gonzalez authored
      Add Ansible configuration for Tacker NFV service
      
      Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6
      Partially-Implements: blueprint tacker-support
      79df5d84
  25. Nov 24, 2016
    • caowei's avatar
      Add solum ansible role · 90f2b7cd
      caowei authored
      Change-Id: I07f2df405574b55daa44fa381625e8be0c352607
      Partially-implements: bp solum-ansible-role
      90f2b7cd
  26. Nov 22, 2016
  27. Nov 08, 2016
    • Sean Mooney's avatar
      corrects invalid logrotate option maxsize · c4107ed7
      Sean Mooney authored
      - logrotate does not have a maxsize option.
        while logrotate supports a minsize option its
        couterpart is size.
      - This chage replaces the use of maxsize with size
        in cron-logrotate-global.conf.j2
      
      Change-Id: I381c52e8a866b74b5f2c3b38a2c87f74c48c05e1
      Closes-Bug: #1640196
      c4107ed7
  28. Nov 06, 2016
  29. Nov 04, 2016
  30. Nov 03, 2016
    • Jeffrey Zhang's avatar
      Move precheck into its own role · fa458019
      Jeffrey Zhang authored
      * Merge prechecks.yml and site.yml playbook
      * Create empty precheck.yml into all roles.
      
      Change-Id: I8a138558a26c0a2a66c5fd48ed37be657c99c1dd
      Implements: blueprint condition-pre-check
      fa458019
  31. Oct 19, 2016
  32. Oct 18, 2016
  33. Oct 17, 2016
  34. Oct 16, 2016
    • bjolo's avatar
      fix cron logrotate for sahara · e29a09df
      bjolo authored
      sahara.conf was not copied over to target nodes. Prevented cron container from starting
      
      Change-Id: I98ad65ad1541e1a64fb5762571556e2661611ff2
      Closes-Bug: #1631944
      e29a09df
  35. Oct 14, 2016
    • Jeffrey Zhang's avatar
      Fix stale namespace removal issue · ce5a11a3
      Jeffrey Zhang authored
      When using both /run and /run/netns in docker container, mount
      propagation won't work when delete namespace after the containers are
      restarted. This PS makes /run mount as shared.
      
      Closes-Bug: #1616268
      Change-Id: Ie16699e1b193b2bf1263d89ea634e89ea69add9e
      ce5a11a3
  36. Oct 13, 2016
    • Waldemar Znoinski's avatar
      copy iscsid logrotate config · 223524b5
      Waldemar Znoinski authored
      This change adds copying iscsid logrotate
      conf file for config task in common role.
      
      Closes-bug: #1633127
      Change-Id: I7da1f9ff794ed62f1baf70c04a2f6d0ca8d426aa
      223524b5
    • Waldemar Znoinski's avatar
      set basic kolla structures for iscsid · 96016b75
      Waldemar Znoinski authored
      * enable iscsid when ironic is enabled
      * update sample inventory files with above
      * add logrotate conf template for iscsid
      * add 'common' role dependency for iscsi role
      
      Change-Id: I3054b9139a43542febf26c3ce9a71b65f2fcdd84
      Closes-bug: #1632850
      96016b75
  37. Oct 12, 2016
    • Serguei Bezverkhi's avatar
      Adds Fluentd docker image required for kolla-kube · 74967944
      Serguei Bezverkhi authored
      This PS adds Fluentd docker image to Kolla. Kolla
      currently does not use Fluentd for log collection, but this image
      is required for Kubernetes centralized logging solution.
      
      Change-Id: I719661d75f5044239a1fd52080d322c77490ecae
      Partially_Implements: blueprint kubernetes-images
      74967944
Loading