Updated openstack/openstack

Project: openstack/os-net-config  9ef9a7a92dc7af2a7d54affd68aaa37539296dd4

Add schema-based config data validation

This patch adds a jsonschema for os-net-config's configuration data
and a library function to validate configuration data based on this
schema. Adding schema-based validation allows catching a larger class of
errors (typos, missing required parameters, etc.) for all devices
configurable through os-net-config.

The validation is run in the os-net-config CLI after loading the config
file. If the config file fails to validate, the current default is to
just log a warning and try to continue. By providing the new CLI option
'--exit-on-validation-errors', this can be changed to log an error and
exist instead.

This validation is meant to be reusable, for example for pre-deployment
validation of network environments (see change
Ic16ee0bc353c46f8fe512454176a07ee95347346). Packaging with os-net-config
makes it easier to keep object model and schema in sync.

Change-Id: Ie4a905863b2d46c88d9cd6c3afc50e7d0a877090
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
This commit is contained in:
Frank A. Zdarsky 2017-01-20 12:53:52 +01:00 committed by Gerrit Code Review
parent fdf67c03a0
commit bfd874c41c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 03d3a5dea1b70c62d585dd6de5e3f9c04345e58b
Subproject commit 9ef9a7a92dc7af2a7d54affd68aaa37539296dd4