all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.25
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.34.0
      molecule_scenario: aio
      nodepool:
        az: nova
        cloud: public
        external_id: f3472034-9fe2-4d3c-bc72-49d4b78dba75
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.204.45.25
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.25
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.25
        public_ipv6: 2604:e100:1:0:f816:3eff:fe4e:8aa0
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: f3472034-9fe2-4d3c-bc72-49d4b78dba75
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.204.45.25
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.25
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.25
        public_ipv6: 2604:e100:1:0:f816:3eff:fe4e:8aa0
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: aio
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-kubernetes-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#49>'
      - '<Job ansible-collection-kubernetes-molecule-aio explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#71>'
      - '<Job ansible-collection-kubernetes-molecule-aio-debian-trixie explicit: None
        implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#78>'
      - '<Job ansible-collection-kubernetes-molecule-aio-debian-trixie explicit: None
        implied: None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 11497b276c4347bd9f60f1fe7fafea5c
      build_refs:
      - branch: main
        change: '262'
        change_message: 'fix(kubelet): add retry logic to package installation tasks


          The kubelet role''s package installation tasks (`Install coreutils`, `Install
          additional packages`, `Ensure availability of dbus`) lack retry logic. When
          kubelet runs concurrently with other components that hold the dpkg lock,
          the package tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all three package tasks, matching
          the pattern already used by other roles (e.g. `multipathd`, `iscsi`) in
          the [Atmosphere](https://github.com/vexxhost/atmosphere) project.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components (ceph, kubernetes, multipathd, iscsi) run concurrently
          in Wave 0. Components with dpkg lock contention need retry logic to handle
          transient lock failures.'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/262
        commit_id: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        patchset: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      buildset: 33026b4edb084e4ead4b594eb8ab8e52
      buildset_refs:
      - branch: main
        change: '262'
        change_message: 'fix(kubelet): add retry logic to package installation tasks


          The kubelet role''s package installation tasks (`Install coreutils`, `Install
          additional packages`, `Ensure availability of dbus`) lack retry logic. When
          kubelet runs concurrently with other components that hold the dpkg lock,
          the package tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all three package tasks, matching
          the pattern already used by other roles (e.g. `multipathd`, `iscsi`) in
          the [Atmosphere](https://github.com/vexxhost/atmosphere) project.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components (ceph, kubernetes, multipathd, iscsi) run concurrently
          in Wave 0. Components with dpkg lock contention need retry logic to handle
          transient lock failures.'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/262
        commit_id: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        patchset: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      change: '262'
      change_message: 'fix(kubelet): add retry logic to package installation tasks


        The kubelet role''s package installation tasks (`Install coreutils`, `Install
        additional packages`, `Ensure availability of dbus`) lack retry logic. When
        kubelet runs concurrently with other components that hold the dpkg lock, the
        package tasks fail immediately with `rc:100` instead of retrying.


        This adds `retries: 5` and `delay: 10` to all three package tasks, matching
        the pattern already used by other roles (e.g. `multipathd`, `iscsi`) in the
        [Atmosphere](https://github.com/vexxhost/atmosphere) project.


        **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
        where multiple components (ceph, kubernetes, multipathd, iscsi) run concurrently
        in Wave 0. Components with dpkg lock contention need retry logic to handle
        transient lock failures.'
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/262
      child_jobs: []
      commit_id: 6b55bb41345eeaf1934aaed303c33de8960e02f5
      event_id: 0d80fed0-3a48-11f1-8755-44385fadf471
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/11497b276c4347bd9f60f1fe7fafea5c/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/11497b276c4347bd9f60f1fe7fafea5c/work/logs
        result_data_file: /var/lib/zuul/builds/11497b276c4347bd9f60f1fe7fafea5c/work/results.json
        src_root: /var/lib/zuul/builds/11497b276c4347bd9f60f1fe7fafea5c/work/src
        work_root: /var/lib/zuul/builds/11497b276c4347bd9f60f1fe7fafea5c/work
      include_vars: []
      items:
      - branch: main
        change: '262'
        change_message: 'fix(kubelet): add retry logic to package installation tasks


          The kubelet role''s package installation tasks (`Install coreutils`, `Install
          additional packages`, `Ensure availability of dbus`) lack retry logic. When
          kubelet runs concurrently with other components that hold the dpkg lock,
          the package tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all three package tasks, matching
          the pattern already used by other roles (e.g. `multipathd`, `iscsi`) in
          the [Atmosphere](https://github.com/vexxhost/atmosphere) project.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components (ceph, kubernetes, multipathd, iscsi) run concurrently
          in Wave 0. Components with dpkg lock contention need retry logic to handle
          transient lock failures.'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/262
        commit_id: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        patchset: 6b55bb41345eeaf1934aaed303c33de8960e02f5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      job: ansible-collection-kubernetes-molecule-aio-debian-trixie
      jobtags: []
      max_attempts: 3
      message: Zml4KGt1YmVsZXQpOiBhZGQgcmV0cnkgbG9naWMgdG8gcGFja2FnZSBpbnN0YWxsYXRpb24gdGFza3MKClRoZSBrdWJlbGV0IHJvbGUncyBwYWNrYWdlIGluc3RhbGxhdGlvbiB0YXNrcyAoYEluc3RhbGwgY29yZXV0aWxzYCwgYEluc3RhbGwgYWRkaXRpb25hbCBwYWNrYWdlc2AsIGBFbnN1cmUgYXZhaWxhYmlsaXR5IG9mIGRidXNgKSBsYWNrIHJldHJ5IGxvZ2ljLiBXaGVuIGt1YmVsZXQgcnVucyBjb25jdXJyZW50bHkgd2l0aCBvdGhlciBjb21wb25lbnRzIHRoYXQgaG9sZCB0aGUgZHBrZyBsb2NrLCB0aGUgcGFja2FnZSB0YXNrcyBmYWlsIGltbWVkaWF0ZWx5IHdpdGggYHJjOjEwMGAgaW5zdGVhZCBvZiByZXRyeWluZy4KClRoaXMgYWRkcyBgcmV0cmllczogNWAgYW5kIGBkZWxheTogMTBgIHRvIGFsbCB0aHJlZSBwYWNrYWdlIHRhc2tzLCBtYXRjaGluZyB0aGUgcGF0dGVybiBhbHJlYWR5IHVzZWQgYnkgb3RoZXIgcm9sZXMgKGUuZy4gYG11bHRpcGF0aGRgLCBgaXNjc2lgKSBpbiB0aGUgW0F0bW9zcGhlcmVdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlKSBwcm9qZWN0LgoKKipDb250ZXh0OioqIHZleHhob3N0L2F0bW9zcGhlcmUjMzgzNCBpbnRyb2R1Y2VzIGEgcGFyYWxsZWwgZGVwbG95bWVudCBvcmNoZXN0cmF0b3Igd2hlcmUgbXVsdGlwbGUgY29tcG9uZW50cyAoY2VwaCwga3ViZXJuZXRlcywgbXVsdGlwYXRoZCwgaXNjc2kpIHJ1biBjb25jdXJyZW50bHkgaW4gV2F2ZSAwLiBDb21wb25lbnRzIHdpdGggZHBrZyBsb2NrIGNvbnRlbnRpb24gbmVlZCByZXRyeSBsb2dpYyB0byBoYW5kbGUgdHJhbnNpZW50IGxvY2sgZmFpbHVyZXMu
      patchset: 6b55bb41345eeaf1934aaed303c33de8960e02f5
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: 7dc1c06d45e337e110a03e43b42014373dfff743
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: c665eedfa3ae1b76a7e8438fffcb62aefaa30a46
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/post_playbook_0/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/pre_playbook_2/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-kubernetes
        name: vexxhost/ansible-collection-kubernetes
        short_name: ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      projects:
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: 7dc1c06d45e337e110a03e43b42014373dfff743
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/262/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
