1. 30 Sep, 2021 3 commits
  2. 29 Sep, 2021 5 commits
  3. 28 Sep, 2021 1 commit
  4. 27 Sep, 2021 1 commit
  5. 24 Sep, 2021 1 commit
    • Takashi Kajinami's avatar
      Simplify package management · 7b52ec3c
      Takashi Kajinami authored
      Currently all packages are defined using ensure_resource but it is
      redundant because we don't expect these aodh packages are managed
      outside of puppet-aodh. This replaces usage of ensure_resource by
      the normal package resource, to make implementations more simple.
      
      Change-Id: I0a92669b2f9a41e10a49c7db0865343453045c7b
      7b52ec3c
  6. 23 Sep, 2021 3 commits
  7. 20 Sep, 2021 1 commit
  8. 17 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena RC1 · 506dceb7
      ZhongShengping authored
      Update the version metadata for Xena milestone RC1
      
      Change-Id: If24592ad9b838c244875f33f74d7a3e8154c9136
      506dceb7
  9. 14 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Add watch_log_file option · 3d8d2730
      ZhongShengping authored
      Add support for Using logging handler designed to watch file system.
      
      Change-Id: I523716887b1a981ff8e73e4b24198a36b9efd5a3
      Closes-Bug: #1943212
      3d8d2730
  10. 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
  11. 04 Sep, 2021 1 commit
  12. 02 Sep, 2021 2 commits
  13. 27 Aug, 2021 1 commit
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 04 Jul, 2021 1 commit
  20. 01 Jul, 2021 1 commit
  21. 10 Jun, 2021 2 commits
  22. 03 Jun, 2021 4 commits
  23. 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
  24. 28 May, 2021 3 commits