====== OPNFV Installation ====== * https://blogs.oracle.com/ravello/opnfv-architecture-on-aws * https://www.serro.com/build-operational-onap-amsterdam-lab-using-two-methods-openstack-ocata-opnfv-euphrates/ ===== - Lab settings ===== ==== - AIO Virtual Deployment ==== * Laptop dai142 * ubuntu 14.04 * 16GB RAM | 250 GB SSD * opnfv | opnfv * ssh-keys: /home/dang/data/workspace_pj/03_opnfv * 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** ===== - Troubleshooting ===== ==== - compass-db ==== Fails because of compass-db docker file. Workaround * https://jira.opnfv.org/browse/COMPASS-572 * 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 * update https://stackoverflow.com/questions/2956206/updating-a-single-file-in-a-compressed-tar * redeploy