SlideShare una empresa de Scribd logo
1 de 19
May 3, 2017
Why NFV Needs
TOSCA
Michael Brenner, Chief Architect NFV, GigaSpaces
michael@gigaspaces.com
NFV paradigm (un)settling
questions
Are NFV-impacting standards settled?
Have open source communities produced a
complete NFV solution?
Does any vendor have a market-dominant
complete NFV solution?
Does any Operator have a major NFV
deployment in production ?
A “right”-sized standards
approach
With NFV still settling … we need:
- direction-setting specifications
- under-specification
- flexible/extensible frameworks
- iterative implementation
- feedback to standards
With NFV still settling … we should not:
- mandate compliance to yet-to-be-
proven/un-tested standards
TOSCA – right-sized for NFV,
and growing with it
Designed broadly for deployment and
orchestration of Cloud Workloads (and beyond)
Lightweight/under-specified as a philosophy
Extensible … “on a clear day one can see
forever”
Ideal for iterative implementations
Driven by a receptive and energetic standards
community
… and it does not mandate much 
What is TOSCA and what
does it address?
TOSCA is a data modeling framework
that supports defining interoperable
description of applications; including their
components, relationships, dependencies,
requirements, and capabilities….
…thereby enabling portability and
automated management across cloud
providers regardless of underlying
platform or infrastructure thus expanding
customer choice, improving reliability,
and reducing cost and time-to-value.
TOSCA addresses
critical Cloud
Challenges:
- Speed and accuracy moving
apps to Cloud
- Agility adapting to change
- Consumer choice of Cloud
vendor and technology
TOSCA philosophy
These concepts lead to application-centric, holistic, unified model
• Reusable models extend investments by making it easy to
compose more valuable and complex apps from existing apps
• Models can be validated by automation to ensure app-aware,
policy-aligned configuration, deployment and operational
semantics
TOSCA Application
Model
Web Server
Tier
Web Server
Web App
PHP
Script
Module
Database
Server Tier
DB Server
Database
Containment
Connectivity
Containment and
Connectivity concepts
support Composition
and Reuse.
So why is TOSCA good for
NFV?
1. What’s good for Cloud Workloads is also good for NFV
… because VNFs and Network Services composed with
VNFs are in fact specialized cloud workloads/applications.
2. TOSCA specific extensions for NFV are taking shape in
2017, and will support ETSI NFV information model while
avoiding being locked into it.
4. TOSCA is a living and growing framework, and it will find
its way in Operators’ NFV++ (i.e. crossing the current NFV
boundaries defined in ETSI NFV)
3. TOSCA is supported by living Open Source
implementations in demand in Open Source projects, and
between adoption and its conduciveness to iteration, will
converge faster than any other standard into the right-sized
specification.
TOSCA is used first
and foremost to
describe the topology
of the deployment
view for cloud
applications and
services.
(NFV) Topology and
Composition (1)
Tier
source_resource
Node_Type_A
target_resource
Node_Type_B
Requirement
connect_relationship
ConnectsTo
Capability
Node templates to describe
components in the topology
structure
Relationship templates to
describe connections,
dependencies, deployment
ordering
Requirement - Capability
Relationships can be customized to
match specific source requirements
to target capabilities
TOSCA is used first
and foremost to
describe the topology
of the deployment
view for cloud
applications and
services.
(NFV) Topology and
Composition (2)
Orchestrators can “substitute” for abstract nodes…
… as long as all declared “requirements” are met:
• Monitoring Service can be substituted in Cloud Application
• Analytics Service can be substituted in Monitoring Service
Any node in a TOSCA
topology can be an
abstraction of another
layer or sub-topology.
(NFV) Policy
my_app_1
Compute
Capabilities
Container
..
.
Lifecycle
create
configure
..
.
Policy
• Type
• Event, Condition
• Action
my_scaling_group
backend_
app
Compute
Policy
• Type
• Event, Condition
• Action
my
database
Compute
web-app
Compute
Policy
• Type
• Event, Condition
• Action
1
2
3
Scaling
Policies can be declared independently and attached to various
points in your models
1. That can be attached to Interfaces or specific Operations,
2. Nodes and
3. Groups of Nodes
Policies are non-
functional requirements
independent of nodes,
e.g. wrt
placement/affinity,
scaling and
performance
Orchestrators can evaluate Conditions based on Events that
trigger Automatic or Imperative Actions
(NFV) Workflows
A
CB
D
E
F
‒ Declarative workflows: automatically generated based on the
INTENT derived from the description of nodes, relationships, and
groups defined in the topology
‒ Imperative workflows: manually specified TASKS by the
author of the topology
TOSCA defines two
different kinds of
workflows that can be
used to deploy a
TOSCA
topology.
Defining sequence of operations in an imperative workflow
• Using on_success to define steps ordering
• Every step that doesn’t define any successor is considered as
final. When all the final nodes executions are completed then the
workflow is considered as completed.
Matching (NFV)
infrastructure requirements
Cloud
Provider C
Cloud
Provider B
Portable
Choice
Best Fit
TOSCA App
Cloud
Provider A
• TOSCA Apps can be designed to be portable to any cloud
(including hybrid) that meets the application’s requirements
Each cloud provider competes by offering their “best fit” of
unique capabilities, features and services that match the
application’s requirements – and avoid the “lowest common
denominator” approach
TOSCA supports
automated matching
of application
requirements to
provider capabilities
and choice of
provide that “best
fits” your application.
Architects
Model services,
policies &
requirements
Development
Teams
Develop, unit test
scripts, plans &
artifacts for
planned releases,
patches, fixes
QA Teams
Build & Test
releases,
updates &
configurations
Operations
Deploy, manage
& monitor
application
lifecycle
Cloud
Provider
A
Cloud
Provider
C
Cloud
Provider
B
TOSCATemplate
Cloud Application Lifecycle with TOSCA
TOSCATemplate
TOSCATemplate
TOSCATemplate
TOSCATemplate
Infrastructure
Changes
Hot Packs
Strategic
Requests
Operational
Requests
Business
Conditions
TOSCA Templates Agnostic to Cloud Infrastructure Changes
Cloud Application (VNF/NS)
lifecycle management
TOSCA templates
communicate and
drive app-centric
Dev-Ops/CICD
NFV specific extensions –
work-in-progress: VDU
TOSCA NFV/SDN
ad-hoc group is
working on a
TOSCA profile for
NFV. Extensions
that help mapping to
ETSI NFV VNF
model are specified.
The NFV Virtualization Deployment Unit (VDU) compute node type represents a
VDU entity which describes the deployment and operational behavior of a VNF
component (VNFC), as defined by ETSI NFV IFA011.
NFV specific extensions –
work-in-progress: VNFD
example
TOSCA NFV/SDN
ad-hoc group is
working on a TOSCA
profile for NFV. This
spec will support the
definition of an (ETSI
NFV) VNF Descriptor
This defines a VNFD example which contains three different types of VDUs,
interconnected by two virtual link descriptors. The type of VDU C is not defined within
the same VNFD service template file, but rather in a separate service template file.
TOSCA Open Source
implementations for NFV
TOSCA spec alone
is insufficient to fulfill
portability & inter-
operability for NFV.
Open Source
implementations are
rising to the
challenge.
Service Orchestration & Management
http://getcloudify.org/
https://wiki.openstack.org/
Heat-Translator (IaaS, App Orchestration)
Tacker (Network Function Orchestration)
Senlin (Clustering & Policy (on roadmap))
App Catalogs (Community & Murano)
Parser (standalone)
http://ariatosca.org//
Multi-Cloud Orchestration
(Amazon, Azure, VMware, OpenStack)
Open Sourced from Cloudify
Deployment Template Translation
Parser
https://wiki.opnfv.org/display/parser/Parser
UBICITY
Cloud-based template validator
http://ubicity.com/validator.html
ARIA: a TOSCA
implementation like no other
ARIA: a one-stop
shop for all your
TOSCA needs:
- TOSCA Parser
- Library for NFV TOSCA-
based orchestration products
- TOSCA SDK for specifying
VNFs
- CLI Tool for orchestrating
TOSCA templates
Uses ARIA for TOSCA orchestration
TOSCA Spec
Implementation
TOSCA Spec
Definition
Uses ARIA for TOSCA orchestration
Others
Spec
Definition
Use
Cases
& Models
Open Source
Apache 2.0 License
Open Governance
Apache Software Foundation
TOSCA for NFV++
TOSCA for Cloud Native applications
TOSCA for Micro-Services
TOSCA for General Orchestrators
TOSCA for Serverless Architectures
TOSCA for zero-touch/zero-outage interactions
(OSS/BSS)
Unleash TOSCA:
- It’s flexible
- It’s dynamic
- It’s adopted
- It’s both
lightweight and
right-sized for
automation
Thank You

Más contenido relacionado

La actualidad más candente

Linux network file system (nfs)
Linux   network file system (nfs)Linux   network file system (nfs)
Linux network file system (nfs)
Raghu nath
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
Kingston Smiler
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack Neutron
Michelle Holley
 

La actualidad más candente (20)

Linux network file system (nfs)
Linux   network file system (nfs)Linux   network file system (nfs)
Linux network file system (nfs)
 
Tutorial on SDN data plane evolution
Tutorial on SDN data plane evolutionTutorial on SDN data plane evolution
Tutorial on SDN data plane evolution
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
 
OVN - Basics and deep dive
OVN - Basics and deep diveOVN - Basics and deep dive
OVN - Basics and deep dive
 
Cloud stack vs openstack vs eucalyptus
Cloud stack vs openstack vs eucalyptusCloud stack vs openstack vs eucalyptus
Cloud stack vs openstack vs eucalyptus
 
The Open vSwitch and OVN Projects
The Open vSwitch and OVN ProjectsThe Open vSwitch and OVN Projects
The Open vSwitch and OVN Projects
 
Clear case
Clear caseClear case
Clear case
 
Linux introduction
Linux introductionLinux introduction
Linux introduction
 
OpenWrt From Top to Bottom
OpenWrt From Top to BottomOpenWrt From Top to Bottom
OpenWrt From Top to Bottom
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Access Network Evolution
Access Network Evolution Access Network Evolution
Access Network Evolution
 
Service Function Chaining in Openstack Neutron
Service Function Chaining in Openstack NeutronService Function Chaining in Openstack Neutron
Service Function Chaining in Openstack Neutron
 
CISCO CCIE SPAN RSPAN ERSPAN
CISCO CCIE SPAN RSPAN ERSPANCISCO CCIE SPAN RSPAN ERSPAN
CISCO CCIE SPAN RSPAN ERSPAN
 
Sockets and Socket-Buffer
Sockets and Socket-BufferSockets and Socket-Buffer
Sockets and Socket-Buffer
 
Meetup 23 - 02 - OVN - The future of networking in OpenStack
Meetup 23 - 02 - OVN - The future of networking in OpenStackMeetup 23 - 02 - OVN - The future of networking in OpenStack
Meetup 23 - 02 - OVN - The future of networking in OpenStack
 
Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조
 
Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)Implementing SDN Testbed(ONOS & OpenVirteX)
Implementing SDN Testbed(ONOS & OpenVirteX)
 
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
Cisco Live! :: Carrier Ethernet 2.0 :: BRKSPG-2720 | Las Vegas July/2016
 
2017 ofi-hoti-tutorial
2017 ofi-hoti-tutorial2017 ofi-hoti-tutorial
2017 ofi-hoti-tutorial
 
Segment Routing
Segment RoutingSegment Routing
Segment Routing
 

Similar a Why NFV Needs TOSCA

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
vibhorrastogi
 
TOSCA - Topology and Orchestration Specification for Cloud Applications
TOSCA  - Topology and Orchestration Specification for Cloud ApplicationsTOSCA  - Topology and Orchestration Specification for Cloud Applications
TOSCA - Topology and Orchestration Specification for Cloud Applications
sdmoser
 
Network Function Virtualization : Overview
Network Function Virtualization : OverviewNetwork Function Virtualization : Overview
Network Function Virtualization : Overview
sidneel
 

Similar a Why NFV Needs TOSCA (20)

Demystifying OpenStack for NFV
Demystifying OpenStack for NFVDemystifying OpenStack for NFV
Demystifying OpenStack for NFV
 
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
 
The 2015 Guide to SDN and NFV: Part 2 – Network Functions Virtualization (NFV)
The 2015 Guide to SDN and NFV: Part 2 – Network Functions Virtualization (NFV)The 2015 Guide to SDN and NFV: Part 2 – Network Functions Virtualization (NFV)
The 2015 Guide to SDN and NFV: Part 2 – Network Functions Virtualization (NFV)
 
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
 
NFV and DevOps converging to bring telecom lessons to the enterprise
NFV and DevOps converging to bring telecom lessons to the enterpriseNFV and DevOps converging to bring telecom lessons to the enterprise
NFV and DevOps converging to bring telecom lessons to the enterprise
 
Asterisk as a Virtual Network Function Part 1
Asterisk as a Virtual Network Function Part 1Asterisk as a Virtual Network Function Part 1
Asterisk as a Virtual Network Function Part 1
 
Understanding NFV Management and Orchestration
Understanding NFV Management and OrchestrationUnderstanding NFV Management and Orchestration
Understanding NFV Management and Orchestration
 
Considerations for Deploying Virtual Network Functions and Services
Considerations for Deploying Virtual Network Functions and ServicesConsiderations for Deploying Virtual Network Functions and Services
Considerations for Deploying Virtual Network Functions and Services
 
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
 
OpenStack Collaboration made in heaven with Heat, Mistral, Neutron and more..
OpenStack Collaboration made in heaven with Heat, Mistral, Neutron and more..OpenStack Collaboration made in heaven with Heat, Mistral, Neutron and more..
OpenStack Collaboration made in heaven with Heat, Mistral, Neutron and more..
 
White Paper: The Distributed Cloud
White Paper: The Distributed CloudWhite Paper: The Distributed Cloud
White Paper: The Distributed Cloud
 
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, BrocadeThe OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
The OpenStack Tacker Project and SDN/NFV MANO: Craig Stevens, Brocade
 
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
 
TOSCA - Topology and Orchestration Specification for Cloud Applications
TOSCA  - Topology and Orchestration Specification for Cloud ApplicationsTOSCA  - Topology and Orchestration Specification for Cloud Applications
TOSCA - Topology and Orchestration Specification for Cloud Applications
 
Service assurance for NFV
Service assurance for NFVService assurance for NFV
Service assurance for NFV
 
WCF
WCFWCF
WCF
 
Network Function Virtualization : Overview
Network Function Virtualization : OverviewNetwork Function Virtualization : Overview
Network Function Virtualization : Overview
 
NFV testing landscape
NFV testing landscapeNFV testing landscape
NFV testing landscape
 
NFV Open Source projects
NFV Open Source projectsNFV Open Source projects
NFV Open Source projects
 
Cloudify: Open vCPE Design Concepts and Multi-Cloud Orchestration
Cloudify: Open vCPE Design Concepts and Multi-Cloud OrchestrationCloudify: Open vCPE Design Concepts and Multi-Cloud Orchestration
Cloudify: Open vCPE Design Concepts and Multi-Cloud Orchestration
 

Más de Cloudify Community

Más de Cloudify Community (20)

Webinar: Dealing with automation tool overload!
Webinar: Dealing with automation tool overload!Webinar: Dealing with automation tool overload!
Webinar: Dealing with automation tool overload!
 
Intro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 WebinarIntro to Environment as a Service - Cloudify 5.0.5 Webinar
Intro to Environment as a Service - Cloudify 5.0.5 Webinar
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinar
 
Cloudify 4.5 Webinar
Cloudify 4.5 WebinarCloudify 4.5 Webinar
Cloudify 4.5 Webinar
 
Edge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different PiecesEdge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different Pieces
 
Why nfv and digital transformation projects fail!
Why nfv and digital transformation projects fail! Why nfv and digital transformation projects fail!
Why nfv and digital transformation projects fail!
 
Orchestrating Complex Multi Cloud Enterprise Applications
Orchestrating Complex Multi Cloud Enterprise ApplicationsOrchestrating Complex Multi Cloud Enterprise Applications
Orchestrating Complex Multi Cloud Enterprise Applications
 
Making Your Apps Cloudy - Migrating to Microservices
Making Your Apps Cloudy - Migrating to MicroservicesMaking Your Apps Cloudy - Migrating to Microservices
Making Your Apps Cloudy - Migrating to Microservices
 
Multi tenancy RBAC in a multi-cloud world - webinar
Multi tenancy RBAC in a multi-cloud world - webinarMulti tenancy RBAC in a multi-cloud world - webinar
Multi tenancy RBAC in a multi-cloud world - webinar
 
Onboarding and Orchestrating High Performing Networking Software
Onboarding and Orchestrating High Performing Networking SoftwareOnboarding and Orchestrating High Performing Networking Software
Onboarding and Orchestrating High Performing Networking Software
 
ONAP Overview Webinar - Aarna Networks & Cloudify
ONAP Overview Webinar - Aarna Networks & CloudifyONAP Overview Webinar - Aarna Networks & Cloudify
ONAP Overview Webinar - Aarna Networks & Cloudify
 
Multi-Cloud Orchestration for Kubernetes with Cloudify
Multi-Cloud Orchestration for Kubernetes with CloudifyMulti-Cloud Orchestration for Kubernetes with Cloudify
Multi-Cloud Orchestration for Kubernetes with Cloudify
 
Cloudify 4.2 Webinar - Agility & Control
Cloudify 4.2 Webinar - Agility & ControlCloudify 4.2 Webinar - Agility & Control
Cloudify 4.2 Webinar - Agility & Control
 
Multi-Cloud Orchestration for Kubernetes with Cloudify - Webinar Presentation
Multi-Cloud Orchestration for Kubernetes with Cloudify - Webinar PresentationMulti-Cloud Orchestration for Kubernetes with Cloudify - Webinar Presentation
Multi-Cloud Orchestration for Kubernetes with Cloudify - Webinar Presentation
 
Deep Work For Programmers - Reversim Summit 2017 - Pavel Brodksy
Deep Work For Programmers - Reversim Summit 2017 - Pavel BrodksyDeep Work For Programmers - Reversim Summit 2017 - Pavel Brodksy
Deep Work For Programmers - Reversim Summit 2017 - Pavel Brodksy
 
A David vs. Goliath Tale of Triumph - Reversim Summit 2017 - Nati Shalom
A David vs. Goliath Tale of Triumph - Reversim Summit 2017 - Nati ShalomA David vs. Goliath Tale of Triumph - Reversim Summit 2017 - Nati Shalom
A David vs. Goliath Tale of Triumph - Reversim Summit 2017 - Nati Shalom
 
ONAP TOSCA Orchestration with Cloudify
ONAP TOSCA Orchestration with CloudifyONAP TOSCA Orchestration with Cloudify
ONAP TOSCA Orchestration with Cloudify
 
Introducing ONAP (Open Network Automation Platform) - Bay Area Meetup
Introducing ONAP (Open Network Automation Platform)  - Bay Area MeetupIntroducing ONAP (Open Network Automation Platform)  - Bay Area Meetup
Introducing ONAP (Open Network Automation Platform) - Bay Area Meetup
 
2017 State Enterprise Multi Cloud Webinar
2017 State Enterprise Multi Cloud Webinar2017 State Enterprise Multi Cloud Webinar
2017 State Enterprise Multi Cloud Webinar
 
vCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE frameworkvCPE 2.0 – the business case for an open vCPE framework
vCPE 2.0 – the business case for an open vCPE framework
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

Why NFV Needs TOSCA

  • 1. May 3, 2017 Why NFV Needs TOSCA Michael Brenner, Chief Architect NFV, GigaSpaces michael@gigaspaces.com
  • 2. NFV paradigm (un)settling questions Are NFV-impacting standards settled? Have open source communities produced a complete NFV solution? Does any vendor have a market-dominant complete NFV solution? Does any Operator have a major NFV deployment in production ?
  • 3. A “right”-sized standards approach With NFV still settling … we need: - direction-setting specifications - under-specification - flexible/extensible frameworks - iterative implementation - feedback to standards With NFV still settling … we should not: - mandate compliance to yet-to-be- proven/un-tested standards
  • 4. TOSCA – right-sized for NFV, and growing with it Designed broadly for deployment and orchestration of Cloud Workloads (and beyond) Lightweight/under-specified as a philosophy Extensible … “on a clear day one can see forever” Ideal for iterative implementations Driven by a receptive and energetic standards community … and it does not mandate much 
  • 5. What is TOSCA and what does it address? TOSCA is a data modeling framework that supports defining interoperable description of applications; including their components, relationships, dependencies, requirements, and capabilities…. …thereby enabling portability and automated management across cloud providers regardless of underlying platform or infrastructure thus expanding customer choice, improving reliability, and reducing cost and time-to-value. TOSCA addresses critical Cloud Challenges: - Speed and accuracy moving apps to Cloud - Agility adapting to change - Consumer choice of Cloud vendor and technology
  • 6. TOSCA philosophy These concepts lead to application-centric, holistic, unified model • Reusable models extend investments by making it easy to compose more valuable and complex apps from existing apps • Models can be validated by automation to ensure app-aware, policy-aligned configuration, deployment and operational semantics TOSCA Application Model Web Server Tier Web Server Web App PHP Script Module Database Server Tier DB Server Database Containment Connectivity Containment and Connectivity concepts support Composition and Reuse.
  • 7. So why is TOSCA good for NFV? 1. What’s good for Cloud Workloads is also good for NFV … because VNFs and Network Services composed with VNFs are in fact specialized cloud workloads/applications. 2. TOSCA specific extensions for NFV are taking shape in 2017, and will support ETSI NFV information model while avoiding being locked into it. 4. TOSCA is a living and growing framework, and it will find its way in Operators’ NFV++ (i.e. crossing the current NFV boundaries defined in ETSI NFV) 3. TOSCA is supported by living Open Source implementations in demand in Open Source projects, and between adoption and its conduciveness to iteration, will converge faster than any other standard into the right-sized specification. TOSCA is used first and foremost to describe the topology of the deployment view for cloud applications and services.
  • 8. (NFV) Topology and Composition (1) Tier source_resource Node_Type_A target_resource Node_Type_B Requirement connect_relationship ConnectsTo Capability Node templates to describe components in the topology structure Relationship templates to describe connections, dependencies, deployment ordering Requirement - Capability Relationships can be customized to match specific source requirements to target capabilities TOSCA is used first and foremost to describe the topology of the deployment view for cloud applications and services.
  • 9. (NFV) Topology and Composition (2) Orchestrators can “substitute” for abstract nodes… … as long as all declared “requirements” are met: • Monitoring Service can be substituted in Cloud Application • Analytics Service can be substituted in Monitoring Service Any node in a TOSCA topology can be an abstraction of another layer or sub-topology.
  • 10. (NFV) Policy my_app_1 Compute Capabilities Container .. . Lifecycle create configure .. . Policy • Type • Event, Condition • Action my_scaling_group backend_ app Compute Policy • Type • Event, Condition • Action my database Compute web-app Compute Policy • Type • Event, Condition • Action 1 2 3 Scaling Policies can be declared independently and attached to various points in your models 1. That can be attached to Interfaces or specific Operations, 2. Nodes and 3. Groups of Nodes Policies are non- functional requirements independent of nodes, e.g. wrt placement/affinity, scaling and performance Orchestrators can evaluate Conditions based on Events that trigger Automatic or Imperative Actions
  • 11. (NFV) Workflows A CB D E F ‒ Declarative workflows: automatically generated based on the INTENT derived from the description of nodes, relationships, and groups defined in the topology ‒ Imperative workflows: manually specified TASKS by the author of the topology TOSCA defines two different kinds of workflows that can be used to deploy a TOSCA topology. Defining sequence of operations in an imperative workflow • Using on_success to define steps ordering • Every step that doesn’t define any successor is considered as final. When all the final nodes executions are completed then the workflow is considered as completed.
  • 12. Matching (NFV) infrastructure requirements Cloud Provider C Cloud Provider B Portable Choice Best Fit TOSCA App Cloud Provider A • TOSCA Apps can be designed to be portable to any cloud (including hybrid) that meets the application’s requirements Each cloud provider competes by offering their “best fit” of unique capabilities, features and services that match the application’s requirements – and avoid the “lowest common denominator” approach TOSCA supports automated matching of application requirements to provider capabilities and choice of provide that “best fits” your application.
  • 13. Architects Model services, policies & requirements Development Teams Develop, unit test scripts, plans & artifacts for planned releases, patches, fixes QA Teams Build & Test releases, updates & configurations Operations Deploy, manage & monitor application lifecycle Cloud Provider A Cloud Provider C Cloud Provider B TOSCATemplate Cloud Application Lifecycle with TOSCA TOSCATemplate TOSCATemplate TOSCATemplate TOSCATemplate Infrastructure Changes Hot Packs Strategic Requests Operational Requests Business Conditions TOSCA Templates Agnostic to Cloud Infrastructure Changes Cloud Application (VNF/NS) lifecycle management TOSCA templates communicate and drive app-centric Dev-Ops/CICD
  • 14. NFV specific extensions – work-in-progress: VDU TOSCA NFV/SDN ad-hoc group is working on a TOSCA profile for NFV. Extensions that help mapping to ETSI NFV VNF model are specified. The NFV Virtualization Deployment Unit (VDU) compute node type represents a VDU entity which describes the deployment and operational behavior of a VNF component (VNFC), as defined by ETSI NFV IFA011.
  • 15. NFV specific extensions – work-in-progress: VNFD example TOSCA NFV/SDN ad-hoc group is working on a TOSCA profile for NFV. This spec will support the definition of an (ETSI NFV) VNF Descriptor This defines a VNFD example which contains three different types of VDUs, interconnected by two virtual link descriptors. The type of VDU C is not defined within the same VNFD service template file, but rather in a separate service template file.
  • 16. TOSCA Open Source implementations for NFV TOSCA spec alone is insufficient to fulfill portability & inter- operability for NFV. Open Source implementations are rising to the challenge. Service Orchestration & Management http://getcloudify.org/ https://wiki.openstack.org/ Heat-Translator (IaaS, App Orchestration) Tacker (Network Function Orchestration) Senlin (Clustering & Policy (on roadmap)) App Catalogs (Community & Murano) Parser (standalone) http://ariatosca.org// Multi-Cloud Orchestration (Amazon, Azure, VMware, OpenStack) Open Sourced from Cloudify Deployment Template Translation Parser https://wiki.opnfv.org/display/parser/Parser UBICITY Cloud-based template validator http://ubicity.com/validator.html
  • 17. ARIA: a TOSCA implementation like no other ARIA: a one-stop shop for all your TOSCA needs: - TOSCA Parser - Library for NFV TOSCA- based orchestration products - TOSCA SDK for specifying VNFs - CLI Tool for orchestrating TOSCA templates Uses ARIA for TOSCA orchestration TOSCA Spec Implementation TOSCA Spec Definition Uses ARIA for TOSCA orchestration Others Spec Definition Use Cases & Models Open Source Apache 2.0 License Open Governance Apache Software Foundation
  • 18. TOSCA for NFV++ TOSCA for Cloud Native applications TOSCA for Micro-Services TOSCA for General Orchestrators TOSCA for Serverless Architectures TOSCA for zero-touch/zero-outage interactions (OSS/BSS) Unleash TOSCA: - It’s flexible - It’s dynamic - It’s adopted - It’s both lightweight and right-sized for automation