• 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
  • apps
  • scalablegateway
  • BUCK
  • Kyuhwi Choi's avatar
    [ONOS-4482] Implement dynamic add or remove a gateway node · 7053788d ...
    7053788d
     - Implements command line interface for dynamic management
     - Implements dynamic gateway node management
     - Add CLIs
    
    Change-Id: I27bb945968a262d2813d317fc79e75ee768b2825
    Kyuhwi Choi authored 2016-07-13 02:08:18 +0000
BUCK 357 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:org.apache.karaf.shell.console',
    '//cli:onos-cli',
    '//core/store/serializers:onos-core-serializers',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
  title = 'Scalable GW App',
  category = 'Utility',
  url = 'http://onosproject.org',
  description = 'Scalable gateway service',
)