Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Mark Goddard's avatar
      Introduce max fail percentage to playbooks · 6c54ce4d
      Mark Goddard authored
      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
      6c54ce4d
  2. Apr 19, 2022
    • Pierre Riteau's avatar
      Fix no_proxy configuration · 71eb21a3
      Pierre Riteau authored
      The no_proxy list should only contain domains, hostnames, IP addresses
      and networks, but docker_registry is often in the form ip_address:port.
      
      Use urlsplit to extract the hostname from the docker_registry variable
      after prepending http:// to turn it into a valid URL.
      
      Also add missing infra-vms to hosts in proxy.yml.
      
      Change-Id: I6424fc405894514a63fb2b641637bbb9d5c070c0
      71eb21a3
  3. Oct 19, 2021
Loading