Skip to content

Add redhat_ocp_virt platform to sap_hypervisor_node_preconfigure #5

Add redhat_ocp_virt platform to sap_hypervisor_node_preconfigure

Add redhat_ocp_virt platform to sap_hypervisor_node_preconfigure #5

Triggered via pull request September 22, 2023 06:06
@newkitnewkit
opened #468
dev
Status Failure
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
ansible-lint
48s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
meta-no-info: meta/main.yml#L1
Role info should contain platforms
yaml[document-start]: tasks/platform/redhat_ocp_virt/kargs.yml#L1
Missing document start "---"
yaml[document-start]: tasks/platform/redhat_ocp_virt/prepare.yml#L1
Missing document start "---"
no-changed-when: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L4
Commands should not change things if nothing needs doing.
command-instead-of-shell: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L8
Use shell only when shell functionality is required.
key-order[task]: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L44
You can improve the task key order to: name, when, block
key-order[task]: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L66
You can improve the task key order to: name, when, block
jinja[spacing]: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L90
Jinja2 spacing could be improved: {{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }} -> {{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }}
jinja[spacing]: tasks/platform/redhat_rhel_kvm/assert-configuration.yml#L96
Jinja2 spacing could be improved: {{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }} -> {{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }} >= {{ __sap_hypervisor_node_preconfigure_1Ghugepages_assert.stdout }}
risky-file-permissions: tasks/platform/redhat_rhel_kvm/assert-rhv-hooks.yml#L13
File permissions unset or incorrect.
risky-file-permissions: tasks/platform/redhat_rhel_kvm/assert-rhv-hooks.yml#L18
File permissions unset or incorrect.
jinja[spacing]: tasks/platform/redhat_rhel_kvm/configuration.yml#L115
Jinja2 spacing could be improved: hugepages={{ ( ansible_memtotal_mb / 1024 )|int - sap_hypervisor_node_preconfigure_reserved_ram }} -> hugepages={{ (ansible_memtotal_mb / 1024) | int - sap_hypervisor_node_preconfigure_reserved_ram }}
risky-file-permissions: tasks/platform/redhat_rhel_kvm/rhv-hooks.yml#L2
File permissions unset or incorrect.
risky-file-permissions: tasks/platform/redhat_rhel_kvm/set-tuned-profile.yml#L2
File permissions unset or incorrect.
risky-file-permissions: tasks/platform/redhat_rhel_kvm/set-tuned-profile.yml#L9
File permissions unset or incorrect.