all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.80
      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.28.13
      molecule_install_collection_siblings: true
      molecule_scenario: secretgen-controller
      nodepool:
        az: yul2
        cloud: public
        external_id: da95ae46-5ec9-40d8-8614-619a388a10f5
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.80
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 162.253.55.80
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.80
        public_ipv6: 2604:e100:1:0:f816:3eff:fe39:436
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: yul2
        cloud: public
        external_id: da95ae46-5ec9-40d8-8614-619a388a10f5
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.80
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 162.253.55.80
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.80
        public_ipv6: 2604:e100:1:0:f816:3eff:fe39:436
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.28.13
    molecule_install_collection_siblings: true
    molecule_scenario: secretgen-controller
    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 atmosphere-common-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere.common/.zuul.yaml@main#4>'
      - '<Job atmosphere-common-molecule-secretgen-controller explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere.common/.zuul.yaml@main#33>'
      - '<Job atmosphere-common-molecule-secretgen-controller explicit: None implied:
        None source: vexxhost/atmosphere.common/.zuul.yaml@main#114>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: a0f6e1ff2e8a4fafb96ebb48985d84f5
      build_refs:
      - branch: main
        change: '122'
        change_message: "fix(secretgen): render release template explicitly\n\n##
          Summary\n\nRender the `secretgen_controller` release template before passing
          its objects\nto `kubernetes.core.k8s`.\n\n## Root cause\n\nWith Ansible
          Core 2.21.3 and the current Kubernetes collection, the module's\n`template`
          path can apply the manifest without rendering its embedded Jinja.\nThat
          creates a Secretgen Deployment whose image is the literal\n`{{ secretgen_controller_image
          | vexxhost.kubernetes.docker_image('ref') }}`,\nleaving the pod in `InvalidImageName`.
          Password custom resources then time out\nbecause no controller is available
          to reconcile them.\n\nThis reintroduces the focused change from closed PR
          #117 on a fresh branch from\ncurrent `main`. The PRs previously cited as
          superseding #117 do not include the\nSecretgen task change.\n\n## Validation\n\n-
          `git diff --check`\n- `pre-commit run --files roles/secretgen_controller/tasks/main.yml`\n-
          built and installed the collection into an isolated collection path\n- syntax-checked
          `playbooks/secretgen_controller.yaml` with Ansible Core 2.21.3\n- live AIO
          reproduction on Ubuntu 24.04 showed the unrendered image and\n  `InvalidImageName`;
          the deployment run will consume this exact fix\n"
        change_url: https://github.com/vexxhost/atmosphere.common/pull/122
        commit_id: de5e1c3364ed5b0a5eb113941ada122c433bf708
        patchset: de5e1c3364ed5b0a5eb113941ada122c433bf708
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      buildset: bb7b7d7abf084e48b3143b5b4e748089
      buildset_refs:
      - branch: main
        change: '122'
        change_message: "fix(secretgen): render release template explicitly\n\n##
          Summary\n\nRender the `secretgen_controller` release template before passing
          its objects\nto `kubernetes.core.k8s`.\n\n## Root cause\n\nWith Ansible
          Core 2.21.3 and the current Kubernetes collection, the module's\n`template`
          path can apply the manifest without rendering its embedded Jinja.\nThat
          creates a Secretgen Deployment whose image is the literal\n`{{ secretgen_controller_image
          | vexxhost.kubernetes.docker_image('ref') }}`,\nleaving the pod in `InvalidImageName`.
          Password custom resources then time out\nbecause no controller is available
          to reconcile them.\n\nThis reintroduces the focused change from closed PR
          #117 on a fresh branch from\ncurrent `main`. The PRs previously cited as
          superseding #117 do not include the\nSecretgen task change.\n\n## Validation\n\n-
          `git diff --check`\n- `pre-commit run --files roles/secretgen_controller/tasks/main.yml`\n-
          built and installed the collection into an isolated collection path\n- syntax-checked
          `playbooks/secretgen_controller.yaml` with Ansible Core 2.21.3\n- live AIO
          reproduction on Ubuntu 24.04 showed the unrendered image and\n  `InvalidImageName`;
          the deployment run will consume this exact fix\n"
        change_url: https://github.com/vexxhost/atmosphere.common/pull/122
        commit_id: de5e1c3364ed5b0a5eb113941ada122c433bf708
        patchset: de5e1c3364ed5b0a5eb113941ada122c433bf708
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      change: '122'
      change_message: "fix(secretgen): render release template explicitly\n\n## Summary\n\nRender
        the `secretgen_controller` release template before passing its objects\nto
        `kubernetes.core.k8s`.\n\n## Root cause\n\nWith Ansible Core 2.21.3 and the
        current Kubernetes collection, the module's\n`template` path can apply the
        manifest without rendering its embedded Jinja.\nThat creates a Secretgen Deployment
        whose image is the literal\n`{{ secretgen_controller_image | vexxhost.kubernetes.docker_image('ref')
        }}`,\nleaving the pod in `InvalidImageName`. Password custom resources then
        time out\nbecause no controller is available to reconcile them.\n\nThis reintroduces
        the focused change from closed PR #117 on a fresh branch from\ncurrent `main`.
        The PRs previously cited as superseding #117 do not include the\nSecretgen
        task change.\n\n## Validation\n\n- `git diff --check`\n- `pre-commit run --files
        roles/secretgen_controller/tasks/main.yml`\n- built and installed the collection
        into an isolated collection path\n- syntax-checked `playbooks/secretgen_controller.yaml`
        with Ansible Core 2.21.3\n- live AIO reproduction on Ubuntu 24.04 showed the
        unrendered image and\n  `InvalidImageName`; the deployment run will consume
        this exact fix\n"
      change_url: https://github.com/vexxhost/atmosphere.common/pull/122
      child_jobs: []
      commit_id: de5e1c3364ed5b0a5eb113941ada122c433bf708
      event_id: a1abdff0-a5b7-11f1-9624-40c75944d392
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/a0f6e1ff2e8a4fafb96ebb48985d84f5/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/a0f6e1ff2e8a4fafb96ebb48985d84f5/work/logs
        result_data_file: /var/lib/zuul/builds/a0f6e1ff2e8a4fafb96ebb48985d84f5/work/results.json
        src_root: /var/lib/zuul/builds/a0f6e1ff2e8a4fafb96ebb48985d84f5/work/src
        work_root: /var/lib/zuul/builds/a0f6e1ff2e8a4fafb96ebb48985d84f5/work
      include_vars: []
      items:
      - branch: main
        change: '122'
        change_message: "fix(secretgen): render release template explicitly\n\n##
          Summary\n\nRender the `secretgen_controller` release template before passing
          its objects\nto `kubernetes.core.k8s`.\n\n## Root cause\n\nWith Ansible
          Core 2.21.3 and the current Kubernetes collection, the module's\n`template`
          path can apply the manifest without rendering its embedded Jinja.\nThat
          creates a Secretgen Deployment whose image is the literal\n`{{ secretgen_controller_image
          | vexxhost.kubernetes.docker_image('ref') }}`,\nleaving the pod in `InvalidImageName`.
          Password custom resources then time out\nbecause no controller is available
          to reconcile them.\n\nThis reintroduces the focused change from closed PR
          #117 on a fresh branch from\ncurrent `main`. The PRs previously cited as
          superseding #117 do not include the\nSecretgen task change.\n\n## Validation\n\n-
          `git diff --check`\n- `pre-commit run --files roles/secretgen_controller/tasks/main.yml`\n-
          built and installed the collection into an isolated collection path\n- syntax-checked
          `playbooks/secretgen_controller.yaml` with Ansible Core 2.21.3\n- live AIO
          reproduction on Ubuntu 24.04 showed the unrendered image and\n  `InvalidImageName`;
          the deployment run will consume this exact fix\n"
        change_url: https://github.com/vexxhost/atmosphere.common/pull/122
        commit_id: de5e1c3364ed5b0a5eb113941ada122c433bf708
        patchset: de5e1c3364ed5b0a5eb113941ada122c433bf708
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      job: atmosphere-common-molecule-secretgen-controller
      jobtags: []
      max_attempts: 3
      message: Zml4KHNlY3JldGdlbik6IHJlbmRlciByZWxlYXNlIHRlbXBsYXRlIGV4cGxpY2l0bHkKCiMjIFN1bW1hcnkKClJlbmRlciB0aGUgYHNlY3JldGdlbl9jb250cm9sbGVyYCByZWxlYXNlIHRlbXBsYXRlIGJlZm9yZSBwYXNzaW5nIGl0cyBvYmplY3RzCnRvIGBrdWJlcm5ldGVzLmNvcmUuazhzYC4KCiMjIFJvb3QgY2F1c2UKCldpdGggQW5zaWJsZSBDb3JlIDIuMjEuMyBhbmQgdGhlIGN1cnJlbnQgS3ViZXJuZXRlcyBjb2xsZWN0aW9uLCB0aGUgbW9kdWxlJ3MKYHRlbXBsYXRlYCBwYXRoIGNhbiBhcHBseSB0aGUgbWFuaWZlc3Qgd2l0aG91dCByZW5kZXJpbmcgaXRzIGVtYmVkZGVkIEppbmphLgpUaGF0IGNyZWF0ZXMgYSBTZWNyZXRnZW4gRGVwbG95bWVudCB3aG9zZSBpbWFnZSBpcyB0aGUgbGl0ZXJhbApge3sgc2VjcmV0Z2VuX2NvbnRyb2xsZXJfaW1hZ2UgfCB2ZXh4aG9zdC5rdWJlcm5ldGVzLmRvY2tlcl9pbWFnZSgncmVmJykgfX1gLApsZWF2aW5nIHRoZSBwb2QgaW4gYEludmFsaWRJbWFnZU5hbWVgLiBQYXNzd29yZCBjdXN0b20gcmVzb3VyY2VzIHRoZW4gdGltZSBvdXQKYmVjYXVzZSBubyBjb250cm9sbGVyIGlzIGF2YWlsYWJsZSB0byByZWNvbmNpbGUgdGhlbS4KClRoaXMgcmVpbnRyb2R1Y2VzIHRoZSBmb2N1c2VkIGNoYW5nZSBmcm9tIGNsb3NlZCBQUiAjMTE3IG9uIGEgZnJlc2ggYnJhbmNoIGZyb20KY3VycmVudCBgbWFpbmAuIFRoZSBQUnMgcHJldmlvdXNseSBjaXRlZCBhcyBzdXBlcnNlZGluZyAjMTE3IGRvIG5vdCBpbmNsdWRlIHRoZQpTZWNyZXRnZW4gdGFzayBjaGFuZ2UuCgojIyBWYWxpZGF0aW9uCgotIGBnaXQgZGlmZiAtLWNoZWNrYAotIGBwcmUtY29tbWl0IHJ1biAtLWZpbGVzIHJvbGVzL3NlY3JldGdlbl9jb250cm9sbGVyL3Rhc2tzL21haW4ueW1sYAotIGJ1aWx0IGFuZCBpbnN0YWxsZWQgdGhlIGNvbGxlY3Rpb24gaW50byBhbiBpc29sYXRlZCBjb2xsZWN0aW9uIHBhdGgKLSBzeW50YXgtY2hlY2tlZCBgcGxheWJvb2tzL3NlY3JldGdlbl9jb250cm9sbGVyLnlhbWxgIHdpdGggQW5zaWJsZSBDb3JlIDIuMjEuMwotIGxpdmUgQUlPIHJlcHJvZHVjdGlvbiBvbiBVYnVudHUgMjQuMDQgc2hvd2VkIHRoZSB1bnJlbmRlcmVkIGltYWdlIGFuZAogIGBJbnZhbGlkSW1hZ2VOYW1lYDsgdGhlIGRlcGxveW1lbnQgcnVuIHdpbGwgY29uc3VtZSB0aGlzIGV4YWN0IGZpeAo=
      patchset: de5e1c3364ed5b0a5eb113941ada122c433bf708
      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: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          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: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          untrusted/project_3/github.com/vexxhost/atmosphere.common:
            canonical_name: github.com/vexxhost/atmosphere.common
            checkout: main
            commit: bd6382f245bdff9306a638d2623a941155edae78
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 6697f8df7f6b0dcc80625b8f8cf2c7c2fa7dd09c
        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/atmosphere.common/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/atmosphere.common
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere.common
            role_path: ansible/post_playbook_0/role_0/atmosphere.common/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/atmosphere.common/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/atmosphere.common
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere.common
            role_path: ansible/pre_playbook_2/role_0/atmosphere.common/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/atmosphere.common
        name: vexxhost/atmosphere.common
        short_name: atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
      projects:
        github.com/vexxhost/atmosphere.common:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          checkout: main
          checkout_description: zuul branch
          commit: bd6382f245bdff9306a638d2623a941155edae78
          name: vexxhost/atmosphere.common
          required: false
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
      ref: refs/pull/122/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
