Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Metrics · 1ae10375
      Doug Szumski authored
      The log metrics service generates metrics from log messages
      which allows further analysis and alerting to be performed
      on them. Basic configuration is provided so that metrics
      are generated for high level warning logs such as error, or
      warning.
      
      Change-Id: I45cc17817c716296451f620f304c0b1108162a56
      Partially-Implements: blueprint monasca-roles
      1ae10375
    • Doug Szumski's avatar
      Support configuring Monasca log pipeline performance · 01da9384
      Doug Szumski authored
      Change-Id: Id8948fcf2d165f8285c7562e7aebd4145c4ff0db
      Partially-Implements: blueprint monasca-roles
      01da9384
    • Doug Szumski's avatar
      Improve scalability of Kafka · 2b34f6d2
      Doug Szumski authored
      Set sensible defaults for replica counts and minimum insync replicas
      as a function of the number of nodes in the Kafka cluster.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: Icf1dddb7dd6a64f4e5efb7dffa5ffdf0880f891f
      2b34f6d2
    • Doug Szumski's avatar
      Remove Kafka partitions config option · 0a900202
      Doug Szumski authored
      This option doesn't actually do anything and a bug to remove
      it from the Monasca API config file has been raised.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: I7ec1786b5828ab0135ca86ec040f83a6f4c78d9f
      0a900202
    • Ha Manh Dong's avatar
      Fix missing slash at mount volumes for prometheus-cadvisor · 79da68fa
      Ha Manh Dong authored
      Change-Id: I0444b23aee900d028c879ec64d153d59a18ff504
      79da68fa
  2. Sep 24, 2018
    • Mick Thompson's avatar
      Add swift as gnocchi storage option · 331d2f05
      Mick Thompson authored
       - Uses swift if swift is enabled.
       - Uses ceph if ceph is enabled.
       - Defaults to file if swift and ceph are enabled.
         Explicitly set to swift or ceph when both are enabled.
       - Include swift client detail in storage section of gnocchi conf
      
      Change-Id: I78df9a2fbe546038e1d6df350d8db0fd9b6f6d49
      331d2f05
  3. Sep 21, 2018
  4. Sep 19, 2018
  5. Sep 18, 2018
  6. Sep 14, 2018
  7. Sep 13, 2018
  8. Sep 11, 2018
  9. Sep 04, 2018
    • Mark Goddard's avatar
      Remove compute hosts from etcd group · ee7a29cf
      Mark Goddard authored
      Since I701d495675178c3ed8ec1f00b31d09f198b38a6f merged, etcd only runs
      on the control hosts, not the compute hosts. We therefore no longer
      require the etcd group to include the compute hosts.
      
      Since the group mapping is now static, we can remove the use of
      host_in_groups from the etcd service, in favour of the simpler method of
      specifying the group.
      
      Change-Id: Id8f888d7321a30a85ff95e742f7e6c8e2b9c696f
      Related-Bug: #1790415
      ee7a29cf
    • Mark Goddard's avatar
      Add check.yml for prometheus and vitrage · 354894e2
      Mark Goddard authored
      Without this, kolla-ansible check fails with the following error:
      
      Unable to retrieve file contents
      Could not find or access '/path/to/kolla-ansible/ansible/check.yml'"}
      
      Also adds the check command to the CI tests, to ensure that it does not
      break again.
      
      Change-Id: I9fc2f9999f55cb742ac3ac38579dcf26524a9fc7
      Closes-Bug: #1790653
      354894e2
  10. Sep 02, 2018
    • Hongbin Lu's avatar
      Run etcd on controller node only · d29ecbd6
      Hongbin Lu authored
      In before, etcd container is launched in compute node if kuryr is
      enabled. This logic breaks the all-in-one setup in which the etcd
      cluster is configured with two members (controller and compute)
      but it actually has one member only.
      
      However, even if kuryr is enabled, running etcd in compute node
      is not the common practice and kuryr has changed its devstack
      plugin to run etcd on controller only [1].
      
      [1] https://review.openstack.org/#/c/514815/
      
      Closes-Bug: #1790415
      Change-Id: I701d495675178c3ed8ec1f00b31d09f198b38a6f
      d29ecbd6
  11. Aug 31, 2018
  12. Aug 29, 2018
    • zhulingjie's avatar
      Remove the unncessary register variable defined · 7f1f0178
      zhulingjie authored
      when creating Nova databases user and setting permissions,
      no need to register the database_user_create, and it used
      nowhere, remove it is safe
      
      Change-Id: If456b7c2ed25aa729be7d98ef875230c66581d65
      7f1f0178
  13. Aug 28, 2018
  14. Aug 24, 2018
    • caoyuan's avatar
      Provide support for nova dev mode in kolla · 0b0b2b39
      caoyuan authored
      
      Add a possibility to mount sources as volumes to containers,
      in "more than documentation" way. That will let us to use kolla
      as a replacement for devstack.
      
      Partially implements: blueprint mount-sources
      Co-Authored-By: default avatarzhulingjie <easyzlj@gmail.com>
      
      Change-Id: I10677e5ad22f2107a0657feeeaf32287ab9f8e28
      0b0b2b39
  15. Aug 23, 2018
    • Liping Mao (limao)'s avatar
      Fix redis sentinel change myid every time when it restarted · 735d085b
      Liping Mao (limao) authored
      If you use COPY_ALWAYS, kolla will overwrite /etc/redis/redis.conf.
      But Redis Sentinel will store myid in this file. So when it restart,
      Redis Sentinel will regenerate new myid every time. Redis Sentinel
      cluster will see more and more sentinel, This patch use hash value
      with hostname as sentinel myid.
      
      Change-Id: I6d9403231e41baac177f29c58e67ba605795385d
      Closes-bug: #1788179
      735d085b
  16. Aug 21, 2018
    • Paul Bourke's avatar
      Temporarily remove the rabbitmq clusterer plugin · 0d03fc27
      Paul Bourke authored
      In order to migrate to the latest release of rabbitmq (3.7), we need to
      first remove this deprecated plugin which is no longer supported (the
      problems it solved are now addressed in rabbitmq itself).
      
      This avoids a circular dependency in CI where the new images depend on
      the new clustering and the new clustering depends on the new images.
      
      Change-Id: I921459f3e40b9e0d4af9497384e49aabf0abe79b
      0d03fc27
  17. Aug 20, 2018
  18. Aug 17, 2018
  19. Aug 15, 2018
  20. Aug 14, 2018
  21. Aug 13, 2018
  22. Aug 10, 2018
  23. Aug 09, 2018
Loading