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 up #204

Merged
merged 5 commits into from
Oct 20, 2020
Merged

Sync up #204

merged 5 commits into from
Oct 20, 2020

Commits on Oct 12, 2020

  1. Increase esp image size

    We need to increase the size of the esp image for downstream
    compatibility.
    elfosardo authored and derekhiggins committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c15c2a0 View commit details
    Browse the repository at this point in the history
  2. Disable sensor data collection

    Sensor data collection was intended for an earlier use of
    the ironic-image and resulting ironic container image in order
    to supply data to prometheus about hardware that has not yet
    been deployed upon. Since the deicsion was made not to leverage
    the data, it seems pointless to collect sensor data.
    
    As such, disable sensor data collection.
    juliakreger authored and derekhiggins committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    44024df View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    34deb66 View commit details
    Browse the repository at this point in the history
  2. Install packages from file content

    An improvement for testing and customization, moving all the
    files we need to install in the main image to a file and having
    dnf read its content.
    This allows exotic compositions of sources, like urls and local dirs,
    without having to touch the Dockerfile.
    elfosardo authored and derekhiggins committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c863275 View commit details
    Browse the repository at this point in the history
  3. Convert packages list to ARG

    This will allow to pass a custom list of packages to install during
    build time with very little effort.
    elfosardo authored and derekhiggins committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a994ec8 View commit details
    Browse the repository at this point in the history