Skip to content
Snippets Groups Projects
  1. Aug 15, 2023
    • Takashi Kajinami's avatar
      Add .pdkignore to exclude some files from tar ball · 5f2e52d8
      Takashi Kajinami authored
      We've seen release job failures caused by too large tarball, which
      contains irrelevant files like git history.
      
      Let's exclude these files to reduce size of the archive.
      
      The file is copied from the puppetlabs repositories with some files
      specific to OpenStack projects added.
      
      Change-Id: Ia6245847ee40654663d24e64eaccef583fdc3828
      (cherry picked from commit b11247f1)
      (cherry picked from commit b6bdd628e380b57da818a31992daba8269bb20b3)
      zed-eom
      5f2e52d8
  2. May 19, 2023
  3. Oct 20, 2022
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/zed · 43622330
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/zed branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I850dd11eb9a6dcc6153251b4ca50a88d9bb3cdb0
      43622330
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/zed · bf3bd652
      OpenStack Release Bot authored
      Change-Id: I67b1c74eab8176438f802cc723d14b16ce9db6a1
      bf3bd652
  4. Oct 05, 2022
  5. Sep 01, 2022
  6. Aug 26, 2022
  7. Aug 18, 2022
  8. Aug 17, 2022
  9. Aug 10, 2022
  10. Aug 08, 2022
  11. Aug 02, 2022
  12. Aug 01, 2022
  13. Jul 26, 2022
  14. Jul 23, 2022
  15. Jul 20, 2022
    • Takashi Kajinami's avatar
      Disallow duplicate policy rules with the same key · 78c6e4cb
      Takashi Kajinami authored
      json never accepts defining multiple records with the same key. This
      change modifies the resource name to detect duplicate items defined
      with the same key, instead of silently ignore some of them.
      
      Change-Id: I8b18015f4789f97cf07706ad6b3c99ce1eaedaf9
      78c6e4cb
  16. Jul 15, 2022
    • Takashi Kajinami's avatar
      Bump upper version of puppetlabs-mysql · aa4a3cd9
      Takashi Kajinami authored
      Currently we use puppetlabs-mysql 12.0.3 in our jobs. Let's bump
      the upper version as we haven't see any issue with that version.
      
      Change-Id: Iaa9aba0f79c10b93be36fa4391862039eb7260f5
      aa4a3cd9
    • Takashi Kajinami's avatar
      Bump upper version of puppet-rabbitmq · 423b71f9
      Takashi Kajinami authored
      Currently we use puppet-rabbitmq 12.0.1 in our jobs. Let's bump
      the upper version as we haven't see any issue with that version.
      
      Change-Id: I083f56304a3708e42f1c24b98cc5c9bddfa62a3a
      423b71f9
  17. Jul 10, 2022
    • Takashi Kajinami's avatar
      ini_setting: Skip transformer if value is not changed · 12eae84d
      Takashi Kajinami authored
      ... so that we can create a resource with value = nil and no
      transformers.
      
      This is required to fix the problem with puppet-swift which requires
      to manage sections without any values.
      
      Change-Id: I7ece6da0e16b275faf4120baf0ff68970491dc9d
      12eae84d
  18. Jun 28, 2022
  19. Jun 26, 2022
    • Takashi Kajinami's avatar
      policy-rc.d: Define default behavior(return code) · c6a08eaf
      Takashi Kajinami authored
      ... to avoid the warning triggered by logrotate, which was reported in
      the bug.
      
      /etc/cron.daily/logrotate:
      invoke-rc.d: policy-rc.d query returned "behaviour undefined",
      invoke-rc.d: assuming "rotate" is allowed.
      invoke-rc.d: policy-rc.d query returned "behaviour undefined",
      invoke-rc.d: assuming "rotate" is allowed.
      
      Partial-Bug: #1873030
      Change-Id: Icc0c12a6a66d3eb6f655ba1145ba372d5b1d2d43
      c6a08eaf
  20. Jun 24, 2022
    • Takashi Kajinami's avatar
      Ubuntu: Use utf8mb3 charset in MySQL · 697cbb83
      Takashi Kajinami authored
      ... to fix the broken idempotency in litmus job. Current mysql/mariadb
      in Ubuntu replaces utf8 with uft8mb3 automatically and this behavior
      results in unexpected change in second run.
      
      Related-Bug: #1929073
      Change-Id: Ide1f9484d0f9aaf719ccfbe3ab5282ecd901ae6b
      697cbb83
  21. Jun 23, 2022
  22. Jun 21, 2022
  23. Jun 01, 2022
  24. Apr 15, 2022
    • Bogdan Dobrelya's avatar
      Add parameter for Apache LogLevel in error logfile · f7807691
      Bogdan Dobrelya authored
      
      Add the log_level parameter to control LogLevel for Apache vhost.
      By default, Apache only logs warnings and errors in its errors logfile,
      while request timeouts are logged by mod_reqtimeout at LogLevel info.
      Default error_log_level value is not defined, which corresponds to
      the default Apache's LogLevel warn.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobreli@redhat.com>
      Change-Id: I6d55e1e7cda191ab03b90de51fea5a063d57ca63
      f7807691
  25. Apr 11, 2022
    • Jake Yip's avatar
      Make regex matching policy key stricter · 33fb9032
      Jake Yip authored
      There is a bug where this regex can match multiple lines if a policy
      contains ':'.
      
      Make this regex stricter by making sure the key doesn't end with a ':'
      within the quotes.
      
      Closes-Bug: #1968294
      
      Change-Id: I4090d6831db8ddc4fba294f181085b657e2b3345
      33fb9032
  26. Apr 05, 2022
    • OpenStack Release Bot's avatar
      Update master for stable/yoga · 59c3e5b9
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/yoga.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/yoga.
      
      Sem-Ver: feature
      Change-Id: I2c1b0ec6553a6435ca56e50ca8125177287ca44b
      59c3e5b9
  27. Mar 30, 2022
  28. Mar 29, 2022
    • Jiri Podivin's avatar
      setuptools: Disable auto discovery · eef74444
      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: I37d9e7bbd0ad9d00b79d0f14d3eef9993f24be68
      eef74444
  29. Mar 21, 2022
    • Takashi Kajinami's avatar
      policy: Quote single quotes in yaml format · eb01261c
      Takashi Kajinami authored
      In YAML, when a string is surrounded by single quotes('), any single
      quote in that string should be prefixed by another single quote('), as
      is described in the example below
      
      GOOD:
        'foo': 'this is a ''good'' example'
      
      BAD:
        'foo': 'this is a 'bad' example'
      
      Closes-Bug: #1965338
      Change-Id: I0216c2e4ecf75dbdd93d06eae2ebf8e7f2f4ac1a
      eb01261c
  30. Mar 11, 2022
  31. Mar 08, 2022
Loading