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 with upstream metal3-io/baremetal-operator #57

Merged
merged 99 commits into from
Apr 14, 2020

Commits on Jan 21, 2020

  1. Avoid starting inspection twice

    If we end up reconciling the Host again after starting an inspection in
    Ironic, but before the IntrospectionStatus is available in
    ironic-inspector, we don't want to attempt to start another inspection.
    Check if the host is already in the correct state in Ironic before
    trying to change the state to 'inspecting'.
    
    This issue was identified in metal3-io#393, but may not be the cause.
    zaneb committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1f8e022 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Enable fasttrack for ironic

    the fix was merged upstream and is in the tripleO package:
    https://opendev.org/openstack/ironic/commit/7f1f79ac25e270c3585dd23c042a037431b97718
    maelk committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a841f62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#394 from Nordix/fasttrack-mael

    Enable fasttrack for ironic
    metal3-io-bot committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6ae8d7e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    4cda8fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#408 from jtomasek/involved-object

    InvolvedObject APIVersion is expected to be SchemeGroupVersion string
    metal3-io-bot committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b0c1381 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Ironic-Endpoint Klived and Restructure of kustomiz

    Co-authored-by: Xenwar <anwar.hassen@est.tech>
    2 people authored and kashifest committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    4c170b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#402 from Nordix/ironic-keepalived

    Restructure kustomization and Add Ironic-Endpoint using Keepalived
    metal3-io-bot committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ed0ca04 View commit details
    Browse the repository at this point in the history
  3. update example URL for redfish driver

    The example path is a bit confusing to users, so replace it with an
    actual working value from real hardware. Also add an example from the
    ironic documentation at
    https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html
    
    Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
    dhellmann committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    2fe3439 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    8c68a76 View commit details
    Browse the repository at this point in the history
  2. Remove container privileges and add NET_ADMIN capability

    Removing the privileged security context to have a more
    fine-grained control with capabilities. NET_ADMIN set for
    dnsmasq and httpd (in case the user specifies a low port)
    maelk committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7b3df65 View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#416 from Nordix/ironic-keepalived

    Remove container privileges and add NET_ADMIN capability
    metal3-io-bot committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    c9fb628 View commit details
    Browse the repository at this point in the history
  4. Merge pull request metal3-io#418 from Nordix/fix/keepalived-image-kashif

    Change ironic endpoint keepalived image
    metal3-io-bot committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8bd4adb View commit details
    Browse the repository at this point in the history
  5. Add insecure to avoid certificate validation

    Yolanda Robla authored and stbenjam committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    06ea4ac View commit details
    Browse the repository at this point in the history
  6. Small fixes

    stbenjam committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9ba5638 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6881046 View commit details
    Browse the repository at this point in the history
  8. Run make generate

    stbenjam committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    09a3bcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbcacea View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge pull request metal3-io#413 from dhellmann/improve-redfish-url-e…

    …xample
    
    update example URL for redfish driver
    metal3-io-bot committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ce276d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

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

Commits on Feb 13, 2020

  1. Fix typo in e2e testing in certificate test

    There is a typo for DisableCertificateVerification that
    causes the e2e tests to fail.
    
    Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
    root committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    63b9e60 View commit details
    Browse the repository at this point in the history
  2. Add avialble provision state , so CAPBM is aware of this state and th…

    …en up date PR 140 in baremetal
    aneeshkp committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    f16fc9c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge pull request metal3-io#427 from aneeshkp/add-availabel-state

    Add available ProvisioningState  , so CAPBM is aware of this state
    metal3-io-bot committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f32e58b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Merge pull request metal3-io#390 from kirankt/concurrent-reconcile

    Add support to reconcile concurrently
    metal3-io-bot committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    ab6db42 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Merge pull request metal3-io#398 from zaneb/avoid-double-inspect

    Avoid starting inspection twice
    metal3-io-bot committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    d2e9422 View commit details
    Browse the repository at this point in the history
  2. Look for userData or value in the userdata secret

    This is to comply with CAPI secrets
    maelk committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    332980e View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#436 from Nordix/secret-mael

    Look for userData or value in the userdata secret
    metal3-io-bot committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    43fab21 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    b3f43f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#438 from Nordix/pause-mael

    Add a Pause annotation for pivoting
    metal3-io-bot committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f1e463d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    5065373 View commit details
    Browse the repository at this point in the history
  2. Remove redundant Kustomization File

    Update Configuration with Kustomize info
    kashifest committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    74b66f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge pull request metal3-io#426 from Nordix/kustomization-updates-ka…

    …shif
    
    Remove unused Kustomization File + Update documentation
    metal3-io-bot committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3c8b53a View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#440 from Nordix/hostname-mael

    add local-hostname in ironic metadata
    metal3-io-bot committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8161ce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Downgrade operator-sdk to 0.11.0

    Our goal is to upgrade operator-sdk to 0.15.2 which is the latest
    released version right now.  Version 0.12.0 makes a breaking change
    where we are required to start using go modules.  In order for the
    automatic conversion to work, we have to downgrade: 0.12.0 will use go
    modules.
    
    https://github.com/operator-framework/operator-sdk/blob/master/doc/migration/version-upgrade-guide.md
    honza committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0826d0d View commit details
    Browse the repository at this point in the history
  2. Migrate to go modules

    No dependecies have been upgraded.
    
    We ran "git mod init", and then manually entered the overrides from the
    operator-sdk documentation.[1]
    
    This means that we can now remove all of the dep files, and the vendor
    directory.
    
    [1]: https://github.com/operator-framework/operator-sdk/blob/master/doc/migration/version-upgrade-guide.md#v011x
    honza committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ca00c0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8c3f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e38ebd View commit details
    Browse the repository at this point in the history
  5. Update travis to use go modules

    honza committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    eb7b204 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    580210b View commit details
    Browse the repository at this point in the history
  7. Unset GOFLAGS

    honza committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0af5bf7 View commit details
    Browse the repository at this point in the history
  8. Export cache dir in gofmt

    honza committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c5b42d6 View commit details
    Browse the repository at this point in the history
  9. Introduce network configuration for BareMetalHost

    BareMetalHost resource is extended with NetworkData property which
    contains a reference to Secret resource. It's considered that network
    data specified in the referenced Secret under "networkData" key.
    
    Change-Id: I7dcd160ca5d3cd220f45923c4a109b3baa129782
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5679ed6 View commit details
    Browse the repository at this point in the history
  10. Replace Reconciler with client for hostConfigData

    hosConfigData object should be reconciler-agnostic and not depend on
    implementation details
    
    Change-Id: I7abe532d6181f7c969b2a74d0964b610b179683b
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7c4f259 View commit details
    Browse the repository at this point in the history
  11. Improve unit tests for host cxonfiguration object

    Change-Id: I2aaa02d6ee98a77475fd052bc192db063b2d4b3a
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e7ae3dd View commit details
    Browse the repository at this point in the history
  12. Fix typo in networkData description

    Change-Id: I3dc50b089ccf9ab0b04d3a090a47ae522f0f1905
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    bc34cd0 View commit details
    Browse the repository at this point in the history
  13. Add Prometheus metric for host config errors

    Change-Id: I6df87c165c4a26789af1701a7035301b5b7b1947
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    004fc7a View commit details
    Browse the repository at this point in the history
  14. Introduce convenience function for BMC secrets

    Change-Id: Iae27e2b54eec7fb708a42f2f4eb8274584b7a620
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    03deb44 View commit details
    Browse the repository at this point in the history
  15. Switch NetworkData type to string

    UserData and NetworkData should have same types for the sake of
    unification
    
    Change-Id: I534ff70e25301f314c28021601fe7bff14419862
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d66dde2 View commit details
    Browse the repository at this point in the history
  16. Move host config definition to separate file

    Change-Id: Ic97fa0e510fc0051a8a874c04c4a9f1d10112ec4
    dukov committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5d84ea8 View commit details
    Browse the repository at this point in the history
  17. Merge pull request metal3-io#444 from honza/go-mode-2

    Go modules, take 2
    metal3-io-bot committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    bdbfd26 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Add CAPI secrets compatibility

    Fallback to value key in a user data or network data secret
    
    Change-Id: I90eced8df8a7679c8f34c6cdfabaaed958021cf4
    dukov committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    a09eb05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#348 from dukov/master

    Introduce network_data for host
    metal3-io-bot committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dfd5fea View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request metal3-io#429 from yrobla/fix_typo

    Fix typo in e2e testing in certificate test
    metal3-io-bot committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4b4f065 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Implement reboot api

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ad6b207 View commit details
    Browse the repository at this point in the history
  2. Add multi client support + a test

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6d4101b View commit details
    Browse the repository at this point in the history
  3. add reboot tests

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7c09baa View commit details
    Browse the repository at this point in the history
  4. handle upgrade case where last powered on time is nil

    Signed-off-by: Nir <nyehia@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4b0f64c View commit details
    Browse the repository at this point in the history
  5. Fixing PR review comments

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    e0eb687 View commit details
    Browse the repository at this point in the history
  6. Remove trailing space

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    dbb5b20 View commit details
    Browse the repository at this point in the history
  7. Add Update after annotation removal

    Signed-off-by: Nir <niry@redhat.com>
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c2c7b3a View commit details
    Browse the repository at this point in the history
  8. Change times instead of using sleep in test + changing tryReconcile t…

    …o use empty object before updating it
    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8f5fed1 View commit details
    Browse the repository at this point in the history
  9. resolve merge conflict

    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a0609ea View commit details
    Browse the repository at this point in the history
  10. Remove stray whitespace

    Nir authored and n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7d28223 View commit details
    Browse the repository at this point in the history
  11. Change LastPoweredOn to PoweredAt, clear it on power off, and write i…

    …t only if it's non-zero to avoid multiple writes (per review comments)
    n1r1 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    dfc0b13 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eadcb7a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. expand BMC URL documentation to include virtual media support

    We did not update the documentation for BMC URLs when we added the
    virtual media variants.
    
    Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
    dhellmann committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bb0b033 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Removed pendingRebootSince and poweredOnAt as they were not really re…

    …quired
    
    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    7b38583 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Reboot only if host is in provisioned/externally provisioned state

    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    73c0adf View commit details
    Browse the repository at this point in the history
  2. Replace actionContinue with dirty to actionContinueNoWrite per PR com…

    …ments
    
    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c2ede56 View commit details
    Browse the repository at this point in the history
  3. Remove redundant len!=0 check

    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6b28a4e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Remove redundant len!=0 check

    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6063ce4 View commit details
    Browse the repository at this point in the history
  2. Use actionContinue in actionContinueNoWrite insteaf of duplicating Re…

    …sult() method
    
    Signed-off-by: Nir <niry@redhat.com>
    n1r1 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    bff5dcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#449 from dhellmann/address-url-api-docs

    expand BMC URL documentation to include virtual media support
    metal3-io-bot committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    1e3414b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    7c13fc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#456 from Nordix/readme-feruz

    Replace v1a1 CI status badge with v1a3
    metal3-io-bot committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9e23158 View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#424 from n1r1/reboot-api

    Reboot API Implementation
    metal3-io-bot committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c3da1db View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Don't assume IPv4 in introspection data

    This can be one of two keys, depending on whether the host
    got an ipv4 or ipv6 address, so use the ipv6 key in the case
    where the ipv4 one is unset.
    
    Currently in a single-stack ipv6 deployment the IP ends up
    empty like:
    
    Hostname:     worker-0.ostest.test.metalkube.org
        Nics:
          Ip:
    
    But with this change Ip should be correctly populated.
    Steven Hardy committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    04f08a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#457 from hardys/ipv6_fix

    Don't assume IPv4 in introspection data
    metal3-io-bot committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    507b1a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    83b2101 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#459 from Nordix/update/pause-annotation-…

    …readme
    
    Update pause annotation description
    metal3-io-bot committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    f696b07 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Default user and network data namespace to BMH namespace

    Empty namespaces in userdata and networkdata object references
    now default to the baremetalhost namespace
    maelk committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e525323 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    864bd45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#465 from Nordix/fix/api-bmh-pause-annota…

    …tion
    
    Fix bmh pause annotation key in api.md
    metal3-io-bot committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    5ba84fb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Update dev-setup.md

    fmuyassarov committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    64740e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request metal3-io#468 from Nordix/fix-dev-bmo

    Update dev-setup.md
    metal3-io-bot committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    10eb5aa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Merge pull request metal3-io#463 from Nordix/namespace-mael

    Default user and network data namespace to BMH namespace
    metal3-io-bot committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    726d1c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fix make test phony

    kashifest committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    992bac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89edb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b21ea5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f149139 View commit details
    Browse the repository at this point in the history
  5. Merge pull request metal3-io#471 from Nordix/cli-bmo-feruz

    Add --namespace cli argument support for BMO
    metal3-io-bot committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3236a01 View commit details
    Browse the repository at this point in the history
  6. Merge pull request metal3-io#475 from Nordix/update-readme-feruz

    Remove v1alpha2 CI status badges
    metal3-io-bot committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    21b9a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request metal3-io#474 from Nordix/fix/makefile

    Fix make test phony to remove dep-check call
    metal3-io-bot committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    be02730 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Merge pull request metal3-io#473 from Nordix/mikkosest-kind

    New kustomize config for BMO standalone, needed with kind when ironic…
    metal3-io-bot committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e74a121 View commit details
    Browse the repository at this point in the history
  2. Default missing variables

    kashifest committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3114c2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request metal3-io#478 from Nordix/fix/add-missing-default-…

    …variables
    
    Default missing variables
    metal3-io-bot committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c863ac5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    e10b5b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request metal3-io#480 from Nordix/fix/local-ironic-deploy

    Fix Ironic fast-track for local BMO deployment
    metal3-io-bot committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f6672cc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

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

Commits on Apr 14, 2020

  1. Re-vendor based on go.mod

    Upstream has moved to a vendorless codebased, however downstream CI
    still requires it, even after being configured to use go 1.13+
    
    Signed-off-by: Andrew Beekhof <andrew@beekhof.net>
    beekhof committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    40d77ec View commit details
    Browse the repository at this point in the history