Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ blueprint-validator Public archive

A simple validator for blueprints used in 5G EVE Portal

License

Notifications You must be signed in to change notification settings

5GEVE/blueprint-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint-validator

A simple validator for blueprints used in 5G EVE Portal

Command line usage

The jar file produced by mvn package is executable and you can use it to validate blueprints. The jar file is also available for download from releases.

Usage example:

# print help and exit
java -jar validator-VERSION.jar --help

# validate a VSB
java -jar validator-VERSION.jar --type vsb ./vsb_asti_agv.yaml

Blueprint examples in YAML

Some blueprint examples are provided here: blueprint-yaml.