all: children: peers: hosts: {} switch: hosts: controller: null zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 38.102.83.65 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul cifmw_artifacts_basedir: '{{ cifmw_basedir | default(ansible_user_dir ~ ''/ci-framework-data'') }}' cifmw_bop_dlrn_baseurl: https://trunk.rdoproject.org/centos10-master cifmw_bop_dlrn_from_source: true cifmw_bop_dlrn_target: centos10-stream cifmw_bop_initial_dlrn_config: centos10-stream cifmw_bop_openstack_release: master cifmw_build_containers_containers_base_image: quay.io/centos/centos:stream10 cifmw_build_containers_exclude_containers: antelope: centos10: - tempest-extras centos9: - tempest-extras master: centos10: - tempest-extras - horizontest centos9: - tempest-extras cifmw_build_containers_force: true cifmw_build_containers_image_tag: watcher_latest cifmw_build_containers_registry_namespace: podified-master-centos10 cifmw_install_yamls_sdk_version: v1.41.1 cifmw_operator_build_operators: - name: watcher-operator src: '{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator' - image_base: watcher name: openstack-operator src: '{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator' cifmw_repo_setup_branch: master cifmw_repo_setup_dist_major_version: 10 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/ cifmw_repo_setup_promotion: current nodepool: az: nova cloud: vexxhost-nodepool-tripleo external_id: fc783015-72c4-4c8c-abd0-331174d8698d host_id: b012578aee5370fae73eb6c92c4679617335173cccca05390470f411 interface_ip: 38.102.83.65 label: cloud-centos-10-stream-tripleo node_properties: {} private_ipv4: 38.102.83.65 private_ipv6: null provider: vexxhost-nodepool-tripleo public_ipv4: 38.102.83.65 public_ipv6: '' region: RegionOne slot: null zuul_node: az: nova cloud: vexxhost-nodepool-tripleo external_id: fc783015-72c4-4c8c-abd0-331174d8698d host_id: b012578aee5370fae73eb6c92c4679617335173cccca05390470f411 interface_ip: 38.102.83.65 label: cloud-centos-10-stream-tripleo node_properties: {} private_ipv4: 38.102.83.65 private_ipv6: null provider: vexxhost-nodepool-tripleo public_ipv4: 38.102.83.65 public_ipv6: '' region: RegionOne slot: null uuid: null vars: cifmw_artifacts_basedir: '{{ cifmw_basedir | default(ansible_user_dir ~ ''/ci-framework-data'') }}' cifmw_bop_dlrn_baseurl: https://trunk.rdoproject.org/centos10-master cifmw_bop_dlrn_from_source: true cifmw_bop_dlrn_target: centos10-stream cifmw_bop_initial_dlrn_config: centos10-stream cifmw_bop_openstack_release: master cifmw_build_containers_containers_base_image: quay.io/centos/centos:stream10 cifmw_build_containers_exclude_containers: antelope: centos10: - tempest-extras centos9: - tempest-extras master: centos10: - tempest-extras - horizontest centos9: - tempest-extras cifmw_build_containers_force: true cifmw_build_containers_image_tag: watcher_latest cifmw_build_containers_registry_namespace: podified-master-centos10 cifmw_install_yamls_sdk_version: v1.41.1 cifmw_operator_build_operators: - name: watcher-operator src: '{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator' - image_base: watcher name: openstack-operator src: '{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator' cifmw_repo_setup_branch: master cifmw_repo_setup_dist_major_version: 10 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/ cifmw_repo_setup_promotion: current zuul: _inheritance_path: - '' - '' - '' - '' - '' - '' - '' ansible_version: '9' attempts: 1 branch: master build: d0e081b522ce448eba242c19b0e5c0e4 build_refs: - branch: master change: '991291' change_message: "Add host/hypervisor_hostname and created to instances in model\n\nRemoving nova API calls from zone_migrate strategy requires to get\nthe instance creation date and hostname of the compute node where\nthe instance is running from the model.\n\nThis patch is adding some new fields to the Instance element of\nthe object:\n\n- host: contains the value of `OS-EXT-SRV-ATTR:host` from the\n compute Server API. While we could get this by getting the adjacent\n compute node in the model graph, given that these field is mandatory\n in the API and the fact that the model supports orphaned instances\n having this field in the model for Instances is convenient and\n cheap to maintain.\n- hypervisor_hostname: the value of\n `OS-EXT-SRV-ATTR:hypervisor_hostname`. Although this is the\n same as `host` in most cases, it is included for completeness\n as it may differ in certain cases (for ironic driver, it is\n the Ironic node uuid)\n- created: the value of created_at from API Servers.\n\nRelated-Bug: #2119957\nChange-Id: I434feb47c01a2f7c18f5ac6a58a5864c01891407\nSigned-off-by: Alfredo Moralejo \n" change_url: https://review.opendev.org/c/openstack/watcher/+/991291 commit_id: e63fe149c2e7bff71dbeb601772fe1dc9fe6ce44 patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/watcher name: openstack/watcher short_name: watcher src_dir: src/opendev.org/openstack/watcher src_dir: src/opendev.org/openstack/watcher topic: bug-2119957 buildset: b12f0f54f2b2408b8c4edc08f55be1e1 buildset_refs: - branch: master change: '991291' change_message: "Add host/hypervisor_hostname and created to instances in model\n\nRemoving nova API calls from zone_migrate strategy requires to get\nthe instance creation date and hostname of the compute node where\nthe instance is running from the model.\n\nThis patch is adding some new fields to the Instance element of\nthe object:\n\n- host: contains the value of `OS-EXT-SRV-ATTR:host` from the\n compute Server API. While we could get this by getting the adjacent\n compute node in the model graph, given that these field is mandatory\n in the API and the fact that the model supports orphaned instances\n having this field in the model for Instances is convenient and\n cheap to maintain.\n- hypervisor_hostname: the value of\n `OS-EXT-SRV-ATTR:hypervisor_hostname`. Although this is the\n same as `host` in most cases, it is included for completeness\n as it may differ in certain cases (for ironic driver, it is\n the Ironic node uuid)\n- created: the value of created_at from API Servers.\n\nRelated-Bug: #2119957\nChange-Id: I434feb47c01a2f7c18f5ac6a58a5864c01891407\nSigned-off-by: Alfredo Moralejo \n" change_url: https://review.opendev.org/c/openstack/watcher/+/991291 commit_id: e63fe149c2e7bff71dbeb601772fe1dc9fe6ce44 patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/watcher name: openstack/watcher short_name: watcher src_dir: src/opendev.org/openstack/watcher src_dir: src/opendev.org/openstack/watcher topic: bug-2119957 change: '991291' change_message: "Add host/hypervisor_hostname and created to instances in model\n\nRemoving nova API calls from zone_migrate strategy requires to get\nthe instance creation date and hostname of the compute node where\nthe instance is running from the model.\n\nThis patch is adding some new fields to the Instance element of\nthe object:\n\n- host: contains the value of `OS-EXT-SRV-ATTR:host` from the\n compute Server API. While we could get this by getting the adjacent\n \ compute node in the model graph, given that these field is mandatory\n in the API and the fact that the model supports orphaned instances\n having this field in the model for Instances is convenient and\n cheap to maintain.\n- hypervisor_hostname: the value of\n `OS-EXT-SRV-ATTR:hypervisor_hostname`. Although this is the\n same as `host` in most cases, it is included for completeness\n \ as it may differ in certain cases (for ironic driver, it is\n the Ironic node uuid)\n- created: the value of created_at from API Servers.\n\nRelated-Bug: #2119957\nChange-Id: I434feb47c01a2f7c18f5ac6a58a5864c01891407\nSigned-off-by: Alfredo Moralejo \n" change_url: https://review.opendev.org/c/openstack/watcher/+/991291 child_jobs: - watcher-operator-validation-master commit_id: e63fe149c2e7bff71dbeb601772fe1dc9fe6ce44 event_id: 8f4f4c94160245b49caea8e142b898b6 executor: hostname: 38.102.83.32 inventory_file: /var/lib/zuul/builds/d0e081b522ce448eba242c19b0e5c0e4/ansible/inventory.yaml log_root: /var/lib/zuul/builds/d0e081b522ce448eba242c19b0e5c0e4/work/logs result_data_file: /var/lib/zuul/builds/d0e081b522ce448eba242c19b0e5c0e4/work/results.json src_root: /var/lib/zuul/builds/d0e081b522ce448eba242c19b0e5c0e4/work/src work_root: /var/lib/zuul/builds/d0e081b522ce448eba242c19b0e5c0e4/work include_vars: [] items: - branch: master change: '991291' change_message: "Add host/hypervisor_hostname and created to instances in model\n\nRemoving nova API calls from zone_migrate strategy requires to get\nthe instance creation date and hostname of the compute node where\nthe instance is running from the model.\n\nThis patch is adding some new fields to the Instance element of\nthe object:\n\n- host: contains the value of `OS-EXT-SRV-ATTR:host` from the\n compute Server API. While we could get this by getting the adjacent\n compute node in the model graph, given that these field is mandatory\n in the API and the fact that the model supports orphaned instances\n having this field in the model for Instances is convenient and\n cheap to maintain.\n- hypervisor_hostname: the value of\n `OS-EXT-SRV-ATTR:hypervisor_hostname`. Although this is the\n same as `host` in most cases, it is included for completeness\n as it may differ in certain cases (for ironic driver, it is\n the Ironic node uuid)\n- created: the value of created_at from API Servers.\n\nRelated-Bug: #2119957\nChange-Id: I434feb47c01a2f7c18f5ac6a58a5864c01891407\nSigned-off-by: Alfredo Moralejo \n" change_url: https://review.opendev.org/c/openstack/watcher/+/991291 commit_id: e63fe149c2e7bff71dbeb601772fe1dc9fe6ce44 patchset: '1' project: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/watcher name: openstack/watcher short_name: watcher src_dir: src/opendev.org/openstack/watcher topic: bug-2119957 job: openstack-meta-content-provider-master jobtags: [] max_attempts: 3 message: QWRkIGhvc3QvaHlwZXJ2aXNvcl9ob3N0bmFtZSBhbmQgY3JlYXRlZCB0byBpbnN0YW5jZXMgaW4gbW9kZWwKClJlbW92aW5nIG5vdmEgQVBJIGNhbGxzIGZyb20gem9uZV9taWdyYXRlIHN0cmF0ZWd5IHJlcXVpcmVzIHRvIGdldAp0aGUgaW5zdGFuY2UgY3JlYXRpb24gZGF0ZSBhbmQgaG9zdG5hbWUgb2YgdGhlIGNvbXB1dGUgbm9kZSB3aGVyZQp0aGUgaW5zdGFuY2UgaXMgcnVubmluZyAgZnJvbSB0aGUgbW9kZWwuCgpUaGlzIHBhdGNoIGlzIGFkZGluZyBzb21lIG5ldyBmaWVsZHMgdG8gdGhlIEluc3RhbmNlIGVsZW1lbnQgb2YKdGhlIG9iamVjdDoKCi0gaG9zdDogY29udGFpbnMgdGhlIHZhbHVlIG9mIGBPUy1FWFQtU1JWLUFUVFI6aG9zdGAgZnJvbSB0aGUKICBjb21wdXRlIFNlcnZlciBBUEkuIFdoaWxlIHdlIGNvdWxkIGdldCB0aGlzIGJ5IGdldHRpbmcgdGhlIGFkamFjZW50CiAgY29tcHV0ZSBub2RlIGluIHRoZSBtb2RlbCBncmFwaCwgZ2l2ZW4gdGhhdCB0aGVzZSBmaWVsZCBpcyBtYW5kYXRvcnkKICBpbiB0aGUgQVBJIGFuZCB0aGUgZmFjdCB0aGF0IHRoZSBtb2RlbCBzdXBwb3J0cyBvcnBoYW5lZCBpbnN0YW5jZXMKICBoYXZpbmcgdGhpcyBmaWVsZCBpbiB0aGUgbW9kZWwgZm9yIEluc3RhbmNlcyBpcyBjb252ZW5pZW50IGFuZAogIGNoZWFwIHRvIG1haW50YWluLgotIGh5cGVydmlzb3JfaG9zdG5hbWU6IHRoZSB2YWx1ZSBvZgogIGBPUy1FWFQtU1JWLUFUVFI6aHlwZXJ2aXNvcl9ob3N0bmFtZWAuIEFsdGhvdWdoIHRoaXMgaXMgdGhlCiAgc2FtZSBhcyBgaG9zdGAgaW4gbW9zdCBjYXNlcywgaXQgaXMgaW5jbHVkZWQgZm9yIGNvbXBsZXRlbmVzcwogIGFzIGl0IG1heSBkaWZmZXIgaW4gY2VydGFpbiBjYXNlcyAoZm9yIGlyb25pYyBkcml2ZXIsIGl0IGlzCiAgdGhlIElyb25pYyBub2RlIHV1aWQpCi0gY3JlYXRlZDogdGhlIHZhbHVlIG9mIGNyZWF0ZWRfYXQgZnJvbSBBUEkgU2VydmVycy4KClJlbGF0ZWQtQnVnOiAjMjExOTk1NwpDaGFuZ2UtSWQ6IEk0MzRmZWI0N2MwMWEyZjdjMThmNWFjNmE1OGE1ODY0YzAxODkxNDA3ClNpZ25lZC1vZmYtYnk6IEFsZnJlZG8gTW9yYWxlam8gPGFtb3JhbGVqQHJlZGhhdC5jb20+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/watcher name: openstack/watcher short_name: watcher src_dir: src/opendev.org/openstack/watcher 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: 881fe27dd535a170d0b3ab3846a43cf0be1e3eb4 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/watcher: canonical_hostname: opendev.org canonical_name: opendev.org/openstack/watcher checkout: master checkout_description: zuul branch commit: e63fe149c2e7bff71dbeb601772fe1dc9fe6ce44 name: openstack/watcher required: false short_name: watcher src_dir: src/opendev.org/openstack/watcher 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/91/991291/1 resources: {} tenant: rdoproject.org timeout: 5000 topic: bug-2119957 voting: true