Skip to content
Snippets Groups Projects
  1. Jul 19, 2018
  2. Jul 18, 2018
  3. Jul 17, 2018
  4. Jul 16, 2018
  5. Jul 15, 2018
  6. Jul 13, 2018
  7. Jul 12, 2018
  8. Jul 11, 2018
  9. Jul 10, 2018
    • Stanislaw Bogatkin's avatar
      Keep timestamp field · 90b886e5
      Stanislaw Bogatkin authored
      There are cases when we can lost original timestamp field given from
      logs, like when we send our logs to the next fluentd forwarder in chain
      of forwarders, it will rewrite our timestamp by default. Save
      `Timestamp` field explicitly to avoid such situation and be able to
      reconstruct messages date and time.
      
      Closes-Bug: #1781046
      Change-Id: I2b4486aedacbe16dc4c0fb2e4e4984bd80e59f2d
      90b886e5
    • Mark Goddard's avatar
      Trigger bifrost CI job on changes and periodically · 8e4838dc
      Mark Goddard authored
      Use Zuul's filtering mechanisms to only run the bifrost CI job in the
      check pipeline when changes are made to the bifrost role. This should
      reduce load on the CI system.
      
      Also adds a periodic pipeline containing the bifrost job.
      
      Change-Id: Ie7293d40616c91d2376f4cc85a8e87a130607d99
      8e4838dc
    • Zuul's avatar
      Merge "Update the min version for ansible" · 60af6b65
      Zuul authored
      60af6b65
  10. Jul 09, 2018
    • Mark Goddard's avatar
      Append to kolla user groups in bootstrap-servers · 2a69050e
      Mark Goddard authored
      This makes the bootstrap-servers command more idempotent, since without
      the append argument set the kolla user will be removed from the docker
      group before being added to it again in a later task.
      
      TrivialFix
      
      Change-Id: Iab0f6b5e18a103e9140631ee3ebbbb48c490bc24
      2a69050e
    • Mark Goddard's avatar
      Fix ownership of virtualenv in bootstrap-servers · 4283dff9
      Mark Goddard authored
      In I86bf5e1df3d6568c4f1ca6f4757f08a3dd22754d, creation of the kolla user
      was moved to after package installation to ensure the sudo package is
      installed when required. This change does not work when python
      dependencies are installed in a virtual environment however - when the
      virtualenv variable is set.
      
      This change moves the ownership change of the virtualenv to after the
      kolla user has been created. It also uses the kolla_user and kolla_group
      variables to set the user and group appropriately.
      
      Change-Id: I320e5d611099ad162945a98d5505a79606da0eba
      TrivialFix
      4283dff9
  11. Jul 08, 2018
  12. Jul 06, 2018
  13. Jul 05, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Transformer · 9c88262a
      Doug Szumski authored
      The Monasca Log Transformer takes raw, unstandardised logs from one
      Kafka topic, standardises them with whatever rules the operator wants
      to use, and then writes them to a standardised logs topic in Kafka. It
      is currently implemented as a Logstash config file.
      
      Since Kolla does a fairly good job of standardising logs, this service
      does very little processing. However, when other sources of logs
      are used, it may be useful to add rules to the Transformer, particularly
      if it's not possible to standardise the logs at source.
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I31cbb7e9a40a848391f517a56a67e3fd5bc12529
      Partially-Implements: blueprint monasca-roles
      9c88262a
Loading