Skip to content
Snippets Groups Projects
  1. Jul 27, 2020
    • Doug Szumski's avatar
      Improve Grafana DB bootstrap · 2c730590
      Doug Szumski authored
      This fixes an issue where multiple Grafana instances would race
      to bootstrap the Grafana DB. The following changes are made:
      
      - Only start additional Grafana instances after the DB has been
        configured.
      
      - During upgrade, don't allow old instances to run with an
        upgraded DB schema.
      
      Change-Id: I3e0e077ba6a6f43667df042eb593107418a06c39
      Closes-Bug: #1888681
      2c730590
    • Doug Szumski's avatar
      Set Kafka default replication factor · a273e28e
      Doug Szumski authored
      This ensures that when using automatic Kafka topic creation, with more than one
      node in the Kafka cluster, all partitions in the topic are automatically
      replicated. When a single node goes down in a >=3 node cluster, these topics will
      continue to accept writes providing there are at least two insync replicas.
      
      In a two node cluster, no failures are tolerated. In a three node cluster, only a
      single node failure is tolerated. In a larger cluster the configuration may need
      manual tuning.
      
      This configuration follows advice given here:
      
      [1] https://docs.cloudera.com/documentation/kafka/1-2-x/topics/kafka_ha.html#xd_583c10bfdbd326ba-590cb1d1-149e9ca9886--6fec__section_d2t_ff2_lq
      
      Closes-Bug: #1888522
      
      Change-Id: I7d38c6ccb22061aa88d9ac6e2e25c3e095fdb8c3
      a273e28e
  2. Jul 25, 2020
  3. Jul 24, 2020
  4. Jul 23, 2020
  5. Jul 22, 2020
  6. Jul 21, 2020
    • Pierre Riteau's avatar
      Fix fluentd warnings caused by "type copy" · 5b057812
      Pierre Riteau authored
      A "@type copy" statement is already present at the beginning of each
      match element, so extra "type copy" are not needed. They are causing the
      following warnings in fluentd logs:
      
      [warn]: parameter 'type' in <match syslog.local0.**>
      [warn]: parameter 'type' in <match syslog.local1.**>
      
      This commit also harmonizes indentation of the Monasca config block.
      
      Change-Id: I779c2b942d007acbdd43d999f2fc0cdc131d431f
      Related-Bug: #1885873
      5b057812
    • Pierre Riteau's avatar
      Configure prometheus-openstack-exporter to use internal endpoints · cf97aeeb
      Pierre Riteau authored
      Change-Id: Ia134a518b63bb59cfad631cc488181f5245160e6
      cf97aeeb
    • wu.chunyang's avatar
      fix deploy freezer failed when kolla_dev_mod enabled · 7dc47132
      wu.chunyang authored
      we should clone freezer code before run bootstray,
      otherwise, the directory /opt/stack/freezer which is empty will
      mount into freezer_api container.
      
      Closes-Bug: #1888242
      
      Change-Id: I7c22dd380fd5b1dff7b421109c4ae37bab11834a
      7dc47132
    • likui's avatar
      Update trove config file · 712b27da
      likui authored
      Option "trove_auth_url/os_region_name" from group "DEFAULT" is deprecated.
      Use option "auth_url/region_name" from group service_credentials
      
      Change-Id: I15d6891582c92c7fc813f280a2b47ebaaca77eba
      712b27da
  7. Jul 17, 2020
  8. Jul 15, 2020
  9. Jul 14, 2020
  10. Jul 13, 2020
Loading