ONAP Microservice Bus Project Kickoff Huabing Zhao

Slides:



Advertisements
Similar presentations
© 2007 by Raghu Srinivasan; made available under the EPL v1.0 | Presenter Raghu Srinivasan Project Lead Oracle Inc. The JSF Tools Project –
Advertisements

Company confidential Prepared by HERE Transit Sr. Product Manager, HERE Transit Product Overview David Volpe.
Softsmith Online Training Academy (SOTA) Welcome to Softsmith Learning Community We provide an enjoyable learning experience to our audience Visit us at.
26 August 2015 AllSeen Alliance 1 C&C Working Group Meeting 11 JUNE 2014.
Confidential - © 2012 StreamWIDE © StreamWIDE
PLANNING RSTWG Review of Planning Concept of Operations & Requirements Tasks.
Content Mgmt Services Digital Delivery Update Shortened, Summer edition Peter Chapman VP - Digital Delivery June 20, 2012.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 27 Mobile IP.
Relay Online Sign Up! Set Up! Fundraise!. Welcome to Relay Online 2013.
Introduction to Computer Operating Systems
OpenDaylight PCMM Plugin WG Kickoff Call
Dextrosoft SCHEDULED PHONE BACKUP Backup your mobile life Version Copyright © 2015 Dextrosoft Private Limited. All Rights Reserved.
1 Murthy Esakonu June 3rd, 2009 Shenzhen China OpenSAF Developer Days 2009 Writing First OpenSAF Application Session OpenSAF.
#SummitNow Date Jean Marie PASCAL – Alfresco Android Developer Continuous Integration with Alfresco Android.
LOGO iPhone to Galaxy Note Transfer Transfer iPhone Data to Galaxy Note 3/Note 4/Note 5/Note Edge.
Munix Bus WiFi Authentication, Log Management, Internet Security, Content Filter & VPN Service Internet Gateway & Business Intelligence
Open-O SFC.Mgr Proposal
PARTNER UPDATE V9 MILESTONE 1 & 2.
Microservice Powered Orchestration
Defining ONAP APIs With BSS/OSS
Intel HF2 ONAP Community POD 01 (AKA: POD-25)
Beginning of Xamarin for iOS development
Tool Chain Architecture
Microservice Bus Tutorial Huabing Zhao
Getting & Running EdgeX Docker Containers
Gateway HDL-MBUS01IP.431.
Documentation Guidelines
Swagger-SDK ONAP Paris Developer Event 25 –
Using Zoom for e-Club and other Zonta Meetings
Proposal for ONAP Development Best Practices Gildas Lanilis – ONAP Release Manager June 23 , 2017.
ONAP/K8S Deployment OOM Team
MSB Integration Guide.
MSB Integration Guide.
OPEN-O Multiple VIM Driver Project Use Cases
An Introduction to Office 365: OneDrive For Business
Swagger-SDK CLI PTL ONAP Paris Developer Event 25 –
An Introduction to Office 365: OneDrive For Business
ONAP Release Planning Draft Proposal Gildas Lanilis
Documentation Guidelines
In-Depth Introduction to Docker
Time Management and Teamwork (a.k.a. “Software Project”)
Security Working Group
Power BI Security Best Practices
ONAP Run-time Catalog Project
Dive deeper into what’s new and what’s coming in Outlook for Mac
ONAP Benchmark Project
Introduction to Xamarin
KX-HTS Step by Step Guide SIP Phone Registration (Remote)
VF-C R2 Feature Planning & Implementation Yan Yang
ONAP/OOM for Developers Michael O’Brien | Amdocs
Git Version Control for Everyone
Learn about PnP initiative and the new SharePoint Framework
The pub-sub channels based push service…..
ONAP Beijing Architecture Chris Donley 1/9/18
ONAP 5G USE CASE ENHANCEMENTS FOR PNF DEPLOYMENTS
autodiscoverable microservices with vertx3
Canvas introduction for students
Project Goals Collect and permanently store the data flowing around ONAP system into several Big Data storages, each in different category. Also serve.
Eclipse Marketplace Client (MPC) Release and Graduation Review
Quick and Dirty Path for Dublin
DCAE Data Files Collector
An introduction to the SharePoint Patterns and Patterns initiative
ONAP Service Capability Management
Content Mgmt Services Digital Delivery Update July 2012
Overview on CI Use JJB (Jenkins Job Builder) to manage Jenkins jobs.
An Introduction Michael Hall.
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
DMaaP Edge Deployments ONAP Dublin
Microsoft Teams User Interface
Docker and Kubernetes Security in ONAP Pawel Pawlak Amy Zwarico
Presentation transcript:

ONAP Microservice Bus Project Kickoff Huabing Zhao June 26, 2017

Agenda Introduction Logistics Amsterdam Release Planning

Introduction Companies AT&T, CMCC, IBM, Tech Mahindra, ZTE Developers 17 committer and contributors 3 Time zones: CST/CDT EST/EDT China(UTC +8) Please briefly introduce yourself to the team

Project Meetings Frequency Time and Date Weekly Double week Ad hoc Try to avoid conflict with other ONAP projects and relevant open source projects Avoid 0:00-7:00 AM timeslot for everyone Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/6999968888 Or iPhone one-tap (US Toll): +14086380968,,6999968888# or +16465588656,,6999968888# Or Telephone: Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll) Meeting ID: 699 996 8888 International numbers available: https://zoom.us/zoomconference?m=_5QAuX9O-wb43xJqoNQjTlyYurEIrnWK China CDT EDT 20:00-21:00 07:00-08:00 08:00-09:00 21:00-22:00 09:00-10:00

Cooperation Tools Online Cooperation Tools IRC Slack Wechat Mailing list No separate mailing list for each project let’s use onap-discuss with [msb] tag You can choose the topics when subscribing

Development Resources Wiki https://wiki.onap.org/display/DW/Microservices+Bus+Project https://wiki.onap.org/display/DW/Resources+and+Repositories Gerrit: https://gerrit.onap.org/r/#/admin/projects/msb/apigateway https://gerrit.onap.org/r/#/admin/projects/msb/discovery Jira: https://jira.onap.org/projects/MSB/

MSB Docker 1. Pull and run the MSB dockers. sudo docker run -d --net=host --name msb_consul consul agent -dev sudo docker run -d --net=host --name msb_discovery zhaohuabing/msb_discovery sudo docker run -d --net=host -e "ROUTE_LABELS=visualRange:1" --name internal_msb_apigateway zhaohuabing/msb_apigateway  2. Register the REST service to MSB For testing, we can register the services via curl. MSB will work with OOM team to register the services automatically when deploying the ONAP components.  curl -X POST \   -H "Content-Type: application/json" \   -d '{"serviceName": "aai", "version": "v8", "url": "/aai/v8/","protocol": "REST", "path": "/aai/v8", "nodes": [ {"ip": "10.74.215.65","port": "8443"}]}' \   "http://127.0.0.1:10081/api/microservices/v1/services” 3.Access the rest service via internal api gateway curl http://127.0.0.1/aai/v8/cloud-infrastructure/cloud-regions

MSB Scope for Amsterdam Release Desktop External Systems Mobile external service request MSB Authentication Authorization AAF External API Gateway External service OOM Service Discovery Register service Internal service LCM(deploy/ start/ stop/ scale, etc.) ONAP Components DMaaP Internal API Gateway (Router) Service A Service A Service A Service B Service A Service N Internal service request(REST) Async Messages

Release Milestone Dates M1 - Planning: June 29 M2 – functionality freeze: August 3 M3 – API freeze: August 24 M4 – Code freeze: September 14 RC0: 9/28 RC1: 10/12 RC2: 10/26 Release: 11/2

Backlog (epics) for Amsterdam Service Registration & Discovery Service API Gateway(External API Gateway) Service Router(Internal API Gateway) OOM Integration(Stretch Goal) AAF Integration(Stretch Goal) More info can be found at MSB release planning wiki page: https://wiki.onap.org/display/DW/MSB+Deliverables+for+Planning+ Milestone+Checklist

Thank You 谢谢 www.onap.org