1. 05 Apr, 2022 3 commits
    • Thomas Goirand's avatar
      Fixed depends for this release. · 560bbdef
      Thomas Goirand authored
      560bbdef
    • Thomas Goirand's avatar
      Now packaging 20.3.0 · 6d024b7c
      Thomas Goirand authored
      6d024b7c
    • Thomas Goirand's avatar
      Merge tag '20.3.0' into debian/yoga · 3a88eac6
      Thomas Goirand authored
      puppet-ceilometer 20.3.0 release
      
      meta:version: 20.3.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Change-Id: I2b2bead3e7e2dbde46a817edab45e0d03699a11c
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      3a88eac6
  2. 30 Mar, 2022 2 commits
  3. 29 Mar, 2022 1 commit
    • Jiri Podivin's avatar
      setuptools: Disable auto discovery · ac3f658a
      Jiri Podivin authored
      The latest release of setuptools 61.0 made a breaking change[1] and
      because of this change 'pip install' fails with the following error.
      
      ~~~
      error: Multiple top-level packages discovered in a flat-layout:
      ['lib', 'spec', 'manifests', 'releasenotes'].
      ~~~
      
      Users that don't set 'packages', 'py_modules', or configuration'
      are still likely to observe the auto-discovery behavior, which may
      halt the build if the project contains multiple directories and/or
      multiple Python files directly under the project root.
      
      To disable auto discovery, one can do below in setup.py
      
      ~~~
      setuptools.setup(..,packages=[],..)
      ~~~
      
      or
      
      ~~~
      setuptools.setup(..,py_modules=[],..)
      ~~~
      
      [1] https://github.com/pypa/setuptools/issues/3197
      
      
      
      Note setup.py is not used to install puppet modules. However it is used
      to generate a release note, thus should be fixed.
      
      Signed-off-by: default avatarJiri Podivin <jpodivin@redhat.com>
      Change-Id: I1777e91b28974980c3d32341435538128a66872c
      ac3f658a
  4. 25 Mar, 2022 1 commit
  5. 24 Mar, 2022 2 commits
  6. 14 Mar, 2022 3 commits
    • Thomas Goirand's avatar
      Fixed depends for this release. · da173119
      Thomas Goirand authored
      da173119
    • Thomas Goirand's avatar
      Now packaging 20.2.0 · a4ede6f6
      Thomas Goirand authored
      a4ede6f6
    • Thomas Goirand's avatar
      Merge tag '20.2.0' into debian/yoga · f32a8661
      Thomas Goirand authored
      puppet-ceilometer 20.2.0 release
      
      meta:version: 20.2.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Change-Id: I1fe667a3a1af784b33565fcd4a4e1d19092861f0
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      f32a8661
  7. 13 Mar, 2022 1 commit
  8. 12 Mar, 2022 1 commit
  9. 08 Mar, 2022 1 commit
  10. 03 Mar, 2022 1 commit
    • Takashi Kajinami's avatar
      Globally support system scope credentials · 5f52d0d0
      Takashi Kajinami authored
      After spending huge effort to understand the exact requirements to
      enforce SRBAC, we learned it's very difficult to find the required
      scope in each credential. This requires understanding implementation of
      client-side as well as server-side, and requirement might be different
      according to the deployment architecture or features used.
      
      Instead of implementing support based on the actual implementation,
      this introduces support for system scope credentials to all places
      where keystone user credential is defined, and make all credential
      configurations consistent.
      
      Change-Id: I3a659a6b43d9c47e88334c24fb866a73a8f24a24
      5f52d0d0
  11. 27 Feb, 2022 1 commit
    • ZhongShengping's avatar
      Prepare Yoga M3 · 4efbd44f
      ZhongShengping authored
      Update the version metadata for Yoga milestone M3
      
      Change-Id: I90d0a024b6a862095681b8d543f66d9ceb086c1c
      4efbd44f
  12. 24 Feb, 2022 1 commit
  13. 22 Feb, 2022 2 commits
  14. 20 Feb, 2022 1 commit
  15. 19 Feb, 2022 1 commit
  16. 18 Feb, 2022 1 commit
  17. 15 Feb, 2022 1 commit
    • Takashi Kajinami's avatar
      CentOS 9: Disable unit tests dependent on puppet-postgresql · 23ab18bf
      Takashi Kajinami authored
      The puppt-postgresql module does not support CentOS 9 yet and requires
      some version parameters to be run on CentOS 9. This change disables
      unit tests requiring that module, until the module supports CentOS 9.
      
      Change-Id: Ic9c6b8cd1bd6992c3ded3bbe4c07150246f86852
      23ab18bf
  18. 14 Feb, 2022 1 commit
  19. 08 Feb, 2022 2 commits
  20. 07 Feb, 2022 1 commit
  21. 04 Feb, 2022 4 commits
  22. 31 Jan, 2022 2 commits
  23. 28 Jan, 2022 1 commit
  24. 27 Jan, 2022 3 commits
  25. 25 Jan, 2022 1 commit
  26. 24 Jan, 2022 1 commit