all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 162.253.55.12 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: 0996dad4-6544-4ee0-9ba9-5aae67614081 host_id: 2f99c022f946186c175095e377ca85a11f435bb1f5089a3404320e15 interface_ip: 162.253.55.12 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.166 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 162.253.55.12 public_ipv6: 2604:e100:1:0:f816:3eff:febe:239b region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: dev change: '155' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 project: sap-linuxlab/community.sap_infrastructure url: https://e9a0d7a9e3f8a4bd6561-213374bd43bca5d61c79a8cde166c57e.ssl.cf1.rackcdn.com/ansible/5a01a8daf90b4f1aa7976ff6f9a7e6e9/zuul-manifest.json - branch: dev change: '155' job: build-ansible-collection metadata: type: ansible_collection version: 1.3.1 name: community.sap_infrastructure patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 project: sap-linuxlab/community.sap_infrastructure url: https://e9a0d7a9e3f8a4bd6561-213374bd43bca5d61c79a8cde166c57e.ssl.cf1.rackcdn.com/ansible/5a01a8daf90b4f1aa7976ff6f9a7e6e9/artifacts/community-sap_infrastructure-1.3.1.tar.gz attempts: 2 branch: dev build: 61421f9330454c469bfc13e8671b5a9a build_refs: - branch: dev change: '155' change_message: "DRAFT sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n@sean-freeman " change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 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: 4a85d7b2a4ec4e3a9e920982efdc0954 buildset_refs: - branch: dev change: '155' change_message: "DRAFT sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n@sean-freeman " change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 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: '155' change_message: "DRAFT sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n@sean-freeman " change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 child_jobs: [] commit_id: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 event_id: 34e40ed0-08da-11f1-8d54-a0eddb5df132 executor: hostname: ze02.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/61421f9330454c469bfc13e8671b5a9a/ansible/inventory.yaml log_root: /var/lib/zuul/builds/61421f9330454c469bfc13e8671b5a9a/work/logs result_data_file: /var/lib/zuul/builds/61421f9330454c469bfc13e8671b5a9a/work/results.json src_root: /var/lib/zuul/builds/61421f9330454c469bfc13e8671b5a9a/work/src work_root: /var/lib/zuul/builds/61421f9330454c469bfc13e8671b5a9a/work items: - branch: dev change: '155' change_message: "DRAFT sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n@sean-freeman " change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 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: RFJBRlQgc2FwX3ZtX3Byb3Zpc29uOiBSZXdvcmsgcm9sZSB3aXRoIGJlc3QgcHJhY3RpY2VzIHRvIGFsaWduIHdpdGggcHJvamVjdAoKIyMgU2NvcGUNClRoaXMgaXMgaW1wcm92ZW1lbnQgaXRlcmF0aW9uIG9uIGFtYXppbmcgcm9sZSB0aGF0IHdhcyBjcmVhdGVkIGJ5IEBzZWFuLWZyZWVtYW4gYW5kIGFsbCBjcmVkaXQgZ29lcyB0byBoaW0gZm9yIGdyZWF0IGpvYi4NClNjb3BlIG9mIHRoaXMgUFIgaXMgdG86DQotIFJlcGxhY2UgYW5kIHNpbXBsaWZ5IGNvZGUgd2hlcmUgcG9zc2libGUsIHRvIGltcHJvdmUgcmVhZGFiaWxpdHkgYXMgd2VsbCBhcyBleGVjdXRpb24gc3BlZWQuDQotIFJlbW92ZSBsaW50aW5nIGlnbm9yZXMgYW5kIGZpeCBhbGwgcmVwb3J0ZWQgaXNzdWVzDQogIC0gUmVtb3ZlIGFsbCBsb29rdXBzIGFuZCBrZWVwIHRoZW0gaW4gYHZhcnMvbWFpbi55bWxgIHdoaWNoIGltcHJvdmVzIGNvZGUgcmVhZGFiaWxpdHkgYW5kIGZ1dHVyZSBtYWludGFpbmFiaWxpdHkuIA0KICAtIFZhcmlhYmxlIG5hbWluZw0KICAtIEppbmphMiBmb3JtYXR0aW5nDQogIC0gU3BhY2luZyBhbmQgY29tbWVudHMNCiAtIFVwZGF0ZSB1c2FnZSBvZiBpbmplY3RlZCBhbnNpYmxlIHZhcnMgdG8gcmVtb3ZlIGRlcHJlY2F0aW9uIHdhcm5pbmcgaW4gYGFuc2libGUtY29yZSAyLjIwYA0KIC0gU1NIIEFyZ3VtZW50cyBvdmVycmlkZSBoaW50ZWQgYXQgaW4gaHR0cHM6Ly9naXRodWIuY29tL3NhcC1saW51eGxhYi9jb21tdW5pdHkuc2FwX2luZnJhc3RydWN0dXJlL2lzc3Vlcy8xMDIgQGdlZXRpa2FrYXkgDQoNCiMjIFZhcmlhYmxlIE5hbWluZw0KLSBBbGwgaW50ZXJuYWwgdmFyaWFibGVzIGhhZCB0byBiZSB1cGRhdGVkIHRvIGZvbGxvdyBwcm9qZWN0IHdpZGUgc3ludGF4Og0KICAtIGBfXzxyb2xlIG5hbWU+X2ZhY3RfPGZhY3QgbmFtZT5gIGZvciBmYWN0cyBzZXQgZHVyaW5nIHJ1bnRpbWUNCiAgLSBgX188cm9sZSBuYW1lPl9yZWdpc3Rlcl88cmVnaXN0ZXIgbmFtZT5gIGZvciByZWdpc3RlcnMgc2V0IGR1cmluZyBydW50aW1lDQogIC0gYDxyb2xlIG5hbWU+X3ZhcmlhYmxlYCBmb3IgYWxsIHVzZXIgY3VzdG9taXphYmxlIHZhcmlhYmxlcyBpbiBgZGVmYXVsdHMvbWFpbi55bWxgDQogIC0gYF9fPHJvbGUgbmFtZT5fdmFyaWFibGVgIGZvciBhbGwgaW50ZXJuYWwgb3ZlcnJpZGVzIGluIGB2YXJzL21haW4ueW1sYA0KDQotIFNvbWUgc2hvcnQgdmFyaWFibGUgbmFtZXMgYXJlIHN0aWxsIGtlcHQsIGJ1dCB0aGV5IGFyZSBzdHJpY3RseSBsaW1pdGVkIHRvIGB2YXJzOmAgc2VjdGlvbnMsIHdoZXJlIHRoZXkgYXJlIG5vdCBzZXQgYXMgZmFjdHMsIGJ1dCB1c2VkIGFzIHRhc2svYmxvY2sgc3BlY2lmaWMgdmFyaWFibGUuDQoNCiMjIFRlc3RzDQoqKk5PVEU6IFRlcnJhZm9ybSBpcyBub3QgcGFydCBvZiB0ZXN0aW5nIHNjb3BlLCBidXQgaW1wcm92ZW1lbnRzIHdpbGwgYmUgYXBwbGllZCB0aGVyZSBhcyB3ZWxsLioqDQoNCkFsbCBjaGFuZ2VzIGFyZSBiZWluZyB0ZXN0ZWQgdXNpbmcgQVA0UyBwbGF5Ym9va3MuDQoNCkBzZWFuLWZyZWVtYW4g patchset: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 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: 136c2ca4768bb203c1d07eb9abd7f696213921b6 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: 192320b9d41936ac6065fcaf6e286bf4dca783a5 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 136c2ca4768bb203c1d07eb9abd7f696213921b6 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2 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: cc162bf5b4c85ef6d342b967fe9b415fdf21ef86 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/155/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true