Merge "Fix Backup playbook freezes at Create etcd snapshot"

This commit is contained in:
Zuul 2021-12-29 14:57:38 +00:00 committed by Gerrit Code Review
commit e4db0520f3

View File

@ -369,7 +369,7 @@
- name: Get etcd endpoints
shell: |
source /etc/platform/openrc
system addrpool-list | awk '/cluster-host-subnet/{print$14}'
system addrpool-list --nowrap | awk '/cluster-host-subnet/{print$14}'
register: etcd_endpoint
- name: Wrap etcd_endpoint in [] brackets if it's an ipv6 address