This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/NBI.git. Pull mirroring updated .
  1. Aug 14, 2020
  2. Aug 12, 2020
  3. Aug 10, 2020
  4. Jul 14, 2020
  5. Jul 13, 2020
  6. Jul 02, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 26, 2020
  10. Jun 25, 2020
    • ksaikiranr's avatar
      Added NS subscription to html_out · 8748af53
      ksaikiranr authored
      
      
      Added Ns subscription url to html_out.
      Since in html there was no explict link for favicon.ico, browser by
      default makes GET request to /favicon.ico NBI reponse was 404.
      Added OSM favicon.ico and gave explicit link to static folder.
      
      Change-Id: Id0088ca09bfc5000e487ab44ac678fab49919c37
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      8748af53
  11. Jun 24, 2020
  12. Jun 22, 2020
  13. Jun 19, 2020
    • ksaikiranr's avatar
      Feature 8840 Notification to OSS/BSS for subscribed events. · bb70c819
      ksaikiranr authored
      
      
      osm_nbi/subscriptions.py: Existing thread which analyze kafka messages for ns topic, if the message
      can be used for nslcm notification, then it will invoke NsLcmNotification.send_notification().
      
      osm_nbi/notifications.py: (new file)Holds classes for NS, NSD, VNFD notifications. Used asyncio and aiohttp to send notifications.
      Wait time for failed notification will increase in powers of 2. Reusing session of aiohttp client for performance.
      Notifications are SOL005 compliant. But some data is missing in kafka message, for such keys N/A value is assigned in notification body.
      
      Change-Id: I142ffc12f3b4e3720d41562f7ffca3b2280f4fd4
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      bb70c819
    • ppree's avatar
      feature 7919 - Subscription API for OSS/BSS management systems · 329b8189
      ppree authored
      
      
      Delete_extra used to remove mapped_subscription
      Moved code to use db.create_list function
      Addressed review comments.
      
      Change-Id: I84bd39e9a9c942d15762d4715843c7c539842767
      Signed-off-by: default avatarpreethika.p <preethika.p@tataelxsi.co.in>
      329b8189
  14. Jun 03, 2020