Leaf is a VNF-ExP (Virtualized Network Function - Execution Platform). Basically, it is a specialized host (virtual machine) to execute Network Functions (network softwares) in order to compose full VNF instances.
This repository is part of an unofficial CloudStack project called Vines. You can read more about Leaf and Vines by visiting the project's website.
Step 1 - Clone this repository.
# git clone https://github.com/joseflauzino/cloudstack-vines-leaf.git
Step 2 - Go to the directory.
# cd cloudstack-vines-leaf
Step 3 - Run the installation script as root.
For Ubuntu run the install.sh
script:
# chmod +x install.sh
# sh install.sh
For Alpine - run the install-for-alpine.sh
script
# chmod +x install-for-alpine.sh
# sh install-for-alpine.sh
For learn about how to manage the Vines Leaf, see: