Update git submodules

* Update metalsmith from branch 'master'
  to dd5dc4e471576e05b0bd42c79508f51f6bc1b4e1
  - Error with clarity when a bad upgrade was encountered
    
    Metalsmith is generally used as a frontend for baremetal
    provisioning such that a user can ask for baremetal to be
    deployed with a simplified command line. The challenge is
    it artificially hydrates together data from several queries
    to return a list of instances which have been deployed
    or are managed using metalsmith. The challenge is if someone
    didn't create an allocation record, or if someone used the
    metalsmith modules to do so when the node was in a maintenance
    state, for example if BMC communication was not working.
    
    The underlying challenge is this results in a lack of an allocation
    record from being created. This can be manually corrected, and instead
    of providing a vague error, metalsmith now provides a detailed error
    with the command to remedy the error state through manual creation of
    the allocation record, which allows "metalsmith list" to work as
    expected.
    
    Change-Id: I033a9925fe798f329b7bb9a629da0cd0f1202683
This commit is contained in:
Julia Kreger 2024-05-14 11:32:31 -07:00 committed by Gerrit Code Review
parent 14efd353d3
commit e8eae8a99a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit cbb0f359d013b4c62b03fc371e94c07f76d3ceec
Subproject commit dd5dc4e471576e05b0bd42c79508f51f6bc1b4e1