1. 16 Sep, 2021 1 commit
    • Julia Kreger's avatar
      Fix distribution compatability for configdrive build · f6a0c962
      Julia Kreger authored
      Previously, the configuration drive generation code made
      use of ``genisoimage``, however ``genisoimage`` is not shipped
      universally on all linux distributions, and largely has been
      replaced in distributions with other forks, as the tooling has
      evolved, forked, and changed over the past quarter century.
      
      We now attempt to utilize multiple different commands, including
      the original ``mkisofs`` command and the newer ``xorrisofs``
      command when attempting to generate the ISO image, falling back
      until one works.
      
      Credit goes to I720f25921f8e52f20a631f238a528dedf65a91c6 for
      the base pattern in OpenstackSDK.
      
      Story: 2009230
      Task: 43328
      Change-Id: Ic732c2e6c77474e0d5b701c47758959c3511743b
      (cherry picked from commit 0555b6ba)
      f6a0c962
  2. 10 Sep, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/xena · 3db05b79
      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/xena branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I83c24cda9faa4797feedbb4476a428f2f26a9e55
      3db05b79
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/xena · 0cd0f2a9
      OpenStack Release Bot authored
      Change-Id: I65c8ef7d8f75a53a1ceb19eea17dbb0959b6cd2c
      0cd0f2a9
  3. 24 Aug, 2021 1 commit
  4. 20 Aug, 2021 1 commit
  5. 13 Aug, 2021 1 commit
  6. 12 Aug, 2021 1 commit
    • Riccardo Pittau's avatar
      Add lower-constraints job to current development branch · 61b46c34
      Riccardo Pittau authored
      The lower-constraints test was removed because of an issue where pip
      could not correctly determine the required packages versions to install,
      ending in an almost infinite loop that would end up in timeout, failure,
      and general mayhem.
      Recently the issue has been fixed and, if properly configured, the
      lower-constraints test can provide good indication of which minimum
      versions are required to support the current code.
      This patch adds the test back to the current development branch, and it
      runs only on master.
      The lower-constraints file will stay in the future stable branches.
      
      Adjust min versions in requirements.txt accordingly.
      
      Change-Id: I3678c29fb090244f5e00208e4dcc8f1ad8a54ff5
      61b46c34
  7. 06 Aug, 2021 1 commit
    • Bob Fournier's avatar
      Include BIOS registry fields in bios setting list command · f12e1a57
      Bob Fournier authored
      Add new params to the 'baremetal node bios setting list' command to
      include support for the BIOS registry. The '--long' option will
      retrieve and display the additonal BIOS registry fields, the '--fields'
      option will retrieve and display selected fields. The header names
      when the '--long' or '--fields' options are not used match the existing
      functionality.
      
      Note that the 'baremetal node bios setting show' includes these fields
      by default with no changes.
      
      Change-Id: I9d6d2e42879e12cce8e1f2111be1a27f1a251de2
      f12e1a57
  8. 27 Jul, 2021 1 commit
  9. 26 Jul, 2021 2 commits
  10. 11 Jun, 2021 1 commit
  11. 04 Jun, 2021 1 commit
  12. 03 Jun, 2021 1 commit
  13. 31 May, 2021 2 commits
  14. 28 May, 2021 2 commits
  15. 13 May, 2021 1 commit
    • likui's avatar
      setup.cfg: Replace dashes with underscores · 384bd6ec
      likui authored
      Setuptools v54.1.0 introduces a warning that the use of
      dash-separated options in 'setup.cfg' will not be supported
      in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores.
      Without this, we see 'UserWarning' messages
      like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I259f4d64f97a47676a756bba6ae8660e55dd45d1
      384bd6ec
  16. 25 Mar, 2021 1 commit
  17. 22 Mar, 2021 2 commits
  18. 19 Mar, 2021 1 commit
    • Dmitry Tantsur's avatar
      Fix the functional tests · ac718d59
      Dmitry Tantsur authored
      
      
      We somehow manage to merge a patch that breaks them. Import the required
      code from change Ibb8c4676f653c36978bd0c9815ddf7eb80fa8670.
      
      Make sure we run functional tests on ironicclient/tests changes.
      
      Change-Id: I94e2b3d9ae669f2522f42879dd3ee3bd78b73c77
      Co-Authored-By: default avatarKyrylo Romanenko <kromanenko@mirantis.com>
      ac718d59
  19. 18 Mar, 2021 2 commits
  20. 17 Mar, 2021 1 commit
  21. 01 Mar, 2021 1 commit
  22. 17 Feb, 2021 1 commit
  23. 16 Feb, 2021 2 commits
  24. 12 Feb, 2021 2 commits
  25. 22 Jan, 2021 1 commit
  26. 13 Jan, 2021 1 commit
  27. 06 Jan, 2021 1 commit
  28. 04 Jan, 2021 1 commit
  29. 03 Jan, 2021 1 commit
  30. 23 Dec, 2020 2 commits
  31. 20 Dec, 2020 1 commit