4. Installation Guide (VM Deployment)

4.1. Nodes Configuration (VM Deployment)

Please follow the instructions in section Installation Guide (BM Deployment), and no need to set IPMI/PXE/MAC parameters.

4.2. Network Configuration (VM Deployment)

Please follow the instructions in section Installation Guide (BM Deployment).

4.3. Start Deployment (VM Deployment)

  1. Set OS version for nodes provisioning. (set Ubuntu14.04 E.g.)
export OS_VERSION=trusty
  1. Set OpenStack version for deployment nodes. (set liberty E.g.)
export OPENSTACK_VERSION=liberty
  1. Set ISO image that you want to deploy
export ISO_URL=file:///${YOUR_OWN}/compass.iso
or
export ISO_URL=http://artifacts.opnfv.org/compass4nfv/brahmaputra/opnfv-release.iso
  1. Run deploy.sh with inventory and network configuration
./deploy.sh --dha ${YOUR_OWN}/dha.yml --network ${YOUR_OWN}/network.yml