StarlingX System Configuration Management
Go to file
Don Penney 9a3264acaa Fix additional puppet-lint warnings and errors
This update addresses the following errors and warnings
from puppet-lint:
- 140chars
- case_without_default
- ensure_first_param
- inherits_across_namespaces
- parameter_order
- single_quote_string_with_variables
- variable_is_lowercase
- variable_scope

In the case of variable_is_lowercase, the compute.pp manifest
has variables with sizes like 2M in the name. These have been
left as-is, with lint:ignore comments for the check, due to
the semantics of the name.

For the 140chars check, certain long lines have been left as-is,
with lint:ignore comments, due to long commands being executed.
These can be revisited in a future update to try to break up
the lines and remove the lint:ignore directives.

Change-Id: I37809bacb43818e0956f9f434c30c48e05017325
Story: 2004515
Task: 28685
Signed-off-by: Don Penney <don.penney@windriver.com>
2018-12-27 16:23:13 -06:00
api-ref/source Remove support for nova-local lvm backend for compute hosts 2018-11-28 00:22:10 -05:00
config-gate Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
configutilities Fix: "import" issue for Python 2/3 compatible code 2018-12-25 08:58:03 +08:00
controllerconfig FIX: module rename issue for Python 2/3 compatible code 2018-12-25 08:58:17 +08:00
devstack Merge "[Devstack]change sysinv service type to 'platform'" 2018-11-22 21:18:55 +00:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:33:25 +00:00
kubernetes Merge "docker images management" 2018-12-21 15:32:30 +00:00
playbooks/tox-puppet-lint Add puppet-lint support 2018-12-24 13:50:20 -06:00
puppet-manifests Fix additional puppet-lint warnings and errors 2018-12-27 16:23:13 -06:00
puppet-modules-wrs Fix additional puppet-lint warnings and errors 2018-12-27 16:23:13 -06:00
releasenotes Release Note Content: Updated text with writing scrub 2018-10-23 09:58:22 -07:00
storageconfig Fixing linters errors E010, E011, E020, E041,E043, E003, E001,E042 2018-09-11 21:47:40 +08:00
sysinv FIX: module rename issue for Python 2/3 compatible code 2018-12-25 08:58:17 +08:00
tmp/patch-scripts/EXAMPLE_SYSINV/scripts StarlingX open source release updates 2018-05-31 07:35:52 -07:00
worker-utils Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
workerconfig Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
.gitignore Fixing up tox -e cover for stx-config 2018-12-20 08:53:15 -06:00
.gitreview Set .gitreview back to use review.openstack.org 2018-09-04 21:12:34 +00:00
.yamllint clear yamllint errors under stx-config 2018-09-12 21:11:57 +08:00
.zuul.yaml Add puppet-lint support 2018-12-24 13:50:20 -06:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:35:52 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:52 -07:00
centos_helm.inc Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
centos_iso_image.inc Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:05:28 -06:00
centos_pkg_dirs Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
centos_pkg_dirs_containers Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
test-requirements.txt Properly enable hacking checks for flake8 2018-12-18 11:28:56 -06:00
tox.ini Add puppet-lint support 2018-12-24 13:50:20 -06:00

README.rst

stx-config

StarlingX Configuration Management