-
- Downloads
Introduce max fail percentage to playbooks
This allows us to continue execution until a certain proportion of hosts fail. This can be useful at scale, where failures are common, and restarting a deployment is time-consuming. The default max failure percentage is 100, keeping the default behaviour. A global max failure percentage may be set via kayobe_max_fail_percentage, and individual playbooks may define a max failure percentage via <playbook>_max_fail_percentage. Related Kolla Ansible patch: https://review.opendev.org/c/openstack/kolla-ansible/+/805598 Change-Id: Ib81c72b63be5765cca664c38141ffc769640cf07
Showing
- ansible/time.yml 10 additions, 0 deletionsansible/time.yml
- ansible/tuned.yml 5 additions, 0 deletionsansible/tuned.yml
- ansible/users.yml 5 additions, 0 deletionsansible/users.yml
- ansible/vgpu.yml 15 additions, 0 deletionsansible/vgpu.yml
- ansible/wipe-disks.yml 5 additions, 0 deletionsansible/wipe-disks.yml
- doc/source/configuration/reference/ansible.rst 27 additions, 0 deletionsdoc/source/configuration/reference/ansible.rst
- etc/kayobe/globals.yml 4 additions, 0 deletionsetc/kayobe/globals.yml
- releasenotes/notes/max-fail-percentage-5f1d21bdcd138695.yaml 6 additions, 0 deletionsreleasenotes/notes/max-fail-percentage-5f1d21bdcd138695.yaml
Loading
Please register or sign in to comment