Commit 03700086 authored by Gergely Csatari's avatar Gergely Csatari
Browse files

Adding disclaimer and correcting version number



This changeset corrects two things:
1) Corrects the API version number to 2.3.1 as this was the SOL003 document version used.
2) Adds a disclaimer into the description about the draftness of the API definition.

Change-Id: Ic46cdc1f555b830553a5b5dbfa1510a0ac010722
Signed-off-by: default avatarGergely Csatari <gergely.csatari@nokia.com>
parent 25b19d61
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2,8 +2,14 @@ swagger: "2.0"

info: 
  version: "2.3.1"
  title: "VNF Configuration interface"
  description: "VNF Indicator interface of ETSI NFV SOL002"
  title: "DRAFT VNF Configuration interface"
  description: >
    DRAFT VNF Configuration interface of ETSI NFV SOL002
    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=---
  termsOfService: "http://etsi.org"
  contact: 
    name: "NFV-SOL WG"
+8 −2
Original line number Diff line number Diff line
@@ -2,8 +2,14 @@ swagger: "2.0"

info: 
  version: "2.3.1"
  title: "VNF Indicator interface"
  description: "VNF Indicator interface of ETSI NFV SOL002"
  title: "DRAFT VNF Indicator interface"
  description: >
    DRAFT VNF Indicator interface of ETSI NFV SOL002
    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=---
  termsOfService: "http://etsi.org"
  contact: 
    name: "NFV-SOL WG"
+8 −2
Original line number Diff line number Diff line
@@ -2,8 +2,14 @@ swagger: "2.0"

info: 
  version: "2.3.1"
  title: "VNF Indicator Notification Endpoint interface"
  description: "VNF Indicator Notification Endpoint interface of ETSI NFV SOL002"
  title: "DRAFT VNF Indicator Notification Endpoint interface"
  description: >
    DRAFT VNF Indicator Notification Endpoint interface of ETSI NFV SOL002
    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=---
  termsOfService: "http://etsi.org"
  contact: 
    name: "NFV-SOL WG"
+9 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "2.3.0"
  title: SOL003
  version: "2.3.1"
  title: DRAFT - SOL003 - VNF Fault Management interface
  description: >
    DRAFT - SOL003 - VNF Fault Management interface
    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=---
  license:
    name: "ETSI Forge copyright notice"
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
+9 −2
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "2.3.0"
  title: SOL003 - VNF Lifecycle Management Notification interface
  version: "2.3.1"
  title: DRAFT - SOL003 - VNF Fault Management Notification interface
  description: >
    DRAFT - SOL003 - VNF Fault Management Notification interface
    IMPORTANT: Please note that this file might be not aligned to the current
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution=---    
  license:
    name: "ETSI Forge copyright notice"
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
Loading