SlideShare a Scribd company logo
For Astricon 2017
Doug Smith & Leif Madsen
Red Hat, Inc.
Intro to NFV & VNF-Asterisk
2
Leif Madsen
● DevOps team lead of the NFVPE team,
working with strategic NFV partners to help
them understand how to automate and test
deployments using common open source
tools.
● Blog: https://blogs.leifmadsen.com
Who are these guys!?
Doug Smith
● Member of the NFVPE DevOps team with a
focus on analyzing gaps in containerized
workloads for NFV, including container
networking & orchestration (e.g. Kube &
OpenShift)
● Blog: https://dougbtv.com
We’re from the NFV Partner Engineering Team @ Red Hat
@leifmadsen@dougbtv
3
10:45 - Intro to NFV & VNF-Asterisk
11:30 - A VNF-Asterisk Demo
1:45 - Infrastructure Deployment
2:30 - Application Deployment
TODAY’S AGENDA
4
VNF-Asterisk is a VNF utilizing Asterisk (an
Open Source telephony framework) and
intended to be used for validating environments,
and exploring topics such as:
● VNFs in Kubernetes / OpenShift
● Container Networking
● Scale
● High Availability
● And more.
SO, WHAT IS VNF-ASTERISK?
A demo VNF in Kubernetes that YOU can try out!
redhat-nfvpe/vnf-asterisk
BEGIN THE WHITEBOARD OF
ACRONYMS!
(If we use an acronym you don’t know,
don’t be shy, point at the whiteboard!)
6
VNF-Asterisk
High level overview (illustrating planned/future network segments)
Public network
Inter-machine trunk
Management network
Network Segments
Analytics
Controller
SIPp SIPp
Asterisk
(A)
Asterisk
(B)
sipcapture
(homer)
7
High Level pod layout (plan)
voip/asterisk
homer/capt-agent
Asterisk A
voip/asterisk
homer/capt-agent
Asterisk B
homer/capture-server
homer/mariadb
homer/web-ui
Homer
SIPp
voip/sipp
SIPp
voip/sipp
Controller
management/controller
8
Actual pod layout
Asterisk
(VoIP)
Capture
Agent
(packet
sniffer)
Asterisk
config
Environment
config
etcd
vnf-asterisk controller (API)
vnf-asterisk UI (nginx)
API
config
nginx
config
MySQL
MySQL
storage
Bootstrap
semaphor
Kamailio
(SIP
Proxy)
Homer API
Homer Web app (monitoring / analytics)
Environment
config
Vnf-asterisk homer
At least as of today.
9
VNF-Asterisk
High level overview (illustrating planned/future network segments)
Public network
Inter-machine trunk
Management network
Network Segments
Analytics
Controller
SIPp SIPp
Asterisk
(A)
Asterisk
(B)
sipcapture
(homer)
10
● Purpose is to take your traditional hardware network devices (routers, switches,
firewalls, etc) and deploy them virtually, like a computer running as a virtual machine.
● Defined by ETSI in September 2012 via seven of the world’s largest
telecommunication network operators.
○ Conceived by the world’s seven largest telecommunications operators in 2012,
lead to the creation of ETSI NFV in January 2013; ETSI NFV would create the
momentum and hype in the industry.
● Telecommunications operators vendors historically would
○ develop,
○ test,
○ and schedule deployment of ASICs on a multiple year trajectory
○ ROI heavily factored into the development and deployment of new hardware.
What is NFV?
Network Functions Virtualization
11
What is NFV?
12
What is NFV?
13
What is NFV?
Virtualized Network Function
= an application stack :)
Often delivered as virtual appliance
forklifted from a physical appliance.
Often a distributed application running
across dozens of different processing
blades VMs.
14
What is NFV?
Element Manager
= an application that does FCAPS
(Fault, Config, Accounting, Performance, Security)
management for one or more (V)NFs.
Many EMs PXE-booted the OS on all
blades, installed/upgraded software,
then provided standard north-bound
interface for FCAPS.
15
What is NFV?
Business Support System(s) and
Operations Support System(s)
= handle business resp. operations
logic for fulfilling and assuring
services end-to-end
Offer, e.g., product and service
catalogs, service and resource
orchestration, resource inventory,
workflow engine, policy engine,
root-cause analysis & analytics, ...
16
What is NFV?
new: NFV Infrastructure
= compute, storage and networking
resources and their virtualization
17
What is NFV?
new: Management & Orchestration
(MANO) stack
INSERT DESIGNATOR, IF NEEDED18
What is NFV?
new: Virt. Infrastructure Manager
= manage the lifecycle of compute,
storage and (data center) network
infrastructure resources
e.g. OpenStack, VMware, RHEV
virt. infrastructure
abstraction
INSERT DESIGNATOR, IF NEEDED19
What is NFV?
new: VNF Manager
= provisions and manages the
lifecycle of one or more VNF
applications
e.g. OpenStack Tacker, Cloudify, K8s
virt. infrastructure
abstraction
application
abstraction
INSERT DESIGNATOR, IF NEEDED20
What is NFV?
new: NFV Orchestrator
= provisions and manages the
lifecycle of one or more Network
Services
e.g. OpenStack Tacker, Rift.io
virt. infrastructure
abstraction
application
abstraction
composed service
abstraction
21
What is NFV?
22
● A VNF, or Virtualized Network Function, is made up of one or more components inside
an NFV-based (or SDN-based) network.
What is a VNF?
A VNF is a Virtual Network Function
23
● An example of a virtualized network function might be a virtual router (vRouter),
virtualized network switch (vSwitch), deep packet inspection (vDPI), virtual firewall,
etc
○ It’s the virtualized version of a dedicated physical component in your network
○ Only the most simple VNFs, such as vRouters, vDPI, etc are single
component/single-VM
○ More interesting deployments contain multiple components (load-balancer
component, signaling-processor component, data-plane processor component);
each of which can independently scaled by instantiating more instances.
○ A VNF can be made up of one or more components (VNFCs)
What is a VNF?
A VNF is a Virtual Network Function
24
● Software Defined Networking is a way of programmatically defining your network from
a central location, and disseminating that definition to your networking nodes
● The idea is to separate the control plane (where you program how you want the
network to be designed) from the data plane (where the actual networking data flows)
● By separating the control plane from the data plane, you’re able to more centrally
control the definition of the network (what you would typically do from, say, a Cisco
router CLI) from the physical hardware that performs the packet processing and
forwarding
What is SDN?
SDN is Software Defined Networking
25
● With a centralized control plane, you can scale it independent of the data plane, and
build additional functionality, like programming it through an API
● Forwarding tables and data plane information is then compiled out of the control
plane, and pushed down into the data plane, that then is able to act on the packets
without the overhead of also dealing with the control plane.
What is SDN?
SDN is Software Defined Networking
26
1There are several definitions of cloud nativeness.
We chose the CNCF to use here for two reasons:
What is cloud native?
This definition fits best to the examples we
would like to share here.
The CNCF’s definition represents a wide
body of professionals.
2
The following Cloud Native definition is used in
the Cloud Native Computing Foundation Charter
27
1
What is cloud native?
Container packaged. Running applications and processes in software containers as an isolated unit of application deployment, and as a
mechanism to achieve high levels of resource isolation. Improves overall developer experience, fosters code and component reuse and
simplify operations for cloud native applications.
Dynamically managed. Actively scheduled and actively managed by a central orchestrating process. Radically improve machine
efficiency and resource utilization while reducing the cost associated with maintenance and operations.
2
Cloud native systems will have the following properties
3Micro-services oriented. Loosely coupled with dependencies explicitly described (e.g. through service endpoints). Significantly increase
the overall agility and maintainability of applications. Uses ubiquitous and easily available through reliable interfaces.
28
● A standard Back2Back User Agent (B2BUA) setup where we generate traffic with SIPp
VNF-Asterisk Architecture
Basic Subsystem
29
● Extending the basic subsystem to start building out a control and data plane
● Controller pushes configuration into newly instantiated Asterisk instances
● (Enter Sorcery)
VNF-Asterisk Architecture
Extended Basic Subsystem
30
● In the initial implementation of this demonstration VNF, our “controller” may be so
primitive as to be a script that pushes a simple configuration into our Asterisk
instances
VNF-Asterisk Architecture
Extended Basic Subsystem
31
● In our expanded subsystem, we add sipcapture via the HOMER encapsulation protocol
(HEP).
VNF-Asterisk Architecture
Expanded Subsystem
32
● One of the more interesting tidbits of information we’re hoping to tease out is metrics
● Understanding our baseline metrics will allow us to determine what happens as we
start changing the infrastructure
● If our metrics get significantly worse as we containerize the system, we’ll be better
armed to understand
○ if it’s the containerization
○ our network
○ architecture
○ other unknown issues
VNF-Asterisk Architecture
Expanded Subsystem
33
● Next step is to start breaking our monolithic deployment into more fungible
components
VNF-Asterisk Architecture
Containerized PoC (e.g. in Docker)
34
● Controller may be expanded to include dynamic configuration through service
discovery (such as etcd)
● Pave the way for using discovery services to find and configure the containers
VNF-Asterisk Architecture
Containerized PoC (e.g. in Docker)
35
VNF-Asterisk Architecture
Orchestrated PoC (e.g. in Kubernetes)
36
● Orchestrating the pods using Kubernetes (optionally, on top of OpenShift) and
validating that all our components are still operating
● Breaking the containers into pods
● Getting ready to change the underlying network
VNF-Asterisk Architecture
Orchestrated PoC (e.g. in Kubernetes)
37
VNF-Asterisk Architecture
Service Networking & Networking Topology
38
● Start splitting the components into their own related networks
● Gives network separation between the various planes
● Kubernetes currently only allows for a single interface
○ CNI
○ Multus-CNI
VNF-Asterisk Architecture
Service Networking & Networking Topology

More Related Content

What's hot

Day2 Verilog HDL Basic
Day2 Verilog HDL BasicDay2 Verilog HDL Basic
Day2 Verilog HDL BasicRon Liu
 
ICE basic
ICE basicICE basic
ICE basic
Vu Nguyen
 
Freeswitch
FreeswitchFreeswitch
Freeswitch
Suneet Saini
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
Netwax Lab
 
MPLS
MPLSMPLS
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoT
APNIC
 
Modelo TCP/IP
Modelo TCP/IPModelo TCP/IP
Astricon 10 (October 2013) - SIP over WebSocket on Kamailio
Astricon 10 (October 2013) - SIP over WebSocket on KamailioAstricon 10 (October 2013) - SIP over WebSocket on Kamailio
Astricon 10 (October 2013) - SIP over WebSocket on Kamailio
Crocodile WebRTC SDK and Cloud Signalling Network
 
SIP: Call Id, Cseq, Via-branch, From & To-tag role play
SIP: Call Id, Cseq, Via-branch, From & To-tag role playSIP: Call Id, Cseq, Via-branch, From & To-tag role play
SIP: Call Id, Cseq, Via-branch, From & To-tag role play
Sridhar Kumar N
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)
Netwax Lab
 
OPEN STA
OPEN STAOPEN STA
OPEN STA
Shourya Puri
 
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...Michael Lee
 
Calculo de endereço ip
Calculo de endereço ipCalculo de endereço ip
Calculo de endereço ip
Marcelo Vicente Freire Alves
 
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
ODC010001 MPLS Basic Knowledge ISSUE1.5.pptODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
RandyDookheran1
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
Martin Bratina
 
DNS & DNSSEC
DNS & DNSSECDNS & DNSSEC
DNS & DNSSEC
APNIC
 
System verilog verification building blocks
System verilog verification building blocksSystem verilog verification building blocks
System verilog verification building blocksNirav Desai
 
[iROC Webinar] Do I Need to Worry About Soft Errors?
[iROC Webinar] Do I Need to Worry About Soft Errors? [iROC Webinar] Do I Need to Worry About Soft Errors?
[iROC Webinar] Do I Need to Worry About Soft Errors? iROCTech
 
Palestra de Windows Server 2016
Palestra de Windows Server 2016Palestra de Windows Server 2016
Palestra de Windows Server 2016
Fábio dos Reis
 

What's hot (20)

Day2 Verilog HDL Basic
Day2 Verilog HDL BasicDay2 Verilog HDL Basic
Day2 Verilog HDL Basic
 
ICE basic
ICE basicICE basic
ICE basic
 
Freeswitch
FreeswitchFreeswitch
Freeswitch
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
MPLS
MPLSMPLS
MPLS
 
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoT
 
Modelo TCP/IP
Modelo TCP/IPModelo TCP/IP
Modelo TCP/IP
 
Astricon 10 (October 2013) - SIP over WebSocket on Kamailio
Astricon 10 (October 2013) - SIP over WebSocket on KamailioAstricon 10 (October 2013) - SIP over WebSocket on Kamailio
Astricon 10 (October 2013) - SIP over WebSocket on Kamailio
 
SIP: Call Id, Cseq, Via-branch, From & To-tag role play
SIP: Call Id, Cseq, Via-branch, From & To-tag role playSIP: Call Id, Cseq, Via-branch, From & To-tag role play
SIP: Call Id, Cseq, Via-branch, From & To-tag role play
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)
 
OPEN STA
OPEN STAOPEN STA
OPEN STA
 
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...
Setup of EDA tools and workstation environment variables in NCTU 307 Lab. wor...
 
Calculo de endereço ip
Calculo de endereço ipCalculo de endereço ip
Calculo de endereço ip
 
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
ODC010001 MPLS Basic Knowledge ISSUE1.5.pptODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
ODC010001 MPLS Basic Knowledge ISSUE1.5.ppt
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
DNS & DNSSEC
DNS & DNSSECDNS & DNSSEC
DNS & DNSSEC
 
System verilog verification building blocks
System verilog verification building blocksSystem verilog verification building blocks
System verilog verification building blocks
 
[iROC Webinar] Do I Need to Worry About Soft Errors?
[iROC Webinar] Do I Need to Worry About Soft Errors? [iROC Webinar] Do I Need to Worry About Soft Errors?
[iROC Webinar] Do I Need to Worry About Soft Errors?
 
Dhcp
DhcpDhcp
Dhcp
 
Palestra de Windows Server 2016
Palestra de Windows Server 2016Palestra de Windows Server 2016
Palestra de Windows Server 2016
 

Viewers also liked

Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
Michael Lessard
 
RHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersRHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersJerome Marc
 
Meetup
MeetupMeetup
Automating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & AnsibleAutomating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & Ansible
Jerome Marc
 
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure managementPedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
Alex Baretto
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveGreg Hoelzer
 
Managing open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloudManaging open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloud
Geert Jansen
 
Cloudforms Workshop
Cloudforms WorkshopCloudforms Workshop
Cloudforms Workshop
Scalar Decisions
 
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
Prasad Mukhedkar
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont's
Frederik Bijlsma
 
Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...
Lucy Huh Kerner
 

Viewers also liked (12)

Integrate Openshift with Cloudforms
Integrate Openshift with CloudformsIntegrate Openshift with Cloudforms
Integrate Openshift with Cloudforms
 
RHTE2015_CloudForms_Containers
RHTE2015_CloudForms_ContainersRHTE2015_CloudForms_Containers
RHTE2015_CloudForms_Containers
 
Meetup
MeetupMeetup
Meetup
 
SS42731_v2_KernerMicene
SS42731_v2_KernerMiceneSS42731_v2_KernerMicene
SS42731_v2_KernerMicene
 
Automating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & AnsibleAutomating the Enterprise with CloudForms & Ansible
Automating the Enterprise with CloudForms & Ansible
 
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure managementPedal to the metal: Red Hat CloudForms for workload & infrastructure management
Pedal to the metal: Red Hat CloudForms for workload & infrastructure management
 
Red Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep DiveRed Hat OpenShift V3 Overview and Deep Dive
Red Hat OpenShift V3 Overview and Deep Dive
 
Managing open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloudManaging open shift at scale across the open hybrid cloud
Managing open shift at scale across the open hybrid cloud
 
Cloudforms Workshop
Cloudforms WorkshopCloudforms Workshop
Cloudforms Workshop
 
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0Openstack Cloud  Management and Automation Using Red Hat Cloudforms 4.0
Openstack Cloud Management and Automation Using Red Hat Cloudforms 4.0
 
OpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont'sOpenStack and CloudForms Do's and Dont's
OpenStack and CloudForms Do's and Dont's
 
Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...Automating security compliance for physical, virtual, cloud, and container en...
Automating security compliance for physical, virtual, cloud, and container en...
 

Similar to Asterisk as a Virtual Network Function Part 1

Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function VirtualizationTelco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
Vikas Shokeen
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking Technology
IRJET Journal
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?
Kedar Raval
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFV
Kedar Raval
 
Network function virtualization
Network function virtualizationNetwork function virtualization
Network function virtualization
Satish Chavan
 
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_HyperscaleRIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscalevibhorrastogi
 
WWT Software-Defined Networking Guide
WWT Software-Defined Networking GuideWWT Software-Defined Networking Guide
WWT Software-Defined Networking Guide
Joel W. King
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave Neary
ManageIQ
 
NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummies
anandbajaj
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...Source
Francois Duthilleul
 
HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014
Ignacio García-Carrillo
 
Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?
idrajeev
 
Open stack foundation-nfv-report
Open stack foundation-nfv-reportOpen stack foundation-nfv-report
Open stack foundation-nfv-report
Amanda Espíndola Raymundi
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
Linaro
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
Justyna Bak
 
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP SemiconductorsSummit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
OPNFV
 
Demystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service AssuranceDemystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service Assurance
Zenoss
 
OpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportOpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportEric Zhaohui Ji
 
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini SummitRed hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
kimw001
 
Collaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled CloudCollaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled Cloud
Tesora
 

Similar to Asterisk as a Virtual Network Function Part 1 (20)

Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function VirtualizationTelco Cloud - 02. Introduction to NFV - Network Function Virtualization
Telco Cloud - 02. Introduction to NFV - Network Function Virtualization
 
SDN: A New Approach to Networking Technology
SDN: A New Approach to Networking TechnologySDN: A New Approach to Networking Technology
SDN: A New Approach to Networking Technology
 
SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?SDN and NFV Friends or Enemies ?
SDN and NFV Friends or Enemies ?
 
Know about SDN and NFV
Know about SDN and NFVKnow about SDN and NFV
Know about SDN and NFV
 
Network function virtualization
Network function virtualizationNetwork function virtualization
Network function virtualization
 
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_HyperscaleRIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
RIFT.io_and_Intel_Taking_Virtual_Network_Functions_to_Hyperscale
 
WWT Software-Defined Networking Guide
WWT Software-Defined Networking GuideWWT Software-Defined Networking Guide
WWT Software-Defined Networking Guide
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave Neary
 
NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummies
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...Source
 
HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014HP NFV ezine v2 dec 2014
HP NFV ezine v2 dec 2014
 
Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?Why Network Functions Virtualization sdn?
Why Network Functions Virtualization sdn?
 
Open stack foundation-nfv-report
Open stack foundation-nfv-reportOpen stack foundation-nfv-report
Open stack foundation-nfv-report
 
NFV Linaro Connect Keynote
NFV Linaro Connect KeynoteNFV Linaro Connect Keynote
NFV Linaro Connect Keynote
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
 
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP SemiconductorsSummit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
Summit 16: ARM Mini-Summit - NXP QorIQ NFV Solutions - NXP Semiconductors
 
Demystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service AssuranceDemystifying Network Function Virtualization (NFV) Service Assurance
Demystifying Network Function Virtualization (NFV) Service Assurance
 
OpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-ReportOpenStack-Foundation-NFV-Report
OpenStack-Foundation-NFV-Report
 
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini SummitRed hat NFV Roadmap    - OpenStack Summit 2016/Red Hat NFV Mini Summit
Red hat NFV Roadmap - OpenStack Summit 2016/Red Hat NFV Mini Summit
 
Collaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled CloudCollaborating with OpenDaylight for a Network-Enabled Cloud
Collaborating with OpenDaylight for a Network-Enabled Cloud
 

Recently uploaded

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 

Asterisk as a Virtual Network Function Part 1

  • 1. For Astricon 2017 Doug Smith & Leif Madsen Red Hat, Inc. Intro to NFV & VNF-Asterisk
  • 2. 2 Leif Madsen ● DevOps team lead of the NFVPE team, working with strategic NFV partners to help them understand how to automate and test deployments using common open source tools. ● Blog: https://blogs.leifmadsen.com Who are these guys!? Doug Smith ● Member of the NFVPE DevOps team with a focus on analyzing gaps in containerized workloads for NFV, including container networking & orchestration (e.g. Kube & OpenShift) ● Blog: https://dougbtv.com We’re from the NFV Partner Engineering Team @ Red Hat @leifmadsen@dougbtv
  • 3. 3 10:45 - Intro to NFV & VNF-Asterisk 11:30 - A VNF-Asterisk Demo 1:45 - Infrastructure Deployment 2:30 - Application Deployment TODAY’S AGENDA
  • 4. 4 VNF-Asterisk is a VNF utilizing Asterisk (an Open Source telephony framework) and intended to be used for validating environments, and exploring topics such as: ● VNFs in Kubernetes / OpenShift ● Container Networking ● Scale ● High Availability ● And more. SO, WHAT IS VNF-ASTERISK? A demo VNF in Kubernetes that YOU can try out! redhat-nfvpe/vnf-asterisk
  • 5. BEGIN THE WHITEBOARD OF ACRONYMS! (If we use an acronym you don’t know, don’t be shy, point at the whiteboard!)
  • 6. 6 VNF-Asterisk High level overview (illustrating planned/future network segments) Public network Inter-machine trunk Management network Network Segments Analytics Controller SIPp SIPp Asterisk (A) Asterisk (B) sipcapture (homer)
  • 7. 7 High Level pod layout (plan) voip/asterisk homer/capt-agent Asterisk A voip/asterisk homer/capt-agent Asterisk B homer/capture-server homer/mariadb homer/web-ui Homer SIPp voip/sipp SIPp voip/sipp Controller management/controller
  • 8. 8 Actual pod layout Asterisk (VoIP) Capture Agent (packet sniffer) Asterisk config Environment config etcd vnf-asterisk controller (API) vnf-asterisk UI (nginx) API config nginx config MySQL MySQL storage Bootstrap semaphor Kamailio (SIP Proxy) Homer API Homer Web app (monitoring / analytics) Environment config Vnf-asterisk homer At least as of today.
  • 9. 9 VNF-Asterisk High level overview (illustrating planned/future network segments) Public network Inter-machine trunk Management network Network Segments Analytics Controller SIPp SIPp Asterisk (A) Asterisk (B) sipcapture (homer)
  • 10. 10 ● Purpose is to take your traditional hardware network devices (routers, switches, firewalls, etc) and deploy them virtually, like a computer running as a virtual machine. ● Defined by ETSI in September 2012 via seven of the world’s largest telecommunication network operators. ○ Conceived by the world’s seven largest telecommunications operators in 2012, lead to the creation of ETSI NFV in January 2013; ETSI NFV would create the momentum and hype in the industry. ● Telecommunications operators vendors historically would ○ develop, ○ test, ○ and schedule deployment of ASICs on a multiple year trajectory ○ ROI heavily factored into the development and deployment of new hardware. What is NFV? Network Functions Virtualization
  • 13. 13 What is NFV? Virtualized Network Function = an application stack :) Often delivered as virtual appliance forklifted from a physical appliance. Often a distributed application running across dozens of different processing blades VMs.
  • 14. 14 What is NFV? Element Manager = an application that does FCAPS (Fault, Config, Accounting, Performance, Security) management for one or more (V)NFs. Many EMs PXE-booted the OS on all blades, installed/upgraded software, then provided standard north-bound interface for FCAPS.
  • 15. 15 What is NFV? Business Support System(s) and Operations Support System(s) = handle business resp. operations logic for fulfilling and assuring services end-to-end Offer, e.g., product and service catalogs, service and resource orchestration, resource inventory, workflow engine, policy engine, root-cause analysis & analytics, ...
  • 16. 16 What is NFV? new: NFV Infrastructure = compute, storage and networking resources and their virtualization
  • 17. 17 What is NFV? new: Management & Orchestration (MANO) stack
  • 18. INSERT DESIGNATOR, IF NEEDED18 What is NFV? new: Virt. Infrastructure Manager = manage the lifecycle of compute, storage and (data center) network infrastructure resources e.g. OpenStack, VMware, RHEV virt. infrastructure abstraction
  • 19. INSERT DESIGNATOR, IF NEEDED19 What is NFV? new: VNF Manager = provisions and manages the lifecycle of one or more VNF applications e.g. OpenStack Tacker, Cloudify, K8s virt. infrastructure abstraction application abstraction
  • 20. INSERT DESIGNATOR, IF NEEDED20 What is NFV? new: NFV Orchestrator = provisions and manages the lifecycle of one or more Network Services e.g. OpenStack Tacker, Rift.io virt. infrastructure abstraction application abstraction composed service abstraction
  • 22. 22 ● A VNF, or Virtualized Network Function, is made up of one or more components inside an NFV-based (or SDN-based) network. What is a VNF? A VNF is a Virtual Network Function
  • 23. 23 ● An example of a virtualized network function might be a virtual router (vRouter), virtualized network switch (vSwitch), deep packet inspection (vDPI), virtual firewall, etc ○ It’s the virtualized version of a dedicated physical component in your network ○ Only the most simple VNFs, such as vRouters, vDPI, etc are single component/single-VM ○ More interesting deployments contain multiple components (load-balancer component, signaling-processor component, data-plane processor component); each of which can independently scaled by instantiating more instances. ○ A VNF can be made up of one or more components (VNFCs) What is a VNF? A VNF is a Virtual Network Function
  • 24. 24 ● Software Defined Networking is a way of programmatically defining your network from a central location, and disseminating that definition to your networking nodes ● The idea is to separate the control plane (where you program how you want the network to be designed) from the data plane (where the actual networking data flows) ● By separating the control plane from the data plane, you’re able to more centrally control the definition of the network (what you would typically do from, say, a Cisco router CLI) from the physical hardware that performs the packet processing and forwarding What is SDN? SDN is Software Defined Networking
  • 25. 25 ● With a centralized control plane, you can scale it independent of the data plane, and build additional functionality, like programming it through an API ● Forwarding tables and data plane information is then compiled out of the control plane, and pushed down into the data plane, that then is able to act on the packets without the overhead of also dealing with the control plane. What is SDN? SDN is Software Defined Networking
  • 26. 26 1There are several definitions of cloud nativeness. We chose the CNCF to use here for two reasons: What is cloud native? This definition fits best to the examples we would like to share here. The CNCF’s definition represents a wide body of professionals. 2 The following Cloud Native definition is used in the Cloud Native Computing Foundation Charter
  • 27. 27 1 What is cloud native? Container packaged. Running applications and processes in software containers as an isolated unit of application deployment, and as a mechanism to achieve high levels of resource isolation. Improves overall developer experience, fosters code and component reuse and simplify operations for cloud native applications. Dynamically managed. Actively scheduled and actively managed by a central orchestrating process. Radically improve machine efficiency and resource utilization while reducing the cost associated with maintenance and operations. 2 Cloud native systems will have the following properties 3Micro-services oriented. Loosely coupled with dependencies explicitly described (e.g. through service endpoints). Significantly increase the overall agility and maintainability of applications. Uses ubiquitous and easily available through reliable interfaces.
  • 28. 28 ● A standard Back2Back User Agent (B2BUA) setup where we generate traffic with SIPp VNF-Asterisk Architecture Basic Subsystem
  • 29. 29 ● Extending the basic subsystem to start building out a control and data plane ● Controller pushes configuration into newly instantiated Asterisk instances ● (Enter Sorcery) VNF-Asterisk Architecture Extended Basic Subsystem
  • 30. 30 ● In the initial implementation of this demonstration VNF, our “controller” may be so primitive as to be a script that pushes a simple configuration into our Asterisk instances VNF-Asterisk Architecture Extended Basic Subsystem
  • 31. 31 ● In our expanded subsystem, we add sipcapture via the HOMER encapsulation protocol (HEP). VNF-Asterisk Architecture Expanded Subsystem
  • 32. 32 ● One of the more interesting tidbits of information we’re hoping to tease out is metrics ● Understanding our baseline metrics will allow us to determine what happens as we start changing the infrastructure ● If our metrics get significantly worse as we containerize the system, we’ll be better armed to understand ○ if it’s the containerization ○ our network ○ architecture ○ other unknown issues VNF-Asterisk Architecture Expanded Subsystem
  • 33. 33 ● Next step is to start breaking our monolithic deployment into more fungible components VNF-Asterisk Architecture Containerized PoC (e.g. in Docker)
  • 34. 34 ● Controller may be expanded to include dynamic configuration through service discovery (such as etcd) ● Pave the way for using discovery services to find and configure the containers VNF-Asterisk Architecture Containerized PoC (e.g. in Docker)
  • 36. 36 ● Orchestrating the pods using Kubernetes (optionally, on top of OpenShift) and validating that all our components are still operating ● Breaking the containers into pods ● Getting ready to change the underlying network VNF-Asterisk Architecture Orchestrated PoC (e.g. in Kubernetes)
  • 38. 38 ● Start splitting the components into their own related networks ● Gives network separation between the various planes ● Kubernetes currently only allows for a single interface ○ CNI ○ Multus-CNI VNF-Asterisk Architecture Service Networking & Networking Topology