all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.182
      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: nova
        cloud: public
        external_id: 55964c98-7af3-4894-acbf-62a95c0263cd
        host_id: 7b8a4cf3090e32af994f4889a62f1003a5f74592d8295d185d35c3b9
        interface_ip: 199.204.45.182
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.182
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.182
        public_ipv6: 2604:e100:1:0:f816:3eff:fe2e:8aed
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 55964c98-7af3-4894-acbf-62a95c0263cd
        host_id: 7b8a4cf3090e32af994f4889a62f1003a5f74592d8295d185d35c3b9
        interface_ip: 199.204.45.182
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.182
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.182
        public_ipv6: 2604:e100:1:0:f816:3eff:fe2e:8aed
        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: 5a7d18fa2ca04602b25613bdf2066fe5
      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: 7b9cd843954990111deeef5f959c76b56f4ee513
        patchset: 7b9cd843954990111deeef5f959c76b56f4ee513
        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: e022c2391f624a5db322654e31a71fbb
      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: 7b9cd843954990111deeef5f959c76b56f4ee513
        patchset: 7b9cd843954990111deeef5f959c76b56f4ee513
        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: 7b9cd843954990111deeef5f959c76b56f4ee513
      event_id: 44c40f90-9a10-11f1-981f-499f7eb1b93d
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/5a7d18fa2ca04602b25613bdf2066fe5/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/5a7d18fa2ca04602b25613bdf2066fe5/work/logs
        result_data_file: /var/lib/zuul/builds/5a7d18fa2ca04602b25613bdf2066fe5/work/results.json
        src_root: /var/lib/zuul/builds/5a7d18fa2ca04602b25613bdf2066fe5/work/src
        work_root: /var/lib/zuul/builds/5a7d18fa2ca04602b25613bdf2066fe5/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: 7b9cd843954990111deeef5f959c76b56f4ee513
        patchset: 7b9cd843954990111deeef5f959c76b56f4ee513
        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: 7b9cd843954990111deeef5f959c76b56f4ee513
      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: 1a6ce7475e62704e5dde6282210bb88276736841
          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: 1a6ce7475e62704e5dde6282210bb88276736841
          untrusted/project_3/github.com/vexxhost/atmosphere.common:
            canonical_name: github.com/vexxhost/atmosphere.common
            checkout: main
            commit: f49bd94e9e9d64252d488175698dbcc3d50fb4a2
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 716a34de3df7f582dd9d7c985437be0d01a6b6bb
        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: f49bd94e9e9d64252d488175698dbcc3d50fb4a2
          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
