Add neutron-namespace-drain role #13
lint-collection.yml
on: pull_request
Matrix: lint / lint
Matrix: lint / sanity
Annotations
10 errors
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L2
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: neutron_drain_venv)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L3
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: neutron_drain_host)
|
yaml[line-length]:
roles/neutron_namespace_drain/defaults/main.yml#L3
Line too long (208 > 160 characters)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L4
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: neutron_drain_venv_python)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L5
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: drain_ctrl1)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L6
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: drain_ctrl2)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L7
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: drain_ctrl3)
|
var-naming[no-role-prefix]:
roles/neutron_namespace_drain/defaults/main.yml#L8
Variables names from within roles should use neutron_namespace_drain_ as a prefix. (vars: drain_dhcp_agents)
|
fqcn[action-core]:
roles/neutron_namespace_drain/tasks/add-dhcp.yml#L2
Use FQCN for builtin module actions (command).
|
fqcn[action-core]:
roles/neutron_namespace_drain/tasks/add-dhcp.yml#L14
Use FQCN for builtin module actions (set_fact).
|