Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with metal3-io/main #259

Merged
merged 13 commits into from
Mar 11, 2022

Commits on Feb 14, 2022

  1. Remove unused dependencies - take 2

    Got reintroduced by mistake in 39c5b7d.
    dtantsur committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d369076 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Fix missing codepage 850 in conversion table

    glibc-gconv-extra was included by default in the past and
    we need it otherwise mkfs.msdos will fail with:
    ``Cannot initialize conversion from codepage 850 to ANSI_X3.4-1968: Invalid argument``
    ``Cannot initialize conversion from ANSI_X3.4-1968 to codepage 850: Invalid argument``
    subsequently making mmd fail with:
    ``Error converting to codepage 850 Invalid argument``
    ``Cannot initialize '::'``
    This is due to the conversion table missing codepage 850, included
    in glibc-gconv-extra
    elfosardo committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    f76d787 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#351 from dtantsur/deps

    Remove unused dependencies - take 2
    metal3-io-bot committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    cb98be4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Promote Iury to approvers, remove Stephen

    Iury is the Ironic PTL (project team lead) and has been consistently
    reviewing ironic-image changes in his reviewer role.
    
    Stephen has moved to another role.
    dtantsur committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b4b0daf View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#354 from elfosardo/fix-missing-codepage850

    Fix missing codepage 850 in conversion table
    metal3-io-bot committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    9b04e2e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge pull request metal3-io#355 from dtantsur/owners

    Promote Iury to approvers, remove Stephen
    metal3-io-bot committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    da91d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Let Ironic handle retry instead of ipmitool

    There seems to be an issue where ipmitool does not retry with different
    ciphers. This could be worked around by letting Ironic handle the retry
    instead.
    lentzi90 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3e27d71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#358 from Nordix/lentzi90/ironic-retry-in…

    …stead-of-ipmitool
    
    Let Ironic handle retry instead of ipmitool
    metal3-io-bot committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bb727eb View commit details
    Browse the repository at this point in the history
  3. Add verbose logging to prepare-efi.sh

    Also exit on error
    elfosardo committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b085198 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Clean packages after install

    Also moved the version to an ARG
    e-minguez committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    86dfdc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#359 from elfosardo/verbose-prep-efi

    Add verbose logging to prepare-efi.sh
    metal3-io-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c300348 View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#356 from e-minguez/sushy-tools-envs

    Clean packages after install and added some env vars to sushy-tools container
    metal3-io-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ffc5eda View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Sync with metal3-io/main

    elfosardo committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    b6f3553 View commit details
    Browse the repository at this point in the history