Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2018 PTL RecordingsZoom Chat Log

...

DurationAgenda ItemRequested byNotes / Links
START RECORDING
20mCasablanca Branching Requirements

Policy (and may other) team need to go ahead with development for Dublin Release along with CSIT infrastructure for Dublin. Thus Integration team will need create to Dublin branch prior to Release Casablanca.

To be discussed at next PTL calls.


API URL Pattern & MSB registration

1/ Is there an API URL Pattern for Backends ? Something like

/{apiName}/{version}

/resource1

/resource2


2/ To avoid client impact on path modification, backends might register one or several 'APIs' on MSB. For instance SO:

serviceInstance
/onap/so/infra/serviceInstantiation/v7/serviceInstances/


orchestration
/onap/so/infra/orchestrationRequests/v7


e2e
/onap/so/infra/e2eServiceInstances/v3


instead of unique /


For NBI we use this kind of registration

{
    "serviceName": "nbi",
    "version": "v3",
    "url": "/nbi/api/v3",
    "protocol": "REST",
    "visualRange": "1",
    "lb_policy": "round_robin",
    "enable_ssl": false,
    "nodes": [
        {
            "ip": "172.20.0.7",
            "port": "8080",
            "checkType": "HTTP",
            "checkUrl": "/nbi/api/v3/status",
            "checkInterval": "10s",
            "checkTimeOut": "10s"
        }
    ]
}

OUTCOME:

Matthieu to contact Seshu for further details.

Other wiki link to consider:

MSB API & User Guide

ONAP API Common Versioning Strategy (CVS) Guidelines

MSB API & User Guide


UI repoGildas Lanilis Gmail

Ownership of repo https://gerrit.onap.org/r/#/q/project:ui

Decision:

Lock both UI and ui/dmaapbc repo to read-only mode.


Review M4 Action Items and answer questionGildas Lanilis Gmail


AAI-AAF authentificationJames Forsyth

Convert to new Style for AAF authentification.

Item summarized in https://lists.onap.org/g/onap-discuss/message/12466

Gildas to check with Integration for Robot (Demo and TesSuite repos)

Action items

...