Skip to content
  1. Apr 08, 2020
  2. Aug 21, 2019
  3. Jul 12, 2019
  4. Jun 27, 2019
  5. Jun 26, 2019
  6. Jun 25, 2019
  7. May 10, 2019
  8. May 09, 2019
  9. May 07, 2019
  10. Apr 19, 2019
  11. Apr 16, 2019
  12. Apr 10, 2019
  13. Apr 04, 2019
  14. Apr 02, 2019
  15. Apr 01, 2019
  16. Nov 22, 2018
    • Gergely Csatari's avatar
      Correction of bug 85 · 217719f0
      Gergely Csatari authored
      
      
      This pr is the correction of bug 85.
      
      The 202 response of the POST methods in the following resources:
      - /vnf_instances/{vnfInstanceId}/scale
      - /vnf_instances/{vnfInstanceId}/scale_to_level
      - /vnf_instances/{vnfInstanceId}/change_flavour
      - /vnf_instances/{vnfInstanceId}/terminate
      - /vnf_instances/{vnfInstanceId}/heal
      - /vnf_instances/{vnfInstanceId}/operate
      - /vnf_instances/{vnfInstanceId}/change_ext_conn
      
      contained a VNF instance object in their body what
      is not needed.
      
      Also the alarmId parameter added to the POST of /alarms/{alarmId}/escalate
      
      Signed-off-by: default avatarGergely Csatari <gergely.csatari@nokia.com>
      217719f0
  17. Aug 01, 2018
  18. May 04, 2018
    • Gergely Csatari's avatar
      Different bugfixes to the SOL003 and SOL002 definitions · 72859a77
      Gergely Csatari authored
      
      
        - "LccnSubscription.filter.notificationTypes": type should be array
        - LifecycleChangeNotificationsFilter should be referred in all occurences
          from the same shource
        - "VnfInfoModificationRequest.vimConnectionInfo": type should be array
        - "LccnSubscription._links.self": type should be 'Link'
        - VimConnectionInfo should be an array in Grant
        - Remove ERROR state
        - Indentaion of type is wrong in ExtVirtualLinkInfo.extLinkPorts
        - Fix of Bug 48 - SOL003 - LCM : Error in Instantiate Response
        - Fix of Bug 49 - SOL003 - LCM : missing location in Instantiate Response
        - Fix of Bug 55 - SOL003,VnfPackageChangeNotification Request: not expected value in range
        - Fix of Bug 58 - The OpenAPI file assume that other methods than POST are supported on the
                          /vnf_instances/{vnfInstanceId}/instantiate ressource. This is not
                          consistent with the base GS.
        - Fix of Bug 60 - SOL003 OpenAPIs Should Not Be Marked As "Draft"
      
      Change-Id: I9a77ca8a4a9da340a3e4bfd409d32c8ae903c1f4
      Signed-off-by: default avatarGergely Csatari <gergely.csatari@nokia.com>
      72859a77