all: children: peers: hosts: {} switch: hosts: controller: null zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 38.102.83.38 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul cifmw_artifacts_basedir: '{{ cifmw_basedir | default(ansible_user_dir ~ ''/ci-framework-data'') }}' cifmw_build_containers_exclude_containers: antelope: centos10: - tempest-extras centos9: - tempest-extras master: centos10: - tempest-extras centos9: - tempest-extras cifmw_repo_setup_extra_repos: - messaging-rabbitmq-4,baseurl=https://mirror.stream.centos.org/SIGs/{{ ansible_distribution_major_version }}-stream/messaging/x86_64/rabbitmq-4/ nodepool: az: nova cloud: vexxhost-nodepool-tripleo external_id: 54b6eaba-e5e1-4025-acf9-095d7f78c79c host_id: 144026dc3a6267aa9593dce15cccee121a718779ba75fb6ce23b65e7 interface_ip: 38.102.83.38 label: cloud-centos-9-stream-tripleo node_properties: {} private_ipv4: 38.102.83.38 private_ipv6: null provider: vexxhost-nodepool-tripleo public_ipv4: 38.102.83.38 public_ipv6: '' region: RegionOne slot: null zuul_node: az: nova cloud: vexxhost-nodepool-tripleo external_id: 54b6eaba-e5e1-4025-acf9-095d7f78c79c host_id: 144026dc3a6267aa9593dce15cccee121a718779ba75fb6ce23b65e7 interface_ip: 38.102.83.38 label: cloud-centos-9-stream-tripleo node_properties: {} private_ipv4: 38.102.83.38 private_ipv6: null provider: vexxhost-nodepool-tripleo public_ipv4: 38.102.83.38 public_ipv6: '' region: RegionOne slot: null uuid: null vars: cifmw_artifacts_basedir: '{{ cifmw_basedir | default(ansible_user_dir ~ ''/ci-framework-data'') }}' cifmw_build_containers_exclude_containers: antelope: centos10: - tempest-extras centos9: - tempest-extras master: centos10: - tempest-extras centos9: - tempest-extras cifmw_repo_setup_extra_repos: - messaging-rabbitmq-4,baseurl=https://mirror.stream.centos.org/SIGs/{{ ansible_distribution_major_version }}-stream/messaging/x86_64/rabbitmq-4/ zuul: _inheritance_path: - '' - '' - '' - '' - '' - '' ansible_version: '9' attempts: 1 branch: master build: 95109b07445b4733b21ed8c5ad31e68e build_refs: - branch: master change: '992512' change_message: 'Handle DHCP agent ports in test_modify_dhcp_port_ip_address The test previously queried for both network:dhcp and network:distributed ports, then asserted at most one port existed. This fails in environments where OVN and the Neutron DHCP agent coexist (e.g. for ironic DHCPv6 provisioning), because HA DHCP agents create multiple network:dhcp ports alongside OVN''s network:distributed port. Since this test is OVN-only (skipped for non-OVN backends) and validates the OVN DHCP port IP update fix (LP#1942794), only the network:distributed port is relevant. Remove the network:dhcp query and the incorrect assertion. The IP update logic incremented the DHCP port IP by +1, which collided with IPs already allocated by DHCP agent ports. Use os_admin.network_client to list all ports, then pick the first free IP from the allocation pool. Related-Bug: OSPNET-1250 Assisted-By: Claude Code Opus 4.6 Change-Id: I2db00029a721e6a8b1ecddd971dd551706c26a63 Signed-off-by: Renjing Xiao ' change_url: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/992512 commit_id: 57f7203521bee8c332d6bf4af07fe28defd529dc patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/neutron-tempest-plugin name: openstack/neutron-tempest-plugin short_name: neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin topic: null buildset: 956ca5e0f6d541c094c307fe34ccca1d buildset_refs: - branch: master change: '992512' change_message: 'Handle DHCP agent ports in test_modify_dhcp_port_ip_address The test previously queried for both network:dhcp and network:distributed ports, then asserted at most one port existed. This fails in environments where OVN and the Neutron DHCP agent coexist (e.g. for ironic DHCPv6 provisioning), because HA DHCP agents create multiple network:dhcp ports alongside OVN''s network:distributed port. Since this test is OVN-only (skipped for non-OVN backends) and validates the OVN DHCP port IP update fix (LP#1942794), only the network:distributed port is relevant. Remove the network:dhcp query and the incorrect assertion. The IP update logic incremented the DHCP port IP by +1, which collided with IPs already allocated by DHCP agent ports. Use os_admin.network_client to list all ports, then pick the first free IP from the allocation pool. Related-Bug: OSPNET-1250 Assisted-By: Claude Code Opus 4.6 Change-Id: I2db00029a721e6a8b1ecddd971dd551706c26a63 Signed-off-by: Renjing Xiao ' change_url: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/992512 commit_id: 57f7203521bee8c332d6bf4af07fe28defd529dc patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/neutron-tempest-plugin name: openstack/neutron-tempest-plugin short_name: neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin topic: null change: '992512' change_message: 'Handle DHCP agent ports in test_modify_dhcp_port_ip_address The test previously queried for both network:dhcp and network:distributed ports, then asserted at most one port existed. This fails in environments where OVN and the Neutron DHCP agent coexist (e.g. for ironic DHCPv6 provisioning), because HA DHCP agents create multiple network:dhcp ports alongside OVN''s network:distributed port. Since this test is OVN-only (skipped for non-OVN backends) and validates the OVN DHCP port IP update fix (LP#1942794), only the network:distributed port is relevant. Remove the network:dhcp query and the incorrect assertion. The IP update logic incremented the DHCP port IP by +1, which collided with IPs already allocated by DHCP agent ports. Use os_admin.network_client to list all ports, then pick the first free IP from the allocation pool. Related-Bug: OSPNET-1250 Assisted-By: Claude Code Opus 4.6 Change-Id: I2db00029a721e6a8b1ecddd971dd551706c26a63 Signed-off-by: Renjing Xiao ' change_url: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/992512 child_jobs: - whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp commit_id: 57f7203521bee8c332d6bf4af07fe28defd529dc event_id: cebc0c343ce348f99cce3b6f0b77a200 executor: hostname: 38.102.83.32 inventory_file: /var/lib/zuul/builds/95109b07445b4733b21ed8c5ad31e68e/ansible/inventory.yaml log_root: /var/lib/zuul/builds/95109b07445b4733b21ed8c5ad31e68e/work/logs result_data_file: /var/lib/zuul/builds/95109b07445b4733b21ed8c5ad31e68e/work/results.json src_root: /var/lib/zuul/builds/95109b07445b4733b21ed8c5ad31e68e/work/src work_root: /var/lib/zuul/builds/95109b07445b4733b21ed8c5ad31e68e/work include_vars: [] items: - branch: master change: '992512' change_message: 'Handle DHCP agent ports in test_modify_dhcp_port_ip_address The test previously queried for both network:dhcp and network:distributed ports, then asserted at most one port existed. This fails in environments where OVN and the Neutron DHCP agent coexist (e.g. for ironic DHCPv6 provisioning), because HA DHCP agents create multiple network:dhcp ports alongside OVN''s network:distributed port. Since this test is OVN-only (skipped for non-OVN backends) and validates the OVN DHCP port IP update fix (LP#1942794), only the network:distributed port is relevant. Remove the network:dhcp query and the incorrect assertion. The IP update logic incremented the DHCP port IP by +1, which collided with IPs already allocated by DHCP agent ports. Use os_admin.network_client to list all ports, then pick the first free IP from the allocation pool. Related-Bug: OSPNET-1250 Assisted-By: Claude Code Opus 4.6 Change-Id: I2db00029a721e6a8b1ecddd971dd551706c26a63 Signed-off-by: Renjing Xiao ' change_url: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/992512 commit_id: 57f7203521bee8c332d6bf4af07fe28defd529dc patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/neutron-tempest-plugin name: openstack/neutron-tempest-plugin short_name: neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin topic: null job: openstack-meta-content-provider jobtags: [] max_attempts: 3 message: SGFuZGxlIERIQ1AgYWdlbnQgcG9ydHMgaW4gdGVzdF9tb2RpZnlfZGhjcF9wb3J0X2lwX2FkZHJlc3MKClRoZSB0ZXN0IHByZXZpb3VzbHkgcXVlcmllZCBmb3IgYm90aCBuZXR3b3JrOmRoY3AgYW5kCm5ldHdvcms6ZGlzdHJpYnV0ZWQgcG9ydHMsIHRoZW4gYXNzZXJ0ZWQgYXQgbW9zdCBvbmUgcG9ydCBleGlzdGVkLgpUaGlzIGZhaWxzIGluIGVudmlyb25tZW50cyB3aGVyZSBPVk4gYW5kIHRoZSBOZXV0cm9uIERIQ1AgYWdlbnQKY29leGlzdCAoZS5nLiBmb3IgaXJvbmljIERIQ1B2NiBwcm92aXNpb25pbmcpLCBiZWNhdXNlIEhBIERIQ1AKYWdlbnRzIGNyZWF0ZSBtdWx0aXBsZSBuZXR3b3JrOmRoY3AgcG9ydHMgYWxvbmdzaWRlIE9WTidzCm5ldHdvcms6ZGlzdHJpYnV0ZWQgcG9ydC4KClNpbmNlIHRoaXMgdGVzdCBpcyBPVk4tb25seSAoc2tpcHBlZCBmb3Igbm9uLU9WTiBiYWNrZW5kcykgYW5kCnZhbGlkYXRlcyB0aGUgT1ZOIERIQ1AgcG9ydCBJUCB1cGRhdGUgZml4IChMUCMxOTQyNzk0KSwgb25seSB0aGUKbmV0d29yazpkaXN0cmlidXRlZCBwb3J0IGlzIHJlbGV2YW50LiBSZW1vdmUgdGhlIG5ldHdvcms6ZGhjcApxdWVyeSBhbmQgdGhlIGluY29ycmVjdCBhc3NlcnRpb24uCgpUaGUgSVAgdXBkYXRlIGxvZ2ljIGluY3JlbWVudGVkIHRoZSBESENQIHBvcnQgSVAgYnkgKzEsIHdoaWNoCmNvbGxpZGVkIHdpdGggSVBzIGFscmVhZHkgYWxsb2NhdGVkIGJ5IERIQ1AgYWdlbnQgcG9ydHMuIFVzZQpvc19hZG1pbi5uZXR3b3JrX2NsaWVudCB0byBsaXN0IGFsbCBwb3J0cywgdGhlbiBwaWNrIHRoZSBmaXJzdApmcmVlIElQIGZyb20gdGhlIGFsbG9jYXRpb24gcG9vbC4KClJlbGF0ZWQtQnVnOiBPU1BORVQtMTI1MApBc3Npc3RlZC1CeTogQ2xhdWRlIENvZGUgT3B1cyA0LjYKQ2hhbmdlLUlkOiBJMmRiMDAwMjlhNzIxZTZhOGIxZWNkZGQ5NzFkZDU1MTcwNmMyNmE2MwpTaWduZWQtb2ZmLWJ5OiBSZW5qaW5nIFhpYW8gPHJ4aWFvQHJlZGhhdC5jb20+Cg== override_checkout: main patchset: '1' pipeline: openstack-check playbook_context: playbook_projects: trusted/project_0/review.rdoproject.org/config: canonical_name: review.rdoproject.org/config checkout: master commit: f4086da87f3046c98f2a4b907deaeed353c7ab49 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 82e3e8b1292a25e38235bb92b157992d326531d1 trusted/project_2/review.rdoproject.org/rdo-jobs: canonical_name: review.rdoproject.org/rdo-jobs checkout: master commit: ae3f884c6c8c32b779dc61f758c0f6a43ade6877 untrusted/project_0/github.com/openstack-k8s-operators/ci-framework: canonical_name: github.com/openstack-k8s-operators/ci-framework checkout: main commit: 3bcd0bf612311b3a2d20565a2aa3b7be02d8f2a3 untrusted/project_1/review.rdoproject.org/config: canonical_name: review.rdoproject.org/config checkout: master commit: f4086da87f3046c98f2a4b907deaeed353c7ab49 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 82e3e8b1292a25e38235bb92b157992d326531d1 untrusted/project_3/review.rdoproject.org/rdo-jobs: canonical_name: review.rdoproject.org/rdo-jobs checkout: master commit: ae3f884c6c8c32b779dc61f758c0f6a43ade6877 playbooks: - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/meta_content_provider/run.yml roles: - checkout: main checkout_description: playbook branch link_name: ansible/playbook_0/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/playbook_0/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/playbook_0/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/playbook_0/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/playbook_0/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/playbook_0/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/playbook_0/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/playbook_0/role_3/rdo-jobs/roles post_playbooks: - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/collect-logs.yml roles: - checkout: main checkout_description: playbook branch link_name: ansible/post_playbook_0/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/post_playbook_0/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/post_playbook_0/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/post_playbook_0/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/post_playbook_0/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/post_playbook_0/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/post_playbook_0/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/post_playbook_0/role_3/rdo-jobs/roles - path: trusted/project_0/review.rdoproject.org/config/playbooks/base-minimal/post-ssh.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/post_playbook_1/role_0/config link_target: trusted/project_0/review.rdoproject.org/config role_path: ansible/post_playbook_1/role_0/config/roles - checkout: master checkout_description: zuul 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: master checkout_description: zuul branch link_name: ansible/post_playbook_1/role_2/rdo-jobs link_target: trusted/project_2/review.rdoproject.org/rdo-jobs role_path: ansible/post_playbook_1/role_2/rdo-jobs/roles - path: trusted/project_0/review.rdoproject.org/config/playbooks/base-minimal/post-logs.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/post_playbook_2/role_0/config link_target: trusted/project_0/review.rdoproject.org/config role_path: ansible/post_playbook_2/role_0/config/roles - checkout: master checkout_description: zuul 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: master checkout_description: zuul branch link_name: ansible/post_playbook_2/role_2/rdo-jobs link_target: trusted/project_2/review.rdoproject.org/rdo-jobs role_path: ansible/post_playbook_2/role_2/rdo-jobs/roles pre_playbooks: - path: trusted/project_0/review.rdoproject.org/config/playbooks/base-minimal/pre.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/pre_playbook_0/role_0/config link_target: trusted/project_0/review.rdoproject.org/config role_path: ansible/pre_playbook_0/role_0/config/roles - checkout: master checkout_description: zuul 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: master checkout_description: zuul branch link_name: ansible/pre_playbook_0/role_2/rdo-jobs link_target: trusted/project_2/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_0/role_2/rdo-jobs/roles - path: trusted/project_0/review.rdoproject.org/config/playbooks/ci-framework-rdo-base/pre.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/pre_playbook_1/role_0/config link_target: trusted/project_0/review.rdoproject.org/config role_path: ansible/pre_playbook_1/role_0/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_1/role_1/zuul-jobs link_target: trusted/project_1/opendev.org/zuul/zuul-jobs role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_1/role_2/rdo-jobs link_target: trusted/project_2/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_1/role_2/rdo-jobs/roles - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/e2e-prepare.yml roles: - checkout: main checkout_description: playbook branch link_name: ansible/pre_playbook_2/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/pre_playbook_2/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_2/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/pre_playbook_2/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_2/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/pre_playbook_2/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_2/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_2/role_3/rdo-jobs/roles - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/dump_zuul_data.yml roles: - checkout: main checkout_description: playbook branch link_name: ansible/pre_playbook_3/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/pre_playbook_3/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_3/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/pre_playbook_3/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_3/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/pre_playbook_3/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_3/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_3/role_3/rdo-jobs/roles - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/content_provider/pre.yml roles: - checkout: main checkout_description: playbook branch link_name: ansible/pre_playbook_4/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/pre_playbook_4/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_4/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/pre_playbook_4/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_4/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/pre_playbook_4/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_4/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_4/role_3/rdo-jobs/roles - path: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework/ci/playbooks/meta_content_provider/copy_container_files.yaml roles: - checkout: main checkout_description: playbook branch link_name: ansible/pre_playbook_5/role_0/ci-framework link_target: untrusted/project_0/github.com/openstack-k8s-operators/ci-framework role_path: ansible/pre_playbook_5/role_0/ci-framework/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_5/role_1/config link_target: untrusted/project_1/review.rdoproject.org/config role_path: ansible/pre_playbook_5/role_1/config/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_5/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/pre_playbook_5/role_2/zuul-jobs/roles - checkout: master checkout_description: zuul branch link_name: ansible/pre_playbook_5/role_3/rdo-jobs link_target: untrusted/project_3/review.rdoproject.org/rdo-jobs role_path: ansible/pre_playbook_5/role_3/rdo-jobs/roles post_review: false post_timeout: 5400 pre_timeout: null project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/neutron-tempest-plugin name: openstack/neutron-tempest-plugin short_name: neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin projects: github.com/openstack-k8s-operators/barbican-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/barbican-operator checkout: main checkout_description: job override ref commit: 3c323089ef65f3d3501f8cae9ef919a1c894476d name: openstack-k8s-operators/barbican-operator required: true short_name: barbican-operator src_dir: src/github.com/openstack-k8s-operators/barbican-operator github.com/openstack-k8s-operators/ci-framework: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/ci-framework checkout: main checkout_description: job override ref commit: 3bcd0bf612311b3a2d20565a2aa3b7be02d8f2a3 name: openstack-k8s-operators/ci-framework required: true short_name: ci-framework src_dir: src/github.com/openstack-k8s-operators/ci-framework github.com/openstack-k8s-operators/cinder-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/cinder-operator checkout: main checkout_description: job override ref commit: 6da826bf51d2a12e41289343b5f8a4ff6b130cfd name: openstack-k8s-operators/cinder-operator required: true short_name: cinder-operator src_dir: src/github.com/openstack-k8s-operators/cinder-operator github.com/openstack-k8s-operators/designate-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/designate-operator checkout: main checkout_description: job override ref commit: 166a1dd0ee196d548aa05eb2e366615f66a48edb name: openstack-k8s-operators/designate-operator required: true short_name: designate-operator src_dir: src/github.com/openstack-k8s-operators/designate-operator github.com/openstack-k8s-operators/glance-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/glance-operator checkout: main checkout_description: job override ref commit: e10229fa0f2e505403e027e4242005ac44f7aa87 name: openstack-k8s-operators/glance-operator required: true short_name: glance-operator src_dir: src/github.com/openstack-k8s-operators/glance-operator github.com/openstack-k8s-operators/heat-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/heat-operator checkout: main checkout_description: job override ref commit: 4f6adefef484fc5ef441450ca1b403bb0bb3420e name: openstack-k8s-operators/heat-operator required: true short_name: heat-operator src_dir: src/github.com/openstack-k8s-operators/heat-operator github.com/openstack-k8s-operators/horizon-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/horizon-operator checkout: main checkout_description: job override ref commit: 39f66520e1948886a51bb1f65cf637bc6975097c name: openstack-k8s-operators/horizon-operator required: true short_name: horizon-operator src_dir: src/github.com/openstack-k8s-operators/horizon-operator github.com/openstack-k8s-operators/infra-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/infra-operator checkout: main checkout_description: job override ref commit: e3fdd67c8a72b8a501dcdd95d538816bd5e78dba name: openstack-k8s-operators/infra-operator required: true short_name: infra-operator src_dir: src/github.com/openstack-k8s-operators/infra-operator github.com/openstack-k8s-operators/install_yamls: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/install_yamls checkout: main checkout_description: job override ref commit: 28010890899b365d9b163f6cd2faeb71bf37d54f name: openstack-k8s-operators/install_yamls required: true short_name: install_yamls src_dir: src/github.com/openstack-k8s-operators/install_yamls github.com/openstack-k8s-operators/ironic-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/ironic-operator checkout: main checkout_description: job override ref commit: 79a33d0158bbd5cb64504b0d455604cabc6b7b3d name: openstack-k8s-operators/ironic-operator required: true short_name: ironic-operator src_dir: src/github.com/openstack-k8s-operators/ironic-operator github.com/openstack-k8s-operators/keystone-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/keystone-operator checkout: main checkout_description: job override ref commit: 2b3b9774fccf48b4e20b63860858356d44fed0c1 name: openstack-k8s-operators/keystone-operator required: true short_name: keystone-operator src_dir: src/github.com/openstack-k8s-operators/keystone-operator github.com/openstack-k8s-operators/manila-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/manila-operator checkout: main checkout_description: job override ref commit: bbcd87e8e6b95a3c82029e192449e9375870ab83 name: openstack-k8s-operators/manila-operator required: true short_name: manila-operator src_dir: src/github.com/openstack-k8s-operators/manila-operator github.com/openstack-k8s-operators/mariadb-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/mariadb-operator checkout: main checkout_description: job override ref commit: c4892ab6f262d8367429b2765ecf07f6c5b09bed name: openstack-k8s-operators/mariadb-operator required: true short_name: mariadb-operator src_dir: src/github.com/openstack-k8s-operators/mariadb-operator github.com/openstack-k8s-operators/neutron-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/neutron-operator checkout: main checkout_description: job override ref commit: 3ab751e2e0ba70f02724acd412bf1328fe0b5ca3 name: openstack-k8s-operators/neutron-operator required: true short_name: neutron-operator src_dir: src/github.com/openstack-k8s-operators/neutron-operator github.com/openstack-k8s-operators/nova-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/nova-operator checkout: main checkout_description: job override ref commit: a9e863a4be9672edb89b37f02cfa7b53054c8e00 name: openstack-k8s-operators/nova-operator required: true short_name: nova-operator src_dir: src/github.com/openstack-k8s-operators/nova-operator github.com/openstack-k8s-operators/octavia-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/octavia-operator checkout: main checkout_description: job override ref commit: d38cced4637efefceab0fa50e68a871897a34bcc name: openstack-k8s-operators/octavia-operator required: true short_name: octavia-operator src_dir: src/github.com/openstack-k8s-operators/octavia-operator github.com/openstack-k8s-operators/openstack-ansibleee-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/openstack-ansibleee-operator checkout: main checkout_description: job override ref commit: 20bba339978c1ded19ad5c8d872b3b522b2f3c89 name: openstack-k8s-operators/openstack-ansibleee-operator required: true short_name: openstack-ansibleee-operator src_dir: src/github.com/openstack-k8s-operators/openstack-ansibleee-operator github.com/openstack-k8s-operators/openstack-baremetal-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/openstack-baremetal-operator checkout: main checkout_description: job override ref commit: 96ee712650c0df1c6bd02de78be0a12085a9827c name: openstack-k8s-operators/openstack-baremetal-operator required: true short_name: openstack-baremetal-operator src_dir: src/github.com/openstack-k8s-operators/openstack-baremetal-operator github.com/openstack-k8s-operators/openstack-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/openstack-operator checkout: main checkout_description: job override ref commit: 721c3f7c64850716e5de5f4e76e1ef4c36c28652 name: openstack-k8s-operators/openstack-operator required: true short_name: openstack-operator src_dir: src/github.com/openstack-k8s-operators/openstack-operator github.com/openstack-k8s-operators/ovn-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/ovn-operator checkout: main checkout_description: job override ref commit: 9cee32d61d2cbd0542cc05d38949946ecfe2879f name: openstack-k8s-operators/ovn-operator required: true short_name: ovn-operator src_dir: src/github.com/openstack-k8s-operators/ovn-operator github.com/openstack-k8s-operators/placement-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/placement-operator checkout: main checkout_description: job override ref commit: 4e89b1e9775c82de47e7ac1967b24c41f2d53e8c name: openstack-k8s-operators/placement-operator required: true short_name: placement-operator src_dir: src/github.com/openstack-k8s-operators/placement-operator github.com/openstack-k8s-operators/repo-setup: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/repo-setup checkout: main checkout_description: job override ref commit: 85321f7e0af502d7f06f845886058daf09da34f6 name: openstack-k8s-operators/repo-setup required: true short_name: repo-setup src_dir: src/github.com/openstack-k8s-operators/repo-setup github.com/openstack-k8s-operators/swift-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/swift-operator checkout: main checkout_description: job override ref commit: 2bf1f7424312148f7315ee1b7dce7a7d558221c0 name: openstack-k8s-operators/swift-operator required: true short_name: swift-operator src_dir: src/github.com/openstack-k8s-operators/swift-operator github.com/openstack-k8s-operators/tcib: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/tcib checkout: main checkout_description: job override ref commit: 9aecfe867ca44ca276dd228be612c156cf3842f7 name: openstack-k8s-operators/tcib required: true short_name: tcib src_dir: src/github.com/openstack-k8s-operators/tcib github.com/openstack-k8s-operators/telemetry-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/telemetry-operator checkout: main checkout_description: job override ref commit: 02c2343ce368977761a3223692309ba254eaac2b name: openstack-k8s-operators/telemetry-operator required: true short_name: telemetry-operator src_dir: src/github.com/openstack-k8s-operators/telemetry-operator github.com/openstack-k8s-operators/watcher-operator: canonical_hostname: github.com canonical_name: github.com/openstack-k8s-operators/watcher-operator checkout: main checkout_description: job override ref commit: 68ce7020aa840d34b5651cd07793522f6488c947 name: openstack-k8s-operators/watcher-operator required: true short_name: watcher-operator src_dir: src/github.com/openstack-k8s-operators/watcher-operator opendev.org/openstack/neutron-tempest-plugin: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/neutron-tempest-plugin checkout: master checkout_description: zuul branch commit: 57f7203521bee8c332d6bf4af07fe28defd529dc name: openstack/neutron-tempest-plugin required: false short_name: neutron-tempest-plugin src_dir: src/opendev.org/openstack/neutron-tempest-plugin opendev.org/zuul/zuul-jobs: canonical_hostname: opendev.org canonical_name: opendev.org/zuul/zuul-jobs checkout: master checkout_description: zuul branch commit: 82e3e8b1292a25e38235bb92b157992d326531d1 name: zuul/zuul-jobs required: true short_name: zuul-jobs src_dir: src/opendev.org/zuul/zuul-jobs ref: refs/changes/12/992512/1 resources: {} tenant: rdoproject.org timeout: 5000 topic: null voting: true