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

A collection of YAML blueprint files for the vertical use-cases in 5G EVE

License

Notifications You must be signed in to change notification settings

5GEVE/blueprint-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint-yaml

The repository includes YAML blueprint files for the internal vertical use-cases in 5G EVE project. The blueprints include "real-world values", according to the test-plans provided.

Blueprint Validator

A command-line blueprint validator can be found here: blueprint-validator

Generate JSON for onboarding

To onboard the blueprints in the portal, they must be converted from YAML to JSON.

To convert from YAML to JSON you can use yq (yq on GitHub, docs)

Command example:

yq <json filter> <yaml file>

# dot filter converts everything
yq . ctx_bg_traffic.yaml

# redirect output to new file
yq . ctx_bg_traffic.yaml > ctx_bg_traffic.json

Note: Reverse conversion (JSON to YAML is also possible):

yq -y . ctx_bg_traffic.json > ctx_bg_traffic.yaml

Contributors

  • Matteo Pergolesi (CNIT)
  • Gerardo Corsaletti (Ares2T)
  • Vincenzo Suraci (Ares2T)
  • Winnie Nakimuli (UC3M)
  • Evangelos Kosmatos (Wings)
  • Christos Ntogkas (Wings)

About

A collection of YAML blueprint files for the vertical use-cases in 5G EVE

Resources

License

Stars

Watchers

Forks

Packages

No packages published