1. 23 Sep, 2021 1 commit
  2. 15 Sep, 2021 1 commit
    • Julia Kreger's avatar
      Fix distribution compatability for configdrive build · 0555b6ba
      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
      0555b6ba
  3. 10 Sep, 2021 2 commits
  4. 30 Aug, 2021 1 commit
  5. 24 Aug, 2021 1 commit
  6. 20 Aug, 2021 1 commit
  7. 13 Aug, 2021 1 commit
  8. 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
  9. 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
  10. 27 Jul, 2021 1 commit
  11. 26 Jul, 2021 2 commits
  12. 11 Jun, 2021 1 commit
  13. 04 Jun, 2021 1 commit
  14. 03 Jun, 2021 1 commit
  15. 31 May, 2021 2 commits
  16. 28 May, 2021 2 commits
  17. 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
  18. 25 Mar, 2021 1 commit
  19. 22 Mar, 2021 2 commits
  20. 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
  21. 18 Mar, 2021 2 commits
  22. 17 Mar, 2021 1 commit
  23. 01 Mar, 2021 1 commit
  24. 17 Feb, 2021 1 commit
  25. 16 Feb, 2021 2 commits
  26. 12 Feb, 2021 2 commits
  27. 22 Jan, 2021 1 commit
  28. 13 Jan, 2021 1 commit
  29. 06 Jan, 2021 1 commit
  30. 04 Jan, 2021 1 commit
  31. 03 Jan, 2021 1 commit
  32. 23 Dec, 2020 1 commit