Update git submodules

* Update tripleo-ansible from branch 'master'
  to 5993686014599c0462cf5162e998b74cf630dbcb
  - Don't run stack delete in overcloud delete
    
    Currently in "overcloud delete" we try to delete heat stack,
    In patch[1] we added a rescue block for "Delete heat stack" task
    to not fail even if we are not able to delete a stack to handle
    the new ephermal heat stack case.
    
    But user still get an intermidiate keystone exception about heat
    endpoints not available[2], afterwards we print "this might be okay"
    based on deployment, but this is a bit hostile for the user .
    
    Also for ephermal heat case, we can speed up the "overcloud delete"
    execution by not trying heat stack delete at all.
    
    With tripleoclient patch[3] adding a new argument `--heat-type`
    in "overcloud delete" command that will default to `pod` (ephermal
    heat) and based on input we will set a var `heat_stack_delete`
    that will decide whether to run heat stack delete at all.
    
    Reverting the original "Delete heat stack" task prior to [1]
    with a conditional when based on `heat_stack_delete` var.
    
    [1] https://review.opendev.org/c/openstack/tripleo-ansible/+/807264
    [2] https://bugs.launchpad.net/tripleo/+bug/1938618/comments/2
    [3] https://review.opendev.org/c/openstack/python-tripleoclient/+/808539
    
    Related-bug: #1938618
    Change-Id: I9c7b11df6ac9a6a58bf3f4175d94095e0ef23fcf
This commit is contained in:
Sandeep Yadav 2021-09-14 03:20:34 +05:30 committed by Gerrit Code Review
parent 4961b8f2ae
commit 03f0cfca26
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a237e892d606f05d9d6a549a71fda446273db245
Subproject commit 5993686014599c0462cf5162e998b74cf630dbcb