SlideShare une entreprise Scribd logo
1  sur  34
OPNFV Primer:
How to get into OPNFV?
Feb 24, 2018
Tomofumi Hayashi
Senior Software Engineer,
Red Hat
Q: Do you know OPNFV?
1. I know OPNFV a bit from its web page
2. I tried to use OPNFV installer
3. I contribute 1 or more OPNFV projects
4. I am the comitter/Project Team Lead of OPNFV!
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
OPNFV Intro // What is OPNFV?
From web page (https://www.opnfv.org/about)
OPNFV Intro // What is OPNFV? (Cont’d)
Rephrase:
OPNFV works together with various Open Source projects to fills
on the gap between Open Source Projects and NFV requirements.
• Sponsored by Linux Foundation
• Part of LF Networking Fund (LFN)
– https://www.linuxfoundation.org/projects/networking/
OPNFV Intro // What is OPNFV? (Cont’d)
Rephrase:
OPNFV works together with various Open Source projects to fills
on the gap between Open Source Projects and NFV requirements.
• Sponsored by Linux Foundation
• Part of LF Networking Fund (LFN)
– https://www.linuxfoundation.org/projects/networking/
• How OPNFV is organized?
• What OPNFV does?
OPNFV Intro // What is OPNFV? (Cont’d)
How to get OPNFV Info?
• Top page (https://www.opnfv.org/)
General information, written in marketing team
• Wiki
‘Main page’ for OPNFV activities
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Group Structure (Committees and Projects)
Board of Directors
(Biz)
Technical Steering
Committee (TSC)
Committees
● Audit/Finance
● IP/Legal
● Marketing
● C&C
● Strategic Planning
Projects
(Managed by PTL)
Engineer
● Each project meeting is open to join!
● TSC’s meeting minutes are open!
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Scope of Activity
OPNFV’s Reference Platform
publish
specs
gathering
requirements
develop the
featuresOpen Source Projects
integration &
testing
giving feedback
Scope of Activity
• Gathering requirements (especially for NFVI, MANO)
• Implement as collaborative development
– OPNFV does not have code for feature
• These code will be in upstream projects (e.g. OpenStack, OpenDaylight)
• Integrate & Test
– Integrate and Testing as CI (Continuous Integration)
• Include some patches if required
example: SFC for OvS/OpenStack/ODL
– As total integrated achievement, they releases OPNFV software
installers
Initially NFVI is scope, now MANO is also targeted...
Scope of Activity
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
• Project List:
https://wiki.opnfv.org/display/PROJ/Project+Directory
• Summary (for 2016):
https://www.slideshare.net/s1061123/opnfv-meetup-tokyo-1-
projects-summary
Projects
Approx.
50 Projects!!
Projects (Cont’d)
• Requirement/Feature:
– Barometer, Doctor, FastDatastacks, Promise
• Testing:
– CPerf, FuncTest, nfvbench, QTIP, StorPerf
– Dovetail (for OPNFV certification)
• Integration
– Apex, Compass4NFV, Daisy4NFV, FUEL, JOID
• Admin
– Pharos (lab), Releng
Projects (Cont’d)
Projects move on following phases:
https://www.opnfv.org/software/technical-project-governance/project-lifecycle
Projects (Cont’d)
Projects move on following phases:
https://www.opnfv.org/software/technical-project-governance/project-lifecycle
Need to check whether the project is still ‘alive’ (!= Archived)
Archived
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Releases
OPNFV releases integrated achievements twice a year (with rivier’s name)
• Arno (EOL)
• Brahmaputra (EOL)
• Colorado
• Danube
• Euphrates // Oct 22 2017
• Fraser // April 2018 (plan)
Releases (Cont’d)
Euphrates Release Feature Summary:
• XCI (Cross Community CI)
• Containers
• Calipso (Network Visualizer Project)
• NFVBench
• OVN
• EVPN
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Installer Projects
OPNFV Installer (Apex, Compass4NFV, Daisy4NFV, FUEL, JOID)
provides easy-to-setup NFV infrastructure (including some patches),
defined as “scenarios” with OPNFV projects’ achievements for cutting
edge NFV lab.
Installer types are:
• Baremetal
– (>=4 nodes in Apex)
• Virtual
– VMs in one host, as →
Not for
production!
Installer Projects (Cont’d)
“Senario” defines combinations of OSS projects and features
os-XXX-YYY-ZZ
os: NFVI (os=OpenStack)
XXX: SDN Controller (nosdn, odl, odl_l3, ovn, onos)
YYY: Feature (nofeature, fdio, ovs, bgpvpn, gluon)
ZZ: High Availability (HA) (ha, noha)
Example: os-odl_l3-fdio-ha = OpenStack + OpenDaylight L3 / FDIO (vpp) + HA
Note: Supported/Unsupported status is depends on each installer, check following:
https://wiki.opnfv.org/display/SWREL/Euphrates+Scenario+Status
Apex Installer Steps
Example: Install Apex (os-no-sdn-nofeature-noha) as virtual install
(http://docs.opnfv.org/en/latest/submodules/apex/docs/release/installation/index.html)
1. Install CentOS in server
2. Install requirement RPMs (openstack, epel-release) and add Repo
3. Install Apex RPMs (opnfv-apex/opnfv-apex-undercloud/opnfv-apex-
python34)
4. Copy/edit following files from /etc/opnfv-apex
– network_settings.yaml (network configuration)
– deploy_settings.yaml (deploy components)
Apex Installer Steps (Cont’d)
5. Do `opnfv-deploy -v -n network_settings.yaml -d
deploy_settings.yaml`
Apex defines VMs and install OpenStack and other components
5. Login VMs using `opnfv-util`
• opnfv-util undercloud
• opnfv-util overcloud controller0
• opnfv-util overcloud compute0
• Opnfv-util opendaylight
5. When you finished, `opnfv-clean` cleanups VMs!
Apex Installer Steps (Cont’d)
That’s done! So what’s next?
• Run functest/yeardstick/dovetail?
• Put VNF (virtual network function) into OpenStack?
– Tacker is also installed as default
• …
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
How to Get/Join OPNFV Activities?
• Wiki (https://wiki.opnfv.org/)
• Join mailing lists (https://www.opnfv.org/software/developer-tools/mailing-lists)
• Join IRC channel (freenode)
– Channel for each projects + admin (#opnfv-meeting for meeting minutes)
• Join weekly meeting (https://wiki.opnfv.org/display/meetings/)
• Get wiki/jira (issue tracker)/gerrit (code review system) account:
– Linux Foundation ID is used
• Work on wiki page
• File issue into jira
• Coding on OPNFV projects
– Code
– Document (written in rst, reStructuredText)
Agenda
• OPNFV Intro
• Group Structure
• Scope of Activity
• Projects
• Release
• Installer Projects
• How to join OPNFV activities?
Thanks!!!

Contenu connexe

Similaire à Opnfv primer how to get into opnfv

1. OPNFV Updates @ Tokyo Meetup#2
1. OPNFV Updates @ Tokyo Meetup#21. OPNFV Updates @ Tokyo Meetup#2
1. OPNFV Updates @ Tokyo Meetup#2Mibu Ryota
 
Operating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOperating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOPNFV
 
Building OPNFV as a Platform
Building OPNFV as a PlatformBuilding OPNFV as a Platform
Building OPNFV as a PlatformOPNFV
 
Onos summit roadmap dec 9
Onos summit  roadmap dec 9Onos summit  roadmap dec 9
Onos summit roadmap dec 9ONOS Project
 
White Paper: OPNFV: Paving the Way to Open Source NFV
White Paper: OPNFV: Paving the Way to Open Source NFVWhite Paper: OPNFV: Paving the Way to Open Source NFV
White Paper: OPNFV: Paving the Way to Open Source NFVOPNFV
 
ONAP integration with opnfv via opera
ONAP integration with opnfv via opera ONAP integration with opnfv via opera
ONAP integration with opnfv via opera OPNFV
 
OPNFV Meetup Tokyo #1 / Projects Summary
OPNFV Meetup Tokyo #1 / Projects SummaryOPNFV Meetup Tokyo #1 / Projects Summary
OPNFV Meetup Tokyo #1 / Projects SummaryTomofumi Hayashi
 
Building ONOS Cluster in top of openSUSE
Building ONOS Cluster in top of openSUSEBuilding ONOS Cluster in top of openSUSE
Building ONOS Cluster in top of openSUSEZufar Dhiyaulhaq
 
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...Open Networking Summits
 
Operating OPNFV
Operating OPNFVOperating OPNFV
Operating OPNFVOPNFV
 
Opnfv vision, community and projects
Opnfv vision, community and projectsOpnfv vision, community and projects
Opnfv vision, community and projectsOPNFV
 
Challenge in asia region connecting each testbed and poc of distributed nfv ...
Challenge in asia region  connecting each testbed and poc of distributed nfv ...Challenge in asia region  connecting each testbed and poc of distributed nfv ...
Challenge in asia region connecting each testbed and poc of distributed nfv ...OPNFV
 
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...Martin Bergljung
 
Contributing to OpenStack
Contributing to OpenStackContributing to OpenStack
Contributing to OpenStackdevkulkarni
 
OPNFV Update: The Danube Release and What Lies Around the Bend
OPNFV Update: The Danube Release and What Lies Around the BendOPNFV Update: The Danube Release and What Lies Around the Bend
OPNFV Update: The Danube Release and What Lies Around the BendJill Jensen Lovato
 
Summit 16: The Open Source NFV Eco-system and OPNFV's Role Therein
Summit 16: The Open Source NFV Eco-system and OPNFV's Role ThereinSummit 16: The Open Source NFV Eco-system and OPNFV's Role Therein
Summit 16: The Open Source NFV Eco-system and OPNFV's Role ThereinOPNFV
 
Run your Java code on Cloud Foundry
Run your Java code on Cloud FoundryRun your Java code on Cloud Foundry
Run your Java code on Cloud FoundryAndy Piper
 
How open source is driving DevOps innovation: CloudOpen NA 2015
How open source is driving DevOps innovation: CloudOpen NA 2015How open source is driving DevOps innovation: CloudOpen NA 2015
How open source is driving DevOps innovation: CloudOpen NA 2015Gordon Haff
 

Similaire à Opnfv primer how to get into opnfv (20)

1. OPNFV Updates @ Tokyo Meetup#2
1. OPNFV Updates @ Tokyo Meetup#21. OPNFV Updates @ Tokyo Meetup#2
1. OPNFV Updates @ Tokyo Meetup#2
 
Operating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOperating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run it
 
Building OPNFV as a Platform
Building OPNFV as a PlatformBuilding OPNFV as a Platform
Building OPNFV as a Platform
 
Onos summit roadmap dec 9
Onos summit  roadmap dec 9Onos summit  roadmap dec 9
Onos summit roadmap dec 9
 
White Paper: OPNFV: Paving the Way to Open Source NFV
White Paper: OPNFV: Paving the Way to Open Source NFVWhite Paper: OPNFV: Paving the Way to Open Source NFV
White Paper: OPNFV: Paving the Way to Open Source NFV
 
ONAP integration with opnfv via opera
ONAP integration with opnfv via opera ONAP integration with opnfv via opera
ONAP integration with opnfv via opera
 
OPNFV Meetup Tokyo #1 / Projects Summary
OPNFV Meetup Tokyo #1 / Projects SummaryOPNFV Meetup Tokyo #1 / Projects Summary
OPNFV Meetup Tokyo #1 / Projects Summary
 
Building ONOS Cluster in top of openSUSE
Building ONOS Cluster in top of openSUSEBuilding ONOS Cluster in top of openSUSE
Building ONOS Cluster in top of openSUSE
 
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...
OPNFV Webinar – No Time to Wait: Accelerating NFV Time to Market Through Open...
 
Operating OPNFV
Operating OPNFVOperating OPNFV
Operating OPNFV
 
Opnfv vision, community and projects
Opnfv vision, community and projectsOpnfv vision, community and projects
Opnfv vision, community and projects
 
Challenge in asia region connecting each testbed and poc of distributed nfv ...
Challenge in asia region  connecting each testbed and poc of distributed nfv ...Challenge in asia region  connecting each testbed and poc of distributed nfv ...
Challenge in asia region connecting each testbed and poc of distributed nfv ...
 
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...
Alfresco DevCon 2018: SDK 3 Multi Module project using Nexus 3 for releases a...
 
Contributing to OpenStack
Contributing to OpenStackContributing to OpenStack
Contributing to OpenStack
 
OPNFV Update: The Danube Release and What Lies Around the Bend
OPNFV Update: The Danube Release and What Lies Around the BendOPNFV Update: The Danube Release and What Lies Around the Bend
OPNFV Update: The Danube Release and What Lies Around the Bend
 
Open stack
Open stackOpen stack
Open stack
 
Summit 16: The Open Source NFV Eco-system and OPNFV's Role Therein
Summit 16: The Open Source NFV Eco-system and OPNFV's Role ThereinSummit 16: The Open Source NFV Eco-system and OPNFV's Role Therein
Summit 16: The Open Source NFV Eco-system and OPNFV's Role Therein
 
Run your Java code on Cloud Foundry
Run your Java code on Cloud FoundryRun your Java code on Cloud Foundry
Run your Java code on Cloud Foundry
 
DevOps@Morpho in 2014
DevOps@Morpho in 2014DevOps@Morpho in 2014
DevOps@Morpho in 2014
 
How open source is driving DevOps innovation: CloudOpen NA 2015
How open source is driving DevOps innovation: CloudOpen NA 2015How open source is driving DevOps innovation: CloudOpen NA 2015
How open source is driving DevOps innovation: CloudOpen NA 2015
 

Plus de Tomofumi Hayashi

CNIふぉーびぎなーず
CNIふぉーびぎなーずCNIふぉーびぎなーず
CNIふぉーびぎなーずTomofumi Hayashi
 
コンテナのネットワークインターフェース その実装手法とその応用について
コンテナのネットワークインターフェース その実装手法とその応用についてコンテナのネットワークインターフェース その実装手法とその応用について
コンテナのネットワークインターフェース その実装手法とその応用についてTomofumi Hayashi
 
OpenStack Summit Boston DMA Appendix
OpenStack Summit Boston DMA AppendixOpenStack Summit Boston DMA Appendix
OpenStack Summit Boston DMA AppendixTomofumi Hayashi
 
nftables: the Next Generation Firewall in Linux
nftables: the Next Generation Firewall in Linuxnftables: the Next Generation Firewall in Linux
nftables: the Next Generation Firewall in LinuxTomofumi Hayashi
 
Ocaml lecture slides 01 at axsh
Ocaml lecture slides 01 at axshOcaml lecture slides 01 at axsh
Ocaml lecture slides 01 at axshTomofumi Hayashi
 

Plus de Tomofumi Hayashi (8)

CNIふぉーびぎなーず
CNIふぉーびぎなーずCNIふぉーびぎなーず
CNIふぉーびぎなーず
 
4 rhtn tohayash-multus
4 rhtn tohayash-multus4 rhtn tohayash-multus
4 rhtn tohayash-multus
 
コンテナのネットワークインターフェース その実装手法とその応用について
コンテナのネットワークインターフェース その実装手法とその応用についてコンテナのネットワークインターフェース その実装手法とその応用について
コンテナのネットワークインターフェース その実装手法とその応用について
 
Opnfv handson apex intro
Opnfv handson apex introOpnfv handson apex intro
Opnfv handson apex intro
 
OpenStack Summit Boston DMA Appendix
OpenStack Summit Boston DMA AppendixOpenStack Summit Boston DMA Appendix
OpenStack Summit Boston DMA Appendix
 
Software forwarding path
Software forwarding pathSoftware forwarding path
Software forwarding path
 
nftables: the Next Generation Firewall in Linux
nftables: the Next Generation Firewall in Linuxnftables: the Next Generation Firewall in Linux
nftables: the Next Generation Firewall in Linux
 
Ocaml lecture slides 01 at axsh
Ocaml lecture slides 01 at axshOcaml lecture slides 01 at axsh
Ocaml lecture slides 01 at axsh
 

Dernier

Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 

Dernier (20)

Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 

Opnfv primer how to get into opnfv

  • 1. OPNFV Primer: How to get into OPNFV? Feb 24, 2018 Tomofumi Hayashi Senior Software Engineer, Red Hat
  • 2. Q: Do you know OPNFV? 1. I know OPNFV a bit from its web page 2. I tried to use OPNFV installer 3. I contribute 1 or more OPNFV projects 4. I am the comitter/Project Team Lead of OPNFV!
  • 3. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 4. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 5. OPNFV Intro // What is OPNFV? From web page (https://www.opnfv.org/about)
  • 6. OPNFV Intro // What is OPNFV? (Cont’d) Rephrase: OPNFV works together with various Open Source projects to fills on the gap between Open Source Projects and NFV requirements. • Sponsored by Linux Foundation • Part of LF Networking Fund (LFN) – https://www.linuxfoundation.org/projects/networking/
  • 7.
  • 8. OPNFV Intro // What is OPNFV? (Cont’d) Rephrase: OPNFV works together with various Open Source projects to fills on the gap between Open Source Projects and NFV requirements. • Sponsored by Linux Foundation • Part of LF Networking Fund (LFN) – https://www.linuxfoundation.org/projects/networking/ • How OPNFV is organized? • What OPNFV does?
  • 9. OPNFV Intro // What is OPNFV? (Cont’d) How to get OPNFV Info? • Top page (https://www.opnfv.org/) General information, written in marketing team • Wiki ‘Main page’ for OPNFV activities
  • 10. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 11. Group Structure (Committees and Projects) Board of Directors (Biz) Technical Steering Committee (TSC) Committees ● Audit/Finance ● IP/Legal ● Marketing ● C&C ● Strategic Planning Projects (Managed by PTL) Engineer ● Each project meeting is open to join! ● TSC’s meeting minutes are open!
  • 12. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 13. Scope of Activity OPNFV’s Reference Platform publish specs gathering requirements develop the featuresOpen Source Projects integration & testing giving feedback
  • 14.
  • 15. Scope of Activity • Gathering requirements (especially for NFVI, MANO) • Implement as collaborative development – OPNFV does not have code for feature • These code will be in upstream projects (e.g. OpenStack, OpenDaylight) • Integrate & Test – Integrate and Testing as CI (Continuous Integration) • Include some patches if required example: SFC for OvS/OpenStack/ODL – As total integrated achievement, they releases OPNFV software installers
  • 16. Initially NFVI is scope, now MANO is also targeted... Scope of Activity
  • 17. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 18. • Project List: https://wiki.opnfv.org/display/PROJ/Project+Directory • Summary (for 2016): https://www.slideshare.net/s1061123/opnfv-meetup-tokyo-1- projects-summary Projects Approx. 50 Projects!!
  • 19. Projects (Cont’d) • Requirement/Feature: – Barometer, Doctor, FastDatastacks, Promise • Testing: – CPerf, FuncTest, nfvbench, QTIP, StorPerf – Dovetail (for OPNFV certification) • Integration – Apex, Compass4NFV, Daisy4NFV, FUEL, JOID • Admin – Pharos (lab), Releng
  • 20. Projects (Cont’d) Projects move on following phases: https://www.opnfv.org/software/technical-project-governance/project-lifecycle
  • 21. Projects (Cont’d) Projects move on following phases: https://www.opnfv.org/software/technical-project-governance/project-lifecycle Need to check whether the project is still ‘alive’ (!= Archived) Archived
  • 22. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 23. Releases OPNFV releases integrated achievements twice a year (with rivier’s name) • Arno (EOL) • Brahmaputra (EOL) • Colorado • Danube • Euphrates // Oct 22 2017 • Fraser // April 2018 (plan)
  • 24. Releases (Cont’d) Euphrates Release Feature Summary: • XCI (Cross Community CI) • Containers • Calipso (Network Visualizer Project) • NFVBench • OVN • EVPN
  • 25. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 26. Installer Projects OPNFV Installer (Apex, Compass4NFV, Daisy4NFV, FUEL, JOID) provides easy-to-setup NFV infrastructure (including some patches), defined as “scenarios” with OPNFV projects’ achievements for cutting edge NFV lab. Installer types are: • Baremetal – (>=4 nodes in Apex) • Virtual – VMs in one host, as → Not for production!
  • 27. Installer Projects (Cont’d) “Senario” defines combinations of OSS projects and features os-XXX-YYY-ZZ os: NFVI (os=OpenStack) XXX: SDN Controller (nosdn, odl, odl_l3, ovn, onos) YYY: Feature (nofeature, fdio, ovs, bgpvpn, gluon) ZZ: High Availability (HA) (ha, noha) Example: os-odl_l3-fdio-ha = OpenStack + OpenDaylight L3 / FDIO (vpp) + HA Note: Supported/Unsupported status is depends on each installer, check following: https://wiki.opnfv.org/display/SWREL/Euphrates+Scenario+Status
  • 28. Apex Installer Steps Example: Install Apex (os-no-sdn-nofeature-noha) as virtual install (http://docs.opnfv.org/en/latest/submodules/apex/docs/release/installation/index.html) 1. Install CentOS in server 2. Install requirement RPMs (openstack, epel-release) and add Repo 3. Install Apex RPMs (opnfv-apex/opnfv-apex-undercloud/opnfv-apex- python34) 4. Copy/edit following files from /etc/opnfv-apex – network_settings.yaml (network configuration) – deploy_settings.yaml (deploy components)
  • 29. Apex Installer Steps (Cont’d) 5. Do `opnfv-deploy -v -n network_settings.yaml -d deploy_settings.yaml` Apex defines VMs and install OpenStack and other components 5. Login VMs using `opnfv-util` • opnfv-util undercloud • opnfv-util overcloud controller0 • opnfv-util overcloud compute0 • Opnfv-util opendaylight 5. When you finished, `opnfv-clean` cleanups VMs!
  • 30. Apex Installer Steps (Cont’d) That’s done! So what’s next? • Run functest/yeardstick/dovetail? • Put VNF (virtual network function) into OpenStack? – Tacker is also installed as default • …
  • 31. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?
  • 32. How to Get/Join OPNFV Activities? • Wiki (https://wiki.opnfv.org/) • Join mailing lists (https://www.opnfv.org/software/developer-tools/mailing-lists) • Join IRC channel (freenode) – Channel for each projects + admin (#opnfv-meeting for meeting minutes) • Join weekly meeting (https://wiki.opnfv.org/display/meetings/) • Get wiki/jira (issue tracker)/gerrit (code review system) account: – Linux Foundation ID is used • Work on wiki page • File issue into jira • Coding on OPNFV projects – Code – Document (written in rst, reStructuredText)
  • 33. Agenda • OPNFV Intro • Group Structure • Scope of Activity • Projects • Release • Installer Projects • How to join OPNFV activities?