Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tfs/controller
1 result
Show changes
Commits on Source (12)
Showing
with 87 additions and 40 deletions
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Avoid including these folders when building the components # Avoid including these folders when building the components
.git/ .git/
.gitlab/ .gitlab/
......
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
...@@ -48,8 +48,8 @@ include: ...@@ -48,8 +48,8 @@ include:
- local: '/src/bgpls_speaker/.gitlab-ci.yml' - local: '/src/bgpls_speaker/.gitlab-ci.yml'
- local: '/src/kpi_manager/.gitlab-ci.yml' - local: '/src/kpi_manager/.gitlab-ci.yml'
- local: '/src/kpi_value_api/.gitlab-ci.yml' - local: '/src/kpi_value_api/.gitlab-ci.yml'
- local: '/src/kpi_value_writer/.gitlab-ci.yml' #- local: '/src/kpi_value_writer/.gitlab-ci.yml'
- local: '/src/telemetry/.gitlab-ci.yml' #- local: '/src/telemetry/.gitlab-ci.yml'
- local: '/src/analytics/.gitlab-ci.yml' - local: '/src/analytics/.gitlab-ci.yml'
- local: '/src/qos_profile/.gitlab-ci.yml' - local: '/src/qos_profile/.gitlab-ci.yml'
- local: '/src/vnt_manager/.gitlab-ci.yml' - local: '/src/vnt_manager/.gitlab-ci.yml'
......
# Reporters # Reporters
- name-of-proposer-1 (institution-of-proposer-1) - name-of-proposer-1 (institution-of-proposer-1)
- name-of-proposer-2 (institution-of-proposer-2) - name-of-proposer-2 (institution-of-proposer-2)
... ...
# Description # Description
Describe the bug. Describe the bug.
If needed, Attach logs and reports to your bug. If needed, Attach logs and reports to your bug.
If needed, feel free to point external content as references (journal paper, Youtube video, etc.). If needed, feel free to point external content as references (journal paper, Youtube video, etc.).
...@@ -15,7 +13,6 @@ If needed, feel free to point external content as references (journal paper, You ...@@ -15,7 +13,6 @@ If needed, feel free to point external content as references (journal paper, You
- MicroK8s (include version and add-ons): - MicroK8s (include version and add-ons):
- TeraFlowSDN (include release/branch-name/commit-id): - TeraFlowSDN (include release/branch-name/commit-id):
## TFS deployment settings ## TFS deployment settings
- list of components deployed - list of components deployed
- particular configurations you applied - particular configurations you applied
...@@ -33,7 +30,9 @@ If needed, feel free to point external content as references (journal paper, You ...@@ -33,7 +30,9 @@ If needed, feel free to point external content as references (journal paper, You
## Expected behaviour ## Expected behaviour
- describe the expected behavior (if you know it) - describe the expected behavior (if you know it)
# References ## Acknowledgements
This work is funded by <FUNDING-ORGANISM> through the <CALL-NAME> <PROJECT-ACHRONYM> project with <PROJECT-ID/REFERENCE>.
# References
1. [Reference name](https://reference-url) 1. [Reference name](https://reference-url)
2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. 2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX.
# Proposers # Proposers
- name-of-proposer-1 (institution-of-proposer-1) - name-of-proposer-1 (institution-of-proposer-1)
- name-of-proposer-2 (institution-of-proposer-2) - name-of-proposer-2 (institution-of-proposer-2)
... ...
# Description # Description
Describe your proposal in ~1000 characters. Describe your proposal in ~1000 characters.
You can reference external content listed in section "References" as [Ref-1]. You can reference external content listed in section "References" as [Ref-1].
# Demo or definition of done # Demo or definition of done
Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed. Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed.
You can reference external content (example, demo paper) listed in section "References" as [Ref-2]. You can reference external content (example, demo paper) listed in section "References" as [Ref-2].
# References ## Acknowledgements
This work is funded by <FUNDING-ORGANISM> through the <CALL-NAME> <PROJECT-ACHRONYM> project with <PROJECT-ID/REFERENCE>.
# References
1. [Reference name](https://reference-url) 1. [Reference name](https://reference-url)
2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. 2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX.
# Proposers # Proposers
- name-of-proposer-1 (institution-of-proposer-1) - name-of-proposer-1 (institution-of-proposer-1)
- name-of-proposer-2 (institution-of-proposer-2) - name-of-proposer-2 (institution-of-proposer-2)
... ...
# Description # Description
Describe your proposal in ~1000 characters. Describe your proposal in ~1000 characters.
You can reference external content listed in section "References" as [Ref-1]. You can reference external content listed in section "References" as [Ref-1].
# Demo or definition of done # Demo or definition of done
Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed. Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed.
You can reference external content (example, demo paper) listed in section "References" as [Ref-2]. You can reference external content (example, demo paper) listed in section "References" as [Ref-2].
# References ## Acknowledgements
This work is funded by <FUNDING-ORGANISM> through the <CALL-NAME> <PROJECT-ACHRONYM> project with <PROJECT-ID/REFERENCE>.
# References
1. [Reference name](https://reference-url) 1. [Reference name](https://reference-url)
2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. 2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX.
# Feature Design (for New-Features) # Feature Design (for New-Features)
## Clarifications to Expected Behavior Changes ## Clarifications to Expected Behavior Changes
Existing component logic and workflows between components that need to be altered to realize this feature. Existing component logic and workflows between components that need to be altered to realize this feature.
Remember to justify these changes. Remember to justify these changes.
... ...
## References ## References
List of relevant references for this feature. List of relevant references for this feature.
... ...
## Assumptions ## Assumptions
Enumerate the assumptions for this feature, e.g., fix XXX is implemented and merged, specific configurations, specific Enumerate the assumptions for this feature, e.g., fix XXX is implemented and merged, specific configurations, specific
components deployed. components deployed.
... ...
## Impacted Components ## Impacted Components
List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, ZTP, Policy, NBI, etc. List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, ZTP, Policy, NBI, etc.
Just an enumeration, elaboration of impacts is done below. Just an enumeration, elaboration of impacts is done below.
## Component1 Impact ## Component1 Impact
Describe impact (changes) on component1. Describe impact (changes) on component1.
... ...
## Component2 Impact ## Component2 Impact
Describe impact (changes) on component2. Describe impact (changes) on component2.
... ...
## Testing ## Testing
Describe test sets (unitary and integration) to be carried out. Describe test sets (unitary and integration) to be carried out.
This section can include/reference external experiments, demo papers, etc. This section can include/reference external experiments, demo papers, etc.
... ...
# Proposers # Proposers
- name-of-proposer-1 (institution-of-proposer-1) - name-of-proposer-1 (institution-of-proposer-1)
- name-of-proposer-2 (institution-of-proposer-2) - name-of-proposer-2 (institution-of-proposer-2)
... ...
# Description # Description
Describe your proposal in ~1000 characters. Describe your proposal in ~1000 characters.
You can reference external content listed in section "References" as [Ref-1]. You can reference external content listed in section "References" as [Ref-1].
# Demo or definition of done # Demo or definition of done
Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed. Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed.
You can reference external content (example, demo paper) listed in section "References" as [Ref-2]. You can reference external content (example, demo paper) listed in section "References" as [Ref-2].
# References ## Acknowledgements
This work is funded by <FUNDING-ORGANISM> through the <CALL-NAME> <PROJECT-ACHRONYM> project with <PROJECT-ID/REFERENCE>.
# References
1. [Reference name](https://reference-url) 1. [Reference name](https://reference-url)
2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX. 2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX.
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
...@@ -13,14 +13,17 @@ ...@@ -13,14 +13,17 @@
# limitations under the License. # limitations under the License.
coverage==6.3 coverage==6.3
grpcio==1.47.* # grpcio==1.47.*
grpcio==1.60.0
grpcio-health-checking==1.47.* grpcio-health-checking==1.47.*
grpcio-reflection==1.47.* grpcio-reflection==1.47.*
grpcio-tools==1.47.* # grpcio-tools==1.47.*
grpcio-tools==1.60.0
grpclib==0.4.4 grpclib==0.4.4
prettytable==3.5.0 prettytable==3.5.0
prometheus-client==0.13.0 prometheus-client==0.13.0
protobuf==3.20.* # protobuf==3.20.*
protobuf==4.21.6
pytest==6.2.5 pytest==6.2.5
pytest-benchmark==3.4.1 pytest-benchmark==3.4.1
python-dateutil==2.8.2 python-dateutil==2.8.2
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
!.gitkeep !.gitkeep
*.dot *.dot
*.xml *.xml
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/bash #!/bin/bash
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
#!/bin/bash #!/bin/bash
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
#!/bin/bash #!/bin/bash
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
#!/bin/bash #!/bin/bash
# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......