Update git submodules

* Update ironic from branch 'master'
  to 24943402a1924164ffd7bb620636f9414821974d
  - Merge "Migrate the inspector's /continue API"
  - Migrate the inspector's /continue API
    
    This change creates all necessary parts to processing inspection data:
    
    * New API /v1/continue_inspection
    
    Depending on the API version, either behaves like the inspector's API
    or (new version) adds the lookup functionality on top.
    
    The lookup process is migrated from ironic-inspector with minor changes.
    It takes MAC addresses, BMC addresses and (optionally) a node UUID and
    tries to find a single node in INSPECTWAIT state that satisfies all
    of these. Any failure results in HTTP 404.
    
    To make lookup faster, the resolved BMC addresses are cached in advance.
    
    * New RPC continue_inspection
    
    Essentially, checks the provision state again and delegates to the
    inspect interface.
    
    * New inspect interface call continue_inspection
    
    The base version does nothing. Since we don't yet have in-band
    inspection in Ironic proper, the only actual implementation is added
    to the existing "inspector" interface that works by doing a call
    to ironic-inspector.
    
    Story: #2010275
    Task: #46208
    Change-Id: Ia3f5bb9d1845d6b8fab30232a72b5a360a5a56d2
This commit is contained in:
Zuul 2023-06-21 14:37:21 +00:00 committed by Gerrit Code Review
parent 5f2ce177c8
commit a37ad25516
1 changed files with 1 additions and 1 deletions

2
ironic

@ -1 +1 @@
Subproject commit dfb7f05ff03e27f205319ecd2c5242cf76bf6537
Subproject commit 24943402a1924164ffd7bb620636f9414821974d