Use the DevstackVagrant project to install an all-in-one Openstack instance on a target VM.
When installing on any Virtual Infrastructure you must enable KVM passthrough. For example, with simplivity you would:
- Power off the VM
- Selecting your VM
- Select
Actionsfrom the VM menu - Select
Edit Settingsfrom the dropdown menu - Expand the
CPUsection ofVirtual Hardware - Enable the checkbox labelled
Expose hardware assisted virtualization to the guest OS - Power on the VM
You should then update the public_interface value in the variables.yml file to be ens160 (check this is the public interface for your VM). The default settings for other variables should be fine.
Also update the inventory file to reflect the IP and user information for your target VM.
Read Openstack Client to learn how to install and configure the Openstack command line client.