Update git submodules

* Update metalsmith from branch 'master'
  to 6c5e68a4433831e988845d5fca1e6880d169b6b7
  - Do a precise node lookup for unprovision
    
    A hostname or name is passed to the unprovision call, and the node is
    looked up by allocation name (hostname), falling back to node name.
    
    This can result in the wrong node being unprovisioned in the following
    scenario:
    * node and hostname naming scheme are identical
    * node and hostname names are mixed because allocation placement
      doesn't take the node name into account
    * a node has already been unprovisioned by hostname (allocation)
      lookup
    * unprovision is performed a second time, this time matching the
      hostname with a different node's name
    * the wrong node is unprovisioned
    
    The unprovision_node method can also take a node object instead of a
    string identifier, so this change does a precise node lookup before
    calling it. This means only hostnames are used for allocation lookups,
    and node names for node lookups.
    
    Change-Id: I9507f8d30c871ae62a250148789393695d59183a
    Resolves: rhbz#2092444
This commit is contained in:
Steve Baker 2022-07-13 02:58:00 +12:00 committed by Gerrit Code Review
parent d26fd7a7e7
commit bb88298b6e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f234b87bbbc3e8ed76247a453faf7421c4d9cfc1
Subproject commit 6c5e68a4433831e988845d5fca1e6880d169b6b7