Update git submodules

* Update openstack-ansible-os_ironic from branch 'master'
  to 7794cbd60b1ca8d0e88782433119c7a90b9257e5
  - Ensure nginx config is present for ironic inspector
    
    In an LXC deployment, nginx runs in both the ironc-api and
    ironic-inspector containers. The api container can use ipxe to
    boot the deployment and user images when `ironic_ipxe_enabled'
    is true. The inspector container can use ipxe to independantly
    serve the deploy images during inspection.
    
    On a metal deployment these nginx instances are co-located on the
    same host and share the same config files and directory structure
    so no additional config is needed for inspectors nginx instance.
    
    In an LXC depoyment the api and inspector containers need their
    own individual nginx configuration to be written. This patch adds
    that configuration for inspector.
    
    A future patch could refactor the code so that only one set of
    tasks is needed to deploy the nginx config to both inspector
    and api.
    
    Change-Id: Ida20e6835c6ca1c941fa76eadecf3d49e8b1239f
This commit is contained in:
Jonathan Rosser 2022-12-06 19:32:04 +00:00 committed by Gerrit Code Review
parent 588c25dec0
commit 020fc6c859
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b09526d494609a01d1afc00015c37bb63103a9b5
Subproject commit 7794cbd60b1ca8d0e88782433119c7a90b9257e5