Commit 8b419b0b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into...

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into cnit_related_activity_openroadm
parents ec44a7a6 31d7df11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
.my_venv/
# requirements.txt  # removed to enable tracking versions of packages over time

# PyInstaller
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ include:
  - local: '/src/opticalcontroller/.gitlab-ci.yml'
  - local: '/src/ztp/.gitlab-ci.yml'
  - local: '/src/policy/.gitlab-ci.yml'
  - local: '/src/automation/.gitlab-ci.yml'
  - local: '/src/forecaster/.gitlab-ci.yml'
  #- local: '/src/webui/.gitlab-ci.yml'
  #- local: '/src/l3_distributedattackdetector/.gitlab-ci.yml'
@@ -49,5 +50,10 @@ include:
  - local: '/src/kpi_value_api/.gitlab-ci.yml'
  - local: '/src/kpi_value_writer/.gitlab-ci.yml'
  - local: '/src/telemetry/.gitlab-ci.yml'
  - local: '/src/analytics/.gitlab-ci.yml'
  - local: '/src/qos_profile/.gitlab-ci.yml'
  - local: '/src/vnt_manager/.gitlab-ci.yml'
  - local: '/src/e2e_orchestrator/.gitlab-ci.yml'

  # This should be last one: end-to-end integration tests
  - local: '/src/tests/.gitlab-ci.yml'

a

deleted100644 → 0
+0 −10803

File deleted.

Preview size limit exceeded, changes collapsed.

aa

deleted100644 → 0
+0 −22686

File deleted.

Preview size limit exceeded, changes collapsed.

bands.json

deleted100644 → 0
+0 −62
Original line number Diff line number Diff line
{
    "1": {
        "optical_band_id": 1,
        "bidir": 0,
        "src": "R1",
        "dst": "R2",
        "flows": {
            "R1": {
                "f": {
                    "in": "0",
                    "out": "101"
                },
                "b": {}
            },
            "R2": {
                "f": {
                    "in": "111",
                    "out": "0"
                },
                "b": {}
            }
        },
        "band_type": "c_slots",
        "fiber_forward": {},
        "fiber_backward": {},
        "op-mode": 0,
        "n_slots": 16,
        "links": [
            "R1-R2"
        ],
        "path": [
            "R1",
            "R2"
        ],
        "band": 200000,
        "freq": 192106250,
        "is_active": false,
        "src_port": "101",
        "dst_port": "111",
        "rev_dst_port": "111",
        "rev_src_port": "101",
        "c_slots": {
            "1": 1,
            "2": 1,
            "3": 1,
            "4": 1,
            "5": 1,
            "6": 1,
            "7": 1,
            "8": 1,
            "9": 1,
            "10": 1,
            "11": 1,
            "12": 1,
            "13": 1,
            "14": 1,
            "15": 1,
            "16": 1
        },
        "served_lightpaths": []
    }
}
 No newline at end of file
Loading