244f14c03c
When doing a stack delete, we need to make sure that any IPA entries are cleaned up. We have added a call to the cli-cleanup-ipa.yml playbook to ensure that this is done. This commit also introduces a new option called ``--skip-ipa-cleanup`` so that callers can bypass this playbook. The default is False, meaning the intended behavior is to cleanup FreeIPA by default during overcloud delete operations. Change-Id: I131ff1977005d0f90afa567e5c4e2e9c3b5d3af2
13 lines
707 B
YAML
13 lines
707 B
YAML
---
|
|
features:
|
|
- |
|
|
The `overcloud delete` subcommand now supports cleaning up overcloud hosts,
|
|
services, and DNS entries in FreeIPA. This is applicable to deployments
|
|
with TLS support enabled since FreeIPA serves DNS and manages certificates
|
|
for overcloud infrastructure. This subcommand also includes a new option
|
|
called ``--skip-ipa-cleanup`` that allows the caller to forego cleaning up
|
|
FreeIPA. This may be useful when deployers want to forcibly cleanup
|
|
overcloud stacks and leave FreeIPA entries intact (e.g., network partition
|
|
events where the FreeIPA server isn't reachable). Note that you will need
|
|
to manually cleanup FreeIPA if you use ``--skip-ipa-cleanup``.
|