Commit 8913ca5a authored by gautamd's avatar gautamd Committed by sunse
Browse files

Update EdgeNRM.yaml

parent de56e644
Loading
Loading
Loading
Loading
+21 −1
Original line number Diff line number Diff line
@@ -51,6 +51,16 @@ components:
          type: integer
        virtualDisk:
          type: integer
    SoftwareImageInfo:
      type: object
      properties:
        minimumDisk:
          type: integer
        minimumRAM:
          type: integer
        swImageRef:
          type: string


#-------- Definition of concrete IOCs --------------------------------------------

@@ -113,6 +123,16 @@ components:
                  properties:
                    eESIdentifier:
                      type: string
                    eESServingLocation:
                      $ref: '#/components/schemas/ServingLocation'
                    eESAddress:
                      type: string
                    softwareImageInfo:
                      $ref: '#/components/schemas/SoftwareImageInfo'
                    serviceContinuitySupport:
                      type: boolean
                    eASFunctonRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'  
      - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single: