Commit 4ac34a3d authored by Michele Carignani's avatar Michele Carignani Committed by Gerrit Code Review
Browse files

Merge "Adding disclaimer and correcting version number"

parents e03df513 03700086
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