Add support for new platform installation method of AAP 2.5 on OpenShift #1286
Annotations
5 errors and 1 warning
Run pre-commit/[email protected]:
roles/aap_ocp_install/tasks/pre-validate-platform.yml#L182
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_s3_secret'] must be the name of a valid S3 storage secret name" }}
|
Run pre-commit/[email protected]:
roles/aap_ocp_install/tasks/pre-validate-platform.yml#L182
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_s3_secret'] must be the name of a valid S3 storage secret name" }}
|
Run pre-commit/[email protected]:
roles/aap_ocp_install/tasks/pre-validate-platform.yml#L196
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_azure_secret'] must be the name of a valid Azure storage secret name" }}
|
Run pre-commit/[email protected]:
roles/aap_ocp_install/tasks/pre-validate-platform.yml#L196
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_azure_secret'] must be the name of a valid Azure storage secret name" }}
|
Run pre-commit/[email protected]
Process completed with exit code 1.
|
Run pre-commit/[email protected]:
roles/aap_ocp_install/tasks/pre-validate.yml#L107
Jinja2 spacing could be improved: {{ (__aap_ocp_install_major_version | int) > 2 or (( __aap_ocp_install_major_version | int) == 2 and ( __aap_ocp_install_minor_version | int) >= 5) }} -> {{ (__aap_ocp_install_major_version | int) > 2 or ((__aap_ocp_install_major_version | int) == 2 and (__aap_ocp_install_minor_version | int) >= 5) }}
|
Loading