2 Commits

Author SHA1 Message Date
Devananda van der Veen
a33b13a291 Slight changes to Vagrant developer configs
This makes two changes to the Vagrant defaults for the developer VM:
- Lowers VM memory from 2048 to 512, and pins the VM to 25% of one CPU
  core. This is helpful for low-power development environments (like
  laptops) and is sufficient for RabbitMQ and MySQL.
- Changes the default set of hardware drivers to be a minimal set
  for developer environments that do not require the installation
  of any hardware-specific utilities or libraries.
  This list is: pxe_ssh, agent_ssh, fake

Change-Id: Icb5e0e42a07386b93250f8fa461424b69c7cdee9
2015-05-15 11:37:17 -07:00
Michael Krotscheck
ef237e0e5f Added vagrant VM for developer use
This patch adds a vagrantfile and ansible playbook that captures
the instructions from the ironic developer quickstart. By using
'vagrant up', and configuring your local dev instance to use
192.168.99.11, you should be able to exercise your services locally.
Documentation has also been updated.

Change-Id: Ic4f42e59cbda968d301c797ef77ff98030c55c41
2015-05-13 17:17:16 -07:00