Externalize a TripleO deployed Ceph cluster #1462
Annotations
10 errors and 4 warnings
yaml[indentation]:
tests/config/base/kustomization.yaml#L2
Wrong indentation: expected at least 1
|
yaml[indentation]:
tests/config/base/kustomization.yaml#L4
Wrong indentation: expected at least 1
|
yaml[indentation]:
tests/config/base/openstack_control_plane.yaml#L36
Wrong indentation: expected 8 but found 6
|
yaml[indentation]:
tests/config/base/openstack_control_plane.yaml#L38
Wrong indentation: expected 10 but found 8
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L3
Variables names from within roles should use backend_services_ as a prefix. (vars: enable_tlse)
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L4
Variables names from within roles should use backend_services_ as a prefix. (vars: barbican_password)
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L5
Variables names from within roles should use backend_services_ as a prefix. (vars: cinder_password)
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L6
Variables names from within roles should use backend_services_ as a prefix. (vars: manila_password)
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L7
Variables names from within roles should use backend_services_ as a prefix. (vars: glance_password)
|
var-naming[no-role-prefix]:
tests/roles/backend_services/defaults/main.yaml#L8
Variables names from within roles should use backend_services_ as a prefix. (vars: ironic_password)
|
jinja[spacing]:
tests/roles/dataplane_adoption/defaults/main.yaml#L123
Jinja2 spacing could be improved: {{ ['192.168.122.0/24'] if dataplane_os_net_config_set_route|default(true)|bool else ['0.0.0.0/0'] }} -> {{ ['192.168.122.0/24'] if dataplane_os_net_config_set_route | default(true) | bool else ['0.0.0.0/0'] }}
|
jinja[spacing]:
tests/roles/dataplane_adoption/tasks/main.yaml#L28
Jinja2 spacing could be improved: {{ shell_header }}
|
jinja[spacing]:
tests/roles/dataplane_adoption/tasks/main.yaml#L242
Jinja2 spacing could be improved: {{ shell_header }}
|
jinja[spacing]:
tests/roles/mariadb_copy/tasks/env_vars_src.yaml#L4
Jinja2 spacing could be improved: MARIADB_IMAGE=quay.io/podified-antelope-centos9/openstack-mariadb:current-podified
|