blob: 67a0653bac84843af5f73b1dedbcca8ec2bf8e43 [file] [log] [blame]
Sergio Slobodrianee4b2bc2017-06-05 10:08:59 -04001- Create an installer tar file when not run in test mode
2 - This file should include:
3 - The qcow2 image for the installer
4 - The KVM xml metadata for the installer
5 - The private key to access the VM
6 - The bootstrap script to launch the installer
7 - In the future, it could include (which would make it 1 or 2G larger).
8 - The .deb file to install vagrant
9 - .vagrant.d directory with all the configs and boxes
10- Clean up the ansible scripts
11 - Create a cluster-host role
12 - Install all dependent software using dpkg and pip
13 - Move the pull and push roles into the voltha role
14 - Use the target selector to trigger the appropriate ones
15 - OR create voltha-deploy and voltha-create roles (TBD)