Skip to content
Snippets Groups Projects

Draft: Resolve "Implement CAMARA-based NBI connector"

Open Lluis Gifre Renom requested to merge feat/163-implement-camara-based-nbi-connector into develop
3 unresolved threads
129 files
+ 6996
28
Compare changes
  • Side-by-side
  • Inline
Files
129
+ 4
1
@@ -29,9 +29,12 @@ export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
# By default, only basic components are deployed
export TFS_COMPONENTS=${TFS_COMPONENTS:-"context device pathcomp service slice nbi webui load_generator"}
# Uncomment to activate Monitoring
# Uncomment to activate Monitoring (old)
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
# Uncomment to activate Monitoring Framework (new)
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api"
# Uncomment to activate BGP-LS Speaker
#export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker"
Loading