all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 162.253.55.70 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: 2864e3f0-16a3-4528-8c16-4bdfa29f2865 host_id: de6c264068ca39dc2d0d811e0e906e6f5ec9ed8ed236a7bbc3032974 interface_ip: 162.253.55.70 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.10 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 162.253.55.70 public_ipv6: 2604:e100:1:0:f816:3eff:fe55:b5eb region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: dev change: '147' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 project: sap-linuxlab/community.sap_infrastructure url: https://2f5a0a2b53889730d7dc-c4a5342a4c9cbc0b710bcb231fd22a68.ssl.cf2.rackcdn.com/ansible/30ed73f50f8c4515bb3c80c89371803e/zuul-manifest.json - branch: dev change: '147' job: build-ansible-collection metadata: type: ansible_collection version: 1.3.0 name: community.sap_infrastructure patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 project: sap-linuxlab/community.sap_infrastructure url: https://2f5a0a2b53889730d7dc-c4a5342a4c9cbc0b710bcb231fd22a68.ssl.cf2.rackcdn.com/ansible/30ed73f50f8c4515bb3c80c89371803e/artifacts/community-sap_infrastructure-1.3.0.tar.gz attempts: 1 branch: dev build: 6d71d9b5cf704bf39743c37eaaa17a6f build_refs: - branch: dev change: '147' change_message: "sap_vm_provision/kubevirt_vm: Make usage of hugepages configurable\n\nThis addresses the enhancement described [here](https://github.com/sap-linuxlab/community.sap_infrastructure/issues/144):\r\n\r\nWhen creating a VM, currently the usage of hugepages is mandatory, see [here](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml#L247).\r\n\r\nLet's add a flag in to the [VM definition](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/playbooks/vars/sample-variables-sap-vm-provision-redhat-ocpv.yml#L33) to switch off the usage of hugepages:\r\n\r\n```\r\nsap_vm_provision_kubevirt_vm_host_specifications_dictionary:\r\n \ example_host_specification_plan:\r\n host1: # Hostname, must be 13 characters or less\r\n # SMT-2 (i.e. 2 CPU Threads per CPU Core) is default for Intel CPU Hyper-Threading, optionally can be altered to SMT-1\r\n \ kubevirt_vm_cpu_smt: 2\r\n kubevirt_vm_cpu_cores: 2\r\n kubevirt_vm_memory_gib: 24\r\n hugepages: false # false | 1Gi | \r\n```\r\nWhen omitted / by default hugepages should be on to be backwards compatible." change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147 commit_id: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null buildset: 421e8b03b5bf4c2aa80752a457aa5eda buildset_refs: - branch: dev change: '147' change_message: "sap_vm_provision/kubevirt_vm: Make usage of hugepages configurable\n\nThis addresses the enhancement described [here](https://github.com/sap-linuxlab/community.sap_infrastructure/issues/144):\r\n\r\nWhen creating a VM, currently the usage of hugepages is mandatory, see [here](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml#L247).\r\n\r\nLet's add a flag in to the [VM definition](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/playbooks/vars/sample-variables-sap-vm-provision-redhat-ocpv.yml#L33) to switch off the usage of hugepages:\r\n\r\n```\r\nsap_vm_provision_kubevirt_vm_host_specifications_dictionary:\r\n \ example_host_specification_plan:\r\n host1: # Hostname, must be 13 characters or less\r\n # SMT-2 (i.e. 2 CPU Threads per CPU Core) is default for Intel CPU Hyper-Threading, optionally can be altered to SMT-1\r\n \ kubevirt_vm_cpu_smt: 2\r\n kubevirt_vm_cpu_cores: 2\r\n kubevirt_vm_memory_gib: 24\r\n hugepages: false # false | 1Gi | \r\n```\r\nWhen omitted / by default hugepages should be on to be backwards compatible." change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147 commit_id: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null change: '147' change_message: "sap_vm_provision/kubevirt_vm: Make usage of hugepages configurable\n\nThis addresses the enhancement described [here](https://github.com/sap-linuxlab/community.sap_infrastructure/issues/144):\r\n\r\nWhen creating a VM, currently the usage of hugepages is mandatory, see [here](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml#L247).\r\n\r\nLet's add a flag in to the [VM definition](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/playbooks/vars/sample-variables-sap-vm-provision-redhat-ocpv.yml#L33) to switch off the usage of hugepages:\r\n\r\n```\r\nsap_vm_provision_kubevirt_vm_host_specifications_dictionary:\r\n \ example_host_specification_plan:\r\n host1: # Hostname, must be 13 characters or less\r\n # SMT-2 (i.e. 2 CPU Threads per CPU Core) is default for Intel CPU Hyper-Threading, optionally can be altered to SMT-1\r\n kubevirt_vm_cpu_smt: 2\r\n kubevirt_vm_cpu_cores: 2\r\n kubevirt_vm_memory_gib: 24\r\n \ hugepages: false # false | 1Gi | \r\n```\r\nWhen omitted / by default hugepages should be on to be backwards compatible." change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147 child_jobs: [] commit_id: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 event_id: f6f26330-eca3-11f0-8ee9-835471ed135f executor: hostname: ze01.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/6d71d9b5cf704bf39743c37eaaa17a6f/ansible/inventory.yaml log_root: /var/lib/zuul/builds/6d71d9b5cf704bf39743c37eaaa17a6f/work/logs result_data_file: /var/lib/zuul/builds/6d71d9b5cf704bf39743c37eaaa17a6f/work/results.json src_root: /var/lib/zuul/builds/6d71d9b5cf704bf39743c37eaaa17a6f/work/src work_root: /var/lib/zuul/builds/6d71d9b5cf704bf39743c37eaaa17a6f/work items: - branch: dev change: '147' change_message: "sap_vm_provision/kubevirt_vm: Make usage of hugepages configurable\n\nThis addresses the enhancement described [here](https://github.com/sap-linuxlab/community.sap_infrastructure/issues/144):\r\n\r\nWhen creating a VM, currently the usage of hugepages is mandatory, see [here](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/roles/sap_vm_provision/tasks/platform_ansible/kubevirt_vm/execute_provision.yml#L247).\r\n\r\nLet's add a flag in to the [VM definition](https://github.com/sap-linuxlab/community.sap_infrastructure/blob/d2279203a1c1dc9f4714e1576d82e34343289d6a/playbooks/vars/sample-variables-sap-vm-provision-redhat-ocpv.yml#L33) to switch off the usage of hugepages:\r\n\r\n```\r\nsap_vm_provision_kubevirt_vm_host_specifications_dictionary:\r\n \ example_host_specification_plan:\r\n host1: # Hostname, must be 13 characters or less\r\n # SMT-2 (i.e. 2 CPU Threads per CPU Core) is default for Intel CPU Hyper-Threading, optionally can be altered to SMT-1\r\n \ kubevirt_vm_cpu_smt: 2\r\n kubevirt_vm_cpu_cores: 2\r\n kubevirt_vm_memory_gib: 24\r\n hugepages: false # false | 1Gi | \r\n```\r\nWhen omitted / by default hugepages should be on to be backwards compatible." change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147 commit_id: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: c2FwX3ZtX3Byb3Zpc2lvbi9rdWJldmlydF92bTogTWFrZSB1c2FnZSBvZiBodWdlcGFnZXMgY29uZmlndXJhYmxlCgpUaGlzIGFkZHJlc3NlcyB0aGUgZW5oYW5jZW1lbnQgZGVzY3JpYmVkIFtoZXJlXShodHRwczovL2dpdGh1Yi5jb20vc2FwLWxpbnV4bGFiL2NvbW11bml0eS5zYXBfaW5mcmFzdHJ1Y3R1cmUvaXNzdWVzLzE0NCk6DQoNCldoZW4gY3JlYXRpbmcgYSBWTSwgY3VycmVudGx5IHRoZSB1c2FnZSBvZiBodWdlcGFnZXMgaXMgbWFuZGF0b3J5LCBzZWUgW2hlcmVdKGh0dHBzOi8vZ2l0aHViLmNvbS9zYXAtbGludXhsYWIvY29tbXVuaXR5LnNhcF9pbmZyYXN0cnVjdHVyZS9ibG9iL2QyMjc5MjAzYTFjMWRjOWY0NzE0ZTE1NzZkODJlMzQzNDMyODlkNmEvcm9sZXMvc2FwX3ZtX3Byb3Zpc2lvbi90YXNrcy9wbGF0Zm9ybV9hbnNpYmxlL2t1YmV2aXJ0X3ZtL2V4ZWN1dGVfcHJvdmlzaW9uLnltbCNMMjQ3KS4NCg0KTGV0J3MgYWRkIGEgZmxhZyBpbiB0byB0aGUgW1ZNIGRlZmluaXRpb25dKGh0dHBzOi8vZ2l0aHViLmNvbS9zYXAtbGludXhsYWIvY29tbXVuaXR5LnNhcF9pbmZyYXN0cnVjdHVyZS9ibG9iL2QyMjc5MjAzYTFjMWRjOWY0NzE0ZTE1NzZkODJlMzQzNDMyODlkNmEvcGxheWJvb2tzL3ZhcnMvc2FtcGxlLXZhcmlhYmxlcy1zYXAtdm0tcHJvdmlzaW9uLXJlZGhhdC1vY3B2LnltbCNMMzMpIHRvIHN3aXRjaCBvZmYgdGhlIHVzYWdlIG9mIGh1Z2VwYWdlczoNCg0KYGBgDQpzYXBfdm1fcHJvdmlzaW9uX2t1YmV2aXJ0X3ZtX2hvc3Rfc3BlY2lmaWNhdGlvbnNfZGljdGlvbmFyeToNCiAgZXhhbXBsZV9ob3N0X3NwZWNpZmljYXRpb25fcGxhbjoNCiAgICBob3N0MTogIyBIb3N0bmFtZSwgbXVzdCBiZSAxMyBjaGFyYWN0ZXJzIG9yIGxlc3MNCiAgICAgICMgU01ULTIgKGkuZS4gMiBDUFUgVGhyZWFkcyBwZXIgQ1BVIENvcmUpIGlzIGRlZmF1bHQgZm9yIEludGVsIENQVSBIeXBlci1UaHJlYWRpbmcsIG9wdGlvbmFsbHkgY2FuIGJlIGFsdGVyZWQgdG8gU01ULTENCiAgICAgIGt1YmV2aXJ0X3ZtX2NwdV9zbXQ6IDINCiAgICAgIGt1YmV2aXJ0X3ZtX2NwdV9jb3JlczogMg0KICAgICAga3ViZXZpcnRfdm1fbWVtb3J5X2dpYjogMjQNCiAgICAgIGh1Z2VwYWdlczogZmFsc2UgIyBmYWxzZSB8IDFHaSB8IDxodWdlcGFnZSBzaXplPiANCmBgYA0KV2hlbiBvbWl0dGVkIC8gYnkgZGVmYXVsdCBodWdlcGFnZXMgc2hvdWxkIGJlIG9uIHRvIGJlIGJhY2t3YXJkcyBjb21wYXRpYmxlLg== patchset: 95f73f6cbf3448ccc5acfeb5e328274b99710fc5 pipeline: third-party-check playbook_context: playbook_projects: trusted/project_0/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 6303810c5fc44be3b18d2561af41581d5d7c3359 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: a03cf7f556eb1a011069df69ac639f2aa5ae36d6 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: e7ff49de526383ec1701720d6aed921160ec3931 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 6303810c5fc44be3b18d2561af41581d5d7c3359 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: a03cf7f556eb1a011069df69ac639f2aa5ae36d6 playbooks: - path: untrusted/project_0/github.com/ansible/ansible-zuul-jobs/playbooks/ansible-galaxy-importer/run.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/playbook_0/role_0/zuul-jobs link_target: untrusted/project_0/github.com/ansible/ansible-zuul-jobs role_path: ansible/playbook_0/role_0/zuul-jobs/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_1/zuul-config link_target: untrusted/project_1/github.com/ansible/zuul-config role_path: ansible/playbook_0/role_1/zuul-config/roles - checkout: master checkout_description: project default 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 post_review: false project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure projects: github.com/ansible-network/releases: canonical_hostname: github.com canonical_name: github.com/ansible-network/releases checkout: master checkout_description: project default branch commit: 646b310655c531e4904be07f4ff8fc3a29addd09 name: ansible-network/releases required: true short_name: releases src_dir: src/github.com/ansible-network/releases github.com/sap-linuxlab/community.sap_infrastructure: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure checkout: dev checkout_description: zuul branch commit: a8ffcda36f163fca7fc73b19c2179a4d9a820b83 name: sap-linuxlab/community.sap_infrastructure required: false short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure ref: refs/pull/147/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true