Table of Contents
OPNFV Installation
1. Lab settings
1.1 AIO Virtual Deployment
- Laptop dai142
- ubuntu 14.04
- 16GB RAM | 250 GB SSD
- opnfv | opnfv
- ssh-keys: /home/dang/data/workspacepj/03opnfv
- disable suspends
- OPNFV Gambia 7.1
Compass4nfv
- compass4nfv repo contains all ansible/shell scripts
- build.sh creates .tar with all downloaded linux images, docker images, and the repo's ansible/shell scripts for the installations
- deploy.sh unpack the tar in work/deploy/installer and runs installation scripts and playbooks
If error in scripts, it is faster to update tar then recompile from scratch.
Remove host mysql & apache before starting
2. Troubleshooting
2.1 compass-db
Fails because of compass-db docker file. Workaround
- I'm trying to do the same using docker-compose.yml: vim util/docker-compose/roles/compass/templates/docker-compose.yml.j2 # add 14 volumes: 15 - /var/lib/mysql:/var/lib/mysql:rw
- Rebuild / update tar
- redeploy