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

Merge metal3 20211102 #230

Merged

Commits on Oct 6, 2021

  1. Compare IPs using the short form of IPv6 address

    The `ip` command returns the short-form of the IPv6 address so
    that is what should be used for comparison, even if the user entered
    an IPv6 address in long-form for PROVISIONING_IP. Use `ipcalc` to
    get the short-form address. This command can also be used for IPv4
    as it strips out the subnet mask for IPv4 and IPv6.
    
    For the PROVISIONING_IPs below, this is what would be set for
    IRONIC_IP:
    fd8a:aaaa:00bb:c1df::3 -> fd8a:aaaa:bb:c1df::3
    fd8a:aaaa:00bb:c1df:0000:0000:0000:0003 -> fd8a:aaaa:bb:c1df::3
    fd8a:aaaa:00bb:c1df::3/64 -> fd8a:aaaa:bb:c1df::3
    fd8a:aaaa:00bb:c1df::3/128 -> fd8a:aaaa:bb:c1df::3
    10.10.10.1 -> 10.10.10.1
    10.10.10.1/24 -> 10.10.10.1
    10.10.10.1/64 ->
    bfournie committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    991ac1f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Merge pull request metal3-io#308 from bfournie/short-form-ipv6

    Compare IPs using the short form of IPv6 address
    metal3-io-bot committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    219cd7b View commit details
    Browse the repository at this point in the history
  2. Enable Lifecycle Controller job queue clear by default

    This commit enables code included in the following changes:
    https://review.opendev.org/c/openstack/ironic/+/800001
    https://review.opendev.org/c/openstack/ironic/+/804032
    This is done by configuring a non-zero priority for clear_job_queue
    verify step.
    rhjanders committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    cbeaa65 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge pull request metal3-io#311 from rhjanders/lc-reset-2

    Enable Lifecycle Controller job queue clear by default
    metal3-io-bot committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    bbb9aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1493a24 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge pull request metal3-io#312 from Nordix/update-ci-status/furkat

    ✨ Update CI status badges
    metal3-io-bot committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    56ba96d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    af276b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request metal3-io#313 from dtantsur/sushy-tools

    Run redfish-emulator in debug mode
    metal3-io-bot committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    77e5023 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Allow configuring CoreOS IPA as a new entrypoint

    Adds a new entrypoint /bin/configure-coreos-ipa to be run as an init
    container after the images are downloaded.
    dtantsur authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7b77d68 View commit details
    Browse the repository at this point in the history
  2. Custom deploy: do not require an ISO

    It is possible to only use PXE artefacts, in which case we need to
    generate an ignition file, but don't need to customize the ISO.
    dtantsur authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3dc93a5 View commit details
    Browse the repository at this point in the history
  3. configure-coreos-ipa: increase verbosity

    dtantsur authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    cc85836 View commit details
    Browse the repository at this point in the history
  4. Custom deploy: support custom registry and pull secret

    dtantsur authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0629629 View commit details
    Browse the repository at this point in the history
  5. Custom deploy: do not log the pull secret

    dtantsur authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2e4bce0 View commit details
    Browse the repository at this point in the history
  6. Remove unsafe default for IRONIC_AGENT_IMAGE

    This is no longer needed since openshift/cluster-baremetal-operator#202,
    which passes the proper OpenShift image to the configure-coreos-ipa
    script.
    zaneb authored and Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a20c634 View commit details
    Browse the repository at this point in the history
  7. Allow override of coreos-ipa shared-volume paths

    So we can e.g override IGNITION_FILE when running this container
    standalone for metal3 upstream testing where this container isn't
    included in the metal3 pod by default.
    Steven Hardy committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2600c29 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge pull request metal3-io#315 from hardys/metal3-coreos-ipa

    Add configure-coreos-ipa script
    metal3-io-bot committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b71efb4 View commit details
    Browse the repository at this point in the history
  2. Remove unused dependencies

    All these are related to the iscsi deploy which we don't use (and which
    no longer exists).
    dtantsur committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0a08f41 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Merge pull request metal3-io#316 from dtantsur/deps

    Remove unused dependencies
    metal3-io-bot committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9cdd0b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    d127cfb View commit details
    Browse the repository at this point in the history