-
- Downloads
Support Ansible max_fail_percentage
This allows us to continue execution until a certain proportion of hosts to 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 kolla_max_fail_percentage, and individual services may define a max failure percentage via <service>_max_fail_percentage. Note that all hosts in the inventory must be reachable for fact gathering, even those not included in a --limit. Closes-Bug: #1833737 Change-Id: I808474a75c0f0e8b539dc0421374b06cea44be4f
Showing
- ansible/destroy.yml 4 additions, 0 deletionsansible/destroy.yml
- ansible/gather-facts.yml 8 additions, 0 deletionsansible/gather-facts.yml
- ansible/kolla-host.yml 4 additions, 0 deletionsansible/kolla-host.yml
- ansible/mariadb.yml 20 additions, 0 deletionsansible/mariadb.yml
- ansible/mariadb_backup.yml 4 additions, 0 deletionsansible/mariadb_backup.yml
- ansible/mariadb_recovery.yml 4 additions, 0 deletionsansible/mariadb_recovery.yml
- ansible/nova-libvirt-cleanup.yml 4 additions, 0 deletionsansible/nova-libvirt-cleanup.yml
- ansible/nova.yml 30 additions, 0 deletionsansible/nova.yml
- ansible/prune-images.yml 4 additions, 0 deletionsansible/prune-images.yml
- ansible/rabbitmq.yml 24 additions, 0 deletionsansible/rabbitmq.yml
- ansible/site.yml 224 additions, 0 deletionsansible/site.yml
- doc/source/user/ansible-tuning.rst 21 additions, 0 deletionsdoc/source/user/ansible-tuning.rst
- etc/kolla/globals.yml 6 additions, 0 deletionsetc/kolla/globals.yml
- releasenotes/notes/max-fail-percentage-00838dc468920ec1.yaml 6 additions, 0 deletionsreleasenotes/notes/max-fail-percentage-00838dc468920ec1.yaml
Loading
Please register or sign in to comment