Loading my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui load_gene # Uncomment to activate Monitoring Framework (new) #export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api" # Uncomment to activate pcep #export TFS_COMPONENTS="${TFS_COMPONENTS} pcep" # Uncomment to activate BGP-LS Speaker #export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker" Loading src/common/Constants.py +0 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ class ServiceNameEnum(Enum): E2EORCHESTRATOR = 'e2e-orchestrator' OPTICALCONTROLLER = 'opticalcontroller' BGPLS = 'bgpls-speaker' PCEP = 'pcep' KPIMANAGER = 'kpi-manager' KPIVALUEAPI = 'kpi-value-api' KPIVALUEWRITER = 'kpi-value-writer' Loading src/pcep/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # Copyright 2022-2024 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading src/pcep/Config.py +1 −1 Original line number Diff line number Diff line # Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # Copyright 2022-2024 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading src/pcep/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ RUN python3 -m pip install --upgrade pip-tools # Install OpenJDK-11 RUN apt-get update && \ apt-get install -y openjdk-11-jre-headless && \ apt-get install -y openjdk-17-jre && \ apt-get clean; # Get common Python packages Loading Loading
my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui load_gene # Uncomment to activate Monitoring Framework (new) #export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api" # Uncomment to activate pcep #export TFS_COMPONENTS="${TFS_COMPONENTS} pcep" # Uncomment to activate BGP-LS Speaker #export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker" Loading
src/common/Constants.py +0 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ class ServiceNameEnum(Enum): E2EORCHESTRATOR = 'e2e-orchestrator' OPTICALCONTROLLER = 'opticalcontroller' BGPLS = 'bgpls-speaker' PCEP = 'pcep' KPIMANAGER = 'kpi-manager' KPIVALUEAPI = 'kpi-value-api' KPIVALUEWRITER = 'kpi-value-writer' Loading
src/pcep/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line # Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # Copyright 2022-2024 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading
src/pcep/Config.py +1 −1 Original line number Diff line number Diff line # Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # Copyright 2022-2024 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading
src/pcep/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ RUN python3 -m pip install --upgrade pip-tools # Install OpenJDK-11 RUN apt-get update && \ apt-get install -y openjdk-11-jre-headless && \ apt-get install -y openjdk-17-jre && \ apt-get clean; # Get common Python packages Loading