1. 25 Mar, 2022 1 commit
  2. 25 Feb, 2022 4 commits
    • Thomas Goirand's avatar
      Fix diff with upstream tag. · bffbb407
      Thomas Goirand authored
      bffbb407
    • Thomas Goirand's avatar
      Add autopkgtest. · ba1b9293
      Thomas Goirand authored
      ba1b9293
    • Thomas Goirand's avatar
      Now packaging 4.11.0 · d6c6dead
      Thomas Goirand authored
      d6c6dead
    • Thomas Goirand's avatar
      Merge tag '4.11.0' into debian/yoga · 578d94b3
      Thomas Goirand authored
      python-ironicclient 4.11.0 release
      
      meta:version: 4.11.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: Ie4bcf6b12075a6f9f2628871e5a7feee3a6f3759
      meta:release:Code-Review+1: Iury Gregory Melo Ferreira <iurygregory@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      578d94b3
  3. 06 Jan, 2022 2 commits
    • Thomas Goirand's avatar
      now packaging 4.8.1 · 7b8f8f97
      Thomas Goirand authored
      7b8f8f97
    • Thomas Goirand's avatar
      Merge tag '4.8.1' into debian/xena · 3b0d2b03
      Thomas Goirand authored
      python-ironicclient 4.8.1 release
      
      meta:version: 4.8.1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Steve Baker <sbaker@redhat.com>
      meta:release:Commit: Steve Baker <sbaker@redhat.com>
      meta:release:Change-Id: I6a2a49b62e43409344cee5509c9fa18c40a18940
      meta:release:Code-Review+1: Iury Gregory Melo Ferreira <iurygregory@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      3b0d2b03
  4. 04 Jan, 2022 4 commits
  5. 15 Dec, 2021 1 commit
    • Steve Baker's avatar
      Improve description of "node boot mode set" · 4549820b
      Steve Baker authored
      The current description is ambigious and suggests that the actual boot
      mode for an existing node might be immediately changed.
      
      This change clarifies that the set boot mode will be used for the next
      deployment attempt.
      
      rhbz#2006021
      
      Change-Id: Iefbbe47c64f7ca302761c02106b79bdef1a1c635
      4549820b
  6. 14 Dec, 2021 2 commits
  7. 01 Dec, 2021 1 commit
    • Julia Kreger's avatar
      Add node history support · 2e0cef2c
      Julia Kreger authored
      Adds support for rest API version 1.78, which
      covers the node history feature.
      
      Story: 2002980
      Task: 43319
      Change-Id: I6edbc38353a4b2f7b0a758108bc91cc9fb72a29d
      2e0cef2c
  8. 30 Nov, 2021 1 commit
    • Riccardo Pittau's avatar
      Test python 3.6 for distributions compatibility · 4ce3c4eb
      Riccardo Pittau authored
      As discussed during the ironic meeting on 29/11/2021, the community has
      decided to continue testing the code against Python 3.6 to keep
      compatibility with distributions that have native support for it, such
      as CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap, at
      least until it's possible and reasonable considering the support granted
      from other dependencies and libraries, and not beyond the Yoga cycle.
      
      Change-Id: I2e87d7475a04a2a11e713808e51c1cd37d97aa08
      4ce3c4eb
  9. 05 Nov, 2021 1 commit
  10. 02 Nov, 2021 1 commit
  11. 18 Oct, 2021 1 commit
  12. 29 Sep, 2021 1 commit
  13. 23 Sep, 2021 1 commit
  14. 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
  15. 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
  16. 10 Sep, 2021 4 commits
  17. 02 Sep, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.8.0 · f0e22a8c
      Thomas Goirand authored
      f0e22a8c
    • Thomas Goirand's avatar
      Merge tag '4.8.0' into debian/xena · e2cc1dcb
      Thomas Goirand authored
      python-ironicclient 4.8.0 release
      
      meta:version: 4.8.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I3a650f59080c242731482b1956a88915a551f7b2
      meta:release:Code-Review+1: Dmitry Tantsur <dtantsur@protonmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      e2cc1dcb
  18. 30 Aug, 2021 1 commit
  19. 27 Aug, 2021 1 commit
    • Felix Huettner's avatar
      Validate path when passing a config-drive · bd76a576
      Felix Huettner authored
      Currently when --config-drive should point to a file or directory the
      command silently uses the path as a configdrive if this file/directory
      does not exist.
      
      This is not easily understandable for the user as no error message appears.
      
      Change-Id: I92d8ce2a61f459ce14335bfb05424dc883dbc4d1
      bd76a576
  20. 24 Aug, 2021 1 commit
  21. 20 Aug, 2021 1 commit
  22. 16 Aug, 2021 1 commit
  23. 13 Aug, 2021 1 commit
  24. 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
  25. 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
  26. 27 Jul, 2021 1 commit
  27. 26 Jul, 2021 2 commits