Merge "Remove extra reboot from optimized restore"

This commit is contained in:
Zuul
2022-10-27 20:40:13 +00:00
committed by Gerrit Code Review
5 changed files with 289 additions and 97 deletions

View File

@@ -35,8 +35,9 @@
when: last_config_file_exists and reconfigure_endpoints and
(mgmt_floating_virtual != prev_mgmt_floating_virtual)
- name: Mount current kubernetes version
import_tasks: k8s_bind_mount.yml
- name: Mount current Kubernetes version
import_role:
name: common/k8s-bind-mount
- name: Refresh local DNS (i.e. /etc/hosts)
import_tasks: refresh_local_dns.yml