SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.
ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.
13.
Python Library
Command Line
Interface
[aria@tosca ~]$ aria init -p blueprint.yaml
[aria@tosca ~]$ aria execute -w install
from aria_cli import common
from aria_cli.commands import init as aria
from aria_core import blueprints
from aria_core import workflows
14.
DNS Service
Keyspair
Floating
IP
Port
Security
Group
GW FW
(YANG)
Bind9_host
Type: openstack.nodes.Server
Bind9
Type: application.nodes.Bind9
Modelling
DNS
Service
with
OpenStack
https://github.com/aria-tosca/aria-examples/blob/master/bind9-dns-multicloud-blueprint.yaml
15.
TOSCA Composition for service chaining
vRouter
Blueprint
DNS Service
Blueprint
Firewall
Blueprint
http://getcloudify.org/2015/10/13/nfv-vnf-network-topology-architecture-automation-tosca-service-chaining-orchestration.ht