7. Installation Guide (VM Deployment)¶
7.1. Nodes Configuration (VM Deployment)¶
Please follow the instructions in section Installation Guide (BM Deployment), and no need to set IPMI/PXE/MAC parameters.
7.2. Network Configuration (VM Deployment)¶
Please follow the instructions in section Installation Guide (BM Deployment).
7.3. Start Deployment (VM Deployment)¶
- Set OS version for nodes provisioning. (set Ubuntu14.04 E.g.)
export OS_VERSION=trusty
- Set OpenStack version for deployment nodes. (set liberty E.g.)
export OPENSTACK_VERSION=liberty
- 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
- Run
deploy.sh
with inventory and network configuration
./deploy.sh --dha ${YOUR_OWN}/dha.yml --network ${YOUR_OWN}/network.yml