1. MOVIE VPC usecase info¶
1.1. MOVIE is using ODL NEMO Project¶
Since the first SDN controller we chose was ODL all codes for now are upstream in ODL. Pleas refer latest info on link https://wiki.opendaylight.org/view/NEMO:main Installation details: https://wiki.opendaylight.org/view/NEMO:Installation_Guide System Test details: https://wiki.opendaylight.org/view/NEMO:Beryllium:System_Test The code repo: https://git.opendaylight.org/gerrit/gitweb?p=nemo.git;a=shortlog;h=refs%2Fheads%2Fstable%2Fberyllium
1.2. VPC usecase image¶
<<<<<<< HEAD .. figure:: images/vpc.png
name: virtual-private-cloud width: 50%
1.3. VPC usecase description¶
Create a Virtual Private Cloud to process email traffic through firewall and spam filter before processing.
- Description
- Pull up Model Template with all VPC nodes Link Endnodes (access-node, email server) Properties flows: customer-email gothrough (router, firewall, DMZ, email-spam-filter, protected zone router)
- What Intent Processor creates
- Virtual router to link virtual Private Cloude (vPC) vPC structure, whic here consists of a firewall, DMZ, email-spam filer a protected zone, and several nework services (E.g. hosted email)
1.4. VPC usecase description¶
>>>>>>> 1a87f87... MOVIE-9 usecase documentation with ODL NEMO upstream