• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • web
  • api
  • src
  • test
  • resources
  • net-config.json
  • Thomas Vachuska's avatar
    Implementing net config subsystem and revising its interfaces. · 96d55b16 ...
    96d55b16
    Added a few basic configs for device, host and links.
    
    Added initial REST API.
    
    Added CLI.
    
    Tests remain to be added.
    
    Change-Id: Ic7bba4b5ad7d553c51d69f6459b3bff146970323
    Thomas Vachuska authored 2015-07-09 14:39:10 -0700
net-config.json 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{
  "devices": {
    "of:001122334455667788": {
      "basic": {
        "name": "Test ROADM",
        "type": "ROADM",
        "latitude": -38.587,
        "longitude": 134.567
      }
    }
  }
}