Commit e89cb560 authored by Michele Carignani's avatar Michele Carignani
Browse files

Keeping the referenced data structures for SOL002 Configuration



Change-Id: I1cb7c50f63bbc76fda8913eb4386f222868993e3
Signed-off-by: default avatarMichele Carignani <michele.carignani@etsi.org>
parent 1e7f3d52
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ RUN gem install asciidoctor-pdf-cjk
RUN wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
RUN npm config set proxy $http_proxy
RUN npm install -g swagger-tools@0.10.3
RUN npm install -g json-refs@3.0.2
RUN npm install -g json-refs@3.0.4
RUN npm install -g yamljs@0.3.0

ADD validate-in-docker.sh /validate-in-docker.sh
+8 −5
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ paths:
              Configuration information about a VNF instance was read successfully.
              The response body shall contain a representation of the configuration resource.
            schema:
              $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration'                  
              $ref: '#/definitions/VnfConfiguration'                  
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
          403: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/403' }
@@ -72,7 +72,7 @@ paths:
           required: true
           in: body
           schema: 
             $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'            
             $ref: '#/definitions/VnfConfigModifications'            
        responses:
          200:
            description: >
@@ -81,7 +81,7 @@ paths:
              The request was accepted and completed. The response body shall contain the parameters
              of the configuration modification that was applied to the configuration resource.
            schema:
              $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'                  
              $ref: '#/definitions/VnfConfigModifications'                  
          412: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/412' }
          400: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/400' }
          401: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/401' }
@@ -94,5 +94,8 @@ paths:
          422: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/422' }
          500: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/500' }
          503: { $ref: '../../responses/SOL002SOL003_resp.yaml#/responses/503' }

definitions:
  VnfConfiguration:
    $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfiguration'
  VnfConfigModifications: 
    $ref: 'definitions/VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'