all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.4
      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_install_collection_siblings: true
      molecule_scenario: aio
      nodepool:
        az: nova
        cloud: public
        external_id: e8320eb3-ad0d-48c5-8554-33f9ef0f898a
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.4
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.4
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.4
        public_ipv6: 2604:e100:1:0:f816:3eff:fe0b:910f
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: e8320eb3-ad0d-48c5-8554-33f9ef0f898a
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.4
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.4
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.4
        public_ipv6: 2604:e100:1:0:f816:3eff:fe0b:910f
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_install_collection_siblings: true
    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#197>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: c4ff661c3ca04549ac04fce04c3ebefc
      build_refs:
      - branch: main
        change: '292'
        change_message: 'fix(kubelet): use boolean swap condition


          ## Classification


          **Real fix**. This is an Ansible strict-conditional compatibility fix and
          is not Ubuntu 24.04-specific.


          ## Problem


          The kubelet role uses `kubelet_swapon.stdout` directly as a `when` condition.
          Ansible 2.19 and later require conditionals to evaluate to a boolean, so
          a clean host without swap fails before kubelet deployment can complete.


          ## Change


          Compare the command output length explicitly. Non-empty output runs `swapoff`;
          empty output skips it.


          ## Validation


          - Reproduced with Ansible 2.21 during a clean Atmosphere AIO deployment.

          - `git diff --check` passes.

          - ansible-lint parsed the changed task successfully; it reports three unrelated
          pre-existing role variable-prefix violations.

          - The collection unit suite cannot be invoked directly from an arbitrary
          worktree without its collection-path test harness; live role validation
          is in progress on the reproducing host.


          Signed-off-by: Rico Lin <rlin@vexxhost.com>'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/292
        commit_id: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        patchset: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        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: eba7263857124b939de0f346a5be0a24
      buildset_refs:
      - branch: main
        change: '292'
        change_message: 'fix(kubelet): use boolean swap condition


          ## Classification


          **Real fix**. This is an Ansible strict-conditional compatibility fix and
          is not Ubuntu 24.04-specific.


          ## Problem


          The kubelet role uses `kubelet_swapon.stdout` directly as a `when` condition.
          Ansible 2.19 and later require conditionals to evaluate to a boolean, so
          a clean host without swap fails before kubelet deployment can complete.


          ## Change


          Compare the command output length explicitly. Non-empty output runs `swapoff`;
          empty output skips it.


          ## Validation


          - Reproduced with Ansible 2.21 during a clean Atmosphere AIO deployment.

          - `git diff --check` passes.

          - ansible-lint parsed the changed task successfully; it reports three unrelated
          pre-existing role variable-prefix violations.

          - The collection unit suite cannot be invoked directly from an arbitrary
          worktree without its collection-path test harness; live role validation
          is in progress on the reproducing host.


          Signed-off-by: Rico Lin <rlin@vexxhost.com>'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/292
        commit_id: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        patchset: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        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: '292'
      change_message: 'fix(kubelet): use boolean swap condition


        ## Classification


        **Real fix**. This is an Ansible strict-conditional compatibility fix and
        is not Ubuntu 24.04-specific.


        ## Problem


        The kubelet role uses `kubelet_swapon.stdout` directly as a `when` condition.
        Ansible 2.19 and later require conditionals to evaluate to a boolean, so a
        clean host without swap fails before kubelet deployment can complete.


        ## Change


        Compare the command output length explicitly. Non-empty output runs `swapoff`;
        empty output skips it.


        ## Validation


        - Reproduced with Ansible 2.21 during a clean Atmosphere AIO deployment.

        - `git diff --check` passes.

        - ansible-lint parsed the changed task successfully; it reports three unrelated
        pre-existing role variable-prefix violations.

        - The collection unit suite cannot be invoked directly from an arbitrary worktree
        without its collection-path test harness; live role validation is in progress
        on the reproducing host.


        Signed-off-by: Rico Lin <rlin@vexxhost.com>'
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/292
      child_jobs: []
      commit_id: bca716cce5e1ca4293d3ed333efd0744609ea3bc
      event_id: ff5edac0-8196-11f1-8729-566b1ce78760
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/c4ff661c3ca04549ac04fce04c3ebefc/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/c4ff661c3ca04549ac04fce04c3ebefc/work/logs
        result_data_file: /var/lib/zuul/builds/c4ff661c3ca04549ac04fce04c3ebefc/work/results.json
        src_root: /var/lib/zuul/builds/c4ff661c3ca04549ac04fce04c3ebefc/work/src
        work_root: /var/lib/zuul/builds/c4ff661c3ca04549ac04fce04c3ebefc/work
      include_vars: []
      items:
      - branch: main
        change: '292'
        change_message: 'fix(kubelet): use boolean swap condition


          ## Classification


          **Real fix**. This is an Ansible strict-conditional compatibility fix and
          is not Ubuntu 24.04-specific.


          ## Problem


          The kubelet role uses `kubelet_swapon.stdout` directly as a `when` condition.
          Ansible 2.19 and later require conditionals to evaluate to a boolean, so
          a clean host without swap fails before kubelet deployment can complete.


          ## Change


          Compare the command output length explicitly. Non-empty output runs `swapoff`;
          empty output skips it.


          ## Validation


          - Reproduced with Ansible 2.21 during a clean Atmosphere AIO deployment.

          - `git diff --check` passes.

          - ansible-lint parsed the changed task successfully; it reports three unrelated
          pre-existing role variable-prefix violations.

          - The collection unit suite cannot be invoked directly from an arbitrary
          worktree without its collection-path test harness; live role validation
          is in progress on the reproducing host.


          Signed-off-by: Rico Lin <rlin@vexxhost.com>'
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/292
        commit_id: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        patchset: bca716cce5e1ca4293d3ed333efd0744609ea3bc
        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: Zml4KGt1YmVsZXQpOiB1c2UgYm9vbGVhbiBzd2FwIGNvbmRpdGlvbgoKIyMgQ2xhc3NpZmljYXRpb24KCioqUmVhbCBmaXgqKi4gVGhpcyBpcyBhbiBBbnNpYmxlIHN0cmljdC1jb25kaXRpb25hbCBjb21wYXRpYmlsaXR5IGZpeCBhbmQgaXMgbm90IFVidW50dSAyNC4wNC1zcGVjaWZpYy4KCiMjIFByb2JsZW0KClRoZSBrdWJlbGV0IHJvbGUgdXNlcyBga3ViZWxldF9zd2Fwb24uc3Rkb3V0YCBkaXJlY3RseSBhcyBhIGB3aGVuYCBjb25kaXRpb24uIEFuc2libGUgMi4xOSBhbmQgbGF0ZXIgcmVxdWlyZSBjb25kaXRpb25hbHMgdG8gZXZhbHVhdGUgdG8gYSBib29sZWFuLCBzbyBhIGNsZWFuIGhvc3Qgd2l0aG91dCBzd2FwIGZhaWxzIGJlZm9yZSBrdWJlbGV0IGRlcGxveW1lbnQgY2FuIGNvbXBsZXRlLgoKIyMgQ2hhbmdlCgpDb21wYXJlIHRoZSBjb21tYW5kIG91dHB1dCBsZW5ndGggZXhwbGljaXRseS4gTm9uLWVtcHR5IG91dHB1dCBydW5zIGBzd2Fwb2ZmYDsgZW1wdHkgb3V0cHV0IHNraXBzIGl0LgoKIyMgVmFsaWRhdGlvbgoKLSBSZXByb2R1Y2VkIHdpdGggQW5zaWJsZSAyLjIxIGR1cmluZyBhIGNsZWFuIEF0bW9zcGhlcmUgQUlPIGRlcGxveW1lbnQuCi0gYGdpdCBkaWZmIC0tY2hlY2tgIHBhc3Nlcy4KLSBhbnNpYmxlLWxpbnQgcGFyc2VkIHRoZSBjaGFuZ2VkIHRhc2sgc3VjY2Vzc2Z1bGx5OyBpdCByZXBvcnRzIHRocmVlIHVucmVsYXRlZCBwcmUtZXhpc3Rpbmcgcm9sZSB2YXJpYWJsZS1wcmVmaXggdmlvbGF0aW9ucy4KLSBUaGUgY29sbGVjdGlvbiB1bml0IHN1aXRlIGNhbm5vdCBiZSBpbnZva2VkIGRpcmVjdGx5IGZyb20gYW4gYXJiaXRyYXJ5IHdvcmt0cmVlIHdpdGhvdXQgaXRzIGNvbGxlY3Rpb24tcGF0aCB0ZXN0IGhhcm5lc3M7IGxpdmUgcm9sZSB2YWxpZGF0aW9uIGlzIGluIHByb2dyZXNzIG9uIHRoZSByZXByb2R1Y2luZyBob3N0LgoKU2lnbmVkLW9mZi1ieTogUmljbyBMaW4gPHJsaW5AdmV4eGhvc3QuY29tPg==
      patchset: bca716cce5e1ca4293d3ed333efd0744609ea3bc
      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: 099fd2fd24246f4d89259206430c3a124dcf45ad
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          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: 099fd2fd24246f4d89259206430c3a124dcf45ad
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: dccbb84e35a769fdebb2d046f20853c11c3a13ce
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: d03dd061a8112c468e2f6529cb0663873f96b50f
        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: dccbb84e35a769fdebb2d046f20853c11c3a13ce
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/292/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
