Versions Compared

Key

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

...

In Casablanca, MSB mainly focuses on the integration of Istio service mesh with ONAP to enhance OMSA, while keeping the Istio integration compatible with the existing MSB API Gateway approachesapproach

  • Integrate Istio with ONAP to provide a reliable, secure and flexible service communication layer (service discovery/retries/circuit breaker/route rule/policy)
  • Integrate with CNCF projects jaeger to provide distributed tracing Prometheus and Grafana for metrics collection and display
  • Add MSB Portal to control plane to provide service catalog, swagger UI of Restful API, service mesh configuration, etc

...

Proposed migration approach:  Service Mesh Migration


S3P Updates

  1. Security
    1. CII CII passing Badge

      Badge level for project 1601 is passing

    2. SONAR code coverage.  Reach or surpass the 50% goal on all repos.
    3. Nexus IQ scans: 
      1. All critical license issues are cleared
      2. Most of the critical security issues are cleared. The left one is Remote Code Execution (RCE) introduced by the jackson-bind, which is an indirect dependency of some fundamental 3-party libraries such as dropwizard, Hibernate and swagger . We are still looking for possible solution or mitigation.
    4. Provides HTTPS endpoint at MSB API gateway to provide encrypted communication
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-140
  2. Scalability and Resiliency
    1. Reach out to help ONAP projects to integrate with MSB Microservices Bus Tutorial.pdf
    2. Create a wiki page to track the integration progress:  MSB Integration Status
    3. Deploy multiple API Gateway and discovery instances inside MSB.
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-117
  3. Performance and stability
    1. Define performance metrics and set up a baseline
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-116
      1. and it can't be simply replaced/removed. After analyzing these reports, It turns out all these issues are false positive, see this wiki page for detailed explanation.
    1. HTTPS endpoint at MSB API gateway has been provided for encrypted communication

  4. Scalability and Resiliency
    1. Scalability: MSB API Gateway and Discovery have been deployed in a cluster of two instances, and they can be horizontally scaled to more instances for large scale.
    2. Resiliency: K8s liveness probe is used to check the health status of MSB component. 

  5. Performance and stability
    1. Test the API Gateway baseline performance 

  6. Manageability
    1. Integrate with logging enhancement project to provide central Logging
      Filebeat sidecar has been installed in MSB pod to collect the logs.  
      Could Logging project support the collection of Docker container logs(stdout/stderr) besides file log?
        
    Manageability
    1. Integrate with logging enhancement project to provide central Logging
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-145
    2. Provide a portal to manage the registered services
    3. Integrate swagger UIs with MSB portal, the user can browse the REST API definition of all registered services  

Information/Data Model Alignment

...