1. 30 Mar, 2022 2 commits
  2. 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
  3. 24 Mar, 2022 2 commits
  4. 13 Mar, 2022 1 commit
  5. 12 Mar, 2022 1 commit
  6. 08 Mar, 2022 1 commit
  7. 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
  8. 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
  9. 24 Feb, 2022 1 commit
  10. 22 Feb, 2022 2 commits
  11. 20 Feb, 2022 1 commit
  12. 19 Feb, 2022 1 commit
  13. 18 Feb, 2022 1 commit
  14. 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
  15. 14 Feb, 2022 1 commit
  16. 08 Feb, 2022 2 commits
  17. 07 Feb, 2022 1 commit
  18. 04 Feb, 2022 4 commits
  19. 31 Jan, 2022 2 commits
  20. 28 Jan, 2022 1 commit
  21. 27 Jan, 2022 3 commits
  22. 25 Jan, 2022 1 commit
  23. 24 Jan, 2022 2 commits
  24. 22 Jan, 2022 2 commits
  25. 21 Jan, 2022 1 commit
  26. 08 Jan, 2022 1 commit
  27. 07 Jan, 2022 1 commit
    • ZhongShengping's avatar
      Prepare Yoga M2 · 3e022187
      ZhongShengping authored
      Update the version metadata for Yoga milestone M2
      
      Change-Id: I220dd6acb06db85a3df744c6554d8e8a2691da6d
      3e022187
  28. 03 Jan, 2022 1 commit