Example VNF Charms: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
(Link to a simple 'say hello' proxy charm)
Line 9: Line 9:
=== UbuntuVNF 'Say Hello' Proxy Charm ===
=== UbuntuVNF 'Say Hello' Proxy Charm ===


A single VDU VNF containing a simple proxy charm that takes a parameter (name) and sends a greeting to all the VM's terminals using the 'wall' command.  It serves like an example that can be extended to send any command with parameters to VNFs. Download it <span class="newwin">[https://github.com/gianpietro1/osmproxycharms here]</span>
A single VDU VNF containing a simple proxy charm that takes a parameter (name) and sends a greeting to all the VM's terminals using the 'wall' command.  It serves like an example that can be extended to send any command with parameters to VNFs. Download it from <span class="newwin">[https://github.com/gianpietro1/osmproxycharms here]</span>

Revision as of 13:34, 10 February 2018

Example VNF Charms

This page is intended to be an index to VNF charms written by members of the OSM community. Please feel free to add links to your own examples below.

Ansible

Under the scope of a H2020 project, 5GinFIRE has developed a charm that enables the configuration of a VNF, instantiated through OSM, using an Ansible playbook. The charm builds off of the base vnfproxy and ansible-base layers, and provides a template ready for customization that supports the execution of an Ansible playbook within the Juju framework used by OSM.

UbuntuVNF 'Say Hello' Proxy Charm

A single VDU VNF containing a simple proxy charm that takes a parameter (name) and sends a greeting to all the VM's terminals using the 'wall' command. It serves like an example that can be extended to send any command with parameters to VNFs. Download it from here