1. 06 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M3 · b354ddb4
      ZhongShengping authored
      Update the version metadata for Xena milestone M3
      
      Change-Id: I5819069f8c9d491262a5470764c93957959dab25
      b354ddb4
  2. 02 Sep, 2021 2 commits
  3. 27 Aug, 2021 1 commit
  4. 26 Aug, 2021 2 commits
    • Takashi Kajinami's avatar
      Remove extra spaces from authtoken tests · bbe076d0
      Takashi Kajinami authored
      ... because these spaces cause undesirable changes while applying
      the same refactoring to the other modules.
      
      Change-Id: Idfb9a2ce418d22d0b27a09e708aa067b941d8578
      bbe076d0
    • Takashi Kajinami's avatar
      Fix invalid unit tests · 4a0a0626
      Takashi Kajinami authored
      This change fixes the unit test cases which was broken by the previous
      refactoring[1] in addition to a typo in an example url.
      
      [1] 69ebbeaf
      
      Change-Id: Ic6d3b8ea3cb986cc29b1b06fda9b06214eb76e67
      4a0a0626
  5. 22 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Fix ignored parameters of aodh::auth · 8c2a3a43
      Takashi Kajinami authored
      The aodh::auth class has been deprecated in favor of the new
      aodh::service_credentials class but some of its parameters are ignored
      because of the wrong parameter name.
      This change fixes it and ensure all parameters are used even when
      the deprecated class is used.
      
      Change-Id: I887c7605eca21cb7269d4c0188378aabaeb03721
      8c2a3a43
  6. 14 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Support Puppet 7 · 9488de2d
      Takashi Kajinami authored
      Puppet 7 has been tested in CI for a while but we haven't seen any
      issue with it. Let's officially support the version.
      
      Change-Id: I478367d9c5469d46ebffd2d7890d8e5957394411
      9488de2d
  7. 26 Jul, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M2 · 2bf02310
      ZhongShengping authored
      Update the version metadata for Xena milestone M2
      
      Change-Id: I6929cc6f85e163b0d3b1cd6a1ff2a36135887cd6
      2bf02310
  8. 13 Jul, 2021 1 commit
    • Takashi Kajinami's avatar
      Add support for MultiStrOpt · 02194e0f
      Takashi Kajinami authored
      This replaces the provider implementation of aodh_config type so that
      MultiStrOpt, which is used by several options like
       - oslo_messaging_notifications/driver
       - oslo_policy/policy_dirs
      are handled correctly.
      
      Change-Id: I9e7514e4eb39090fb77379a9e44ed5ffed937f38
      02194e0f
  9. 04 Jul, 2021 1 commit
  10. 01 Jul, 2021 1 commit
  11. 10 Jun, 2021 2 commits
  12. 03 Jun, 2021 4 commits
  13. 02 Jun, 2021 1 commit
    • Takashi Kajinami's avatar
      Set fixture paths for unit tests · 6cd026fa
      Takashi Kajinami authored
      This change defines manifest_dir and module_path expicitly in unit
      tests so that modules installed under fixtures directory is properly
      loaded.
      
      Closes-Bug: #1930403
      Change-Id: I960e6e19da4f05cfb07d261f294411bcb4618f68
      6cd026fa
  14. 28 May, 2021 5 commits
  15. 21 May, 2021 1 commit
    • Thomas Goirand's avatar
      Get rid of the $pyvers variable · 5f1e9e7c
      Thomas Goirand authored
      Since everyone has switched to Python3, it's time for the removal of the
      $pyvers variable.
      
      Change-Id: Id4d8b8cb808b3724ccc146691cde2d4605afe72a
      5f1e9e7c
  16. 12 May, 2021 1 commit
    • Takashi Kajinami's avatar
      Do not test authtoken parameters directly · 69ebbeaf
      Takashi Kajinami authored
      The authtoken parameters are not managed directly but managed by
      the keystone::resource::authtoken class. Thus we should avoid testing
      parameters directly otherwise any change in the resource type can
      cause test failures.
      
      Change-Id: Ibec687568588def739643e0f00e92de648a11961
      69ebbeaf
  17. 11 May, 2021 2 commits
  18. 03 May, 2021 1 commit
    • Tobias Urdin's avatar
      Consolidate Redis install to ensure_packages · 4cf58ae7
      Tobias Urdin authored
      Consolidate all the installs of Redis bindings
      bindings to use ensure_package. Right now we
      are using ensure_resources in Aodh and Gnocchi
      modules which causes redeclaration issues.
      
      Change-Id: Ib4a277dfb8fa9bc0cd74e88f91006fbc78d72c9e
      4cf58ae7
  19. 29 Apr, 2021 1 commit
  20. 27 Apr, 2021 3 commits
  21. 25 Apr, 2021 1 commit
  22. 23 Apr, 2021 1 commit
    • Takashi Kajinami's avatar
      Support batch_* parameters of notifier · 86aa1e34
      Takashi Kajinami authored
      This change introduces support for batch_* parameters in notifier,
      which are tunable parameters about batch processing of alarms.
      
      Change-Id: I8beee8a794b6607875fbc7a46ccc1e58c0c344b5
      86aa1e34
  23. 20 Apr, 2021 1 commit
  24. 14 Apr, 2021 1 commit
  25. 13 Apr, 2021 1 commit
  26. 12 Apr, 2021 1 commit
    • Thomas Goirand's avatar
      Add support for aodh_api_uwsgi_config in Debian · c43377b3
      Thomas Goirand authored
      This patch is adding the configuration of the number of workers,
      threads, and the size of the listen queue in Debian, which uses
      uwsgi to run Aodh API. Therefore, this patch adds a new
      aodh_api_uwsgi_config provider as well as a new
      aodh::wsgi::uwsgi class.
      
      Change-Id: Ib00be314fe5abc262d4c35f5fbc5612fcd18972d
      c43377b3
  27. 08 Apr, 2021 1 commit