• 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
  • xosclient
  • BUCK
  • Hyunsun Moon's avatar
    Changed to use XOS client to get service and port information · e0f3e289 ...
    e0f3e289
    XOS client still gets these information from OpenStack temporarily
    until XOS provides these APIs
    
    Change-Id: I1ef9302f719a18a7377221f63b84431c2cdface8
    Hyunsun Moon authored 2016-05-18 11:08:17 -0700
BUCK 373 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
COMPILE_DEPS = [
    '//lib:CORE_DEPS',
    '//lib:javax.ws.rs-api',
    '//lib:openstack4j-core',
    '//lib:openstack4j-http-connector',
    '//lib:openstack4j-httpclient',
]

osgi_jar_with_tests (
    deps = COMPILE_DEPS,
)

onos_app (
    title = 'XOS Client App',
    category = 'Utility',
    url = 'http://onosproject.org',
    description = 'XOS client service',
)