Commit Graph

5 Commits

Author SHA1 Message Date
Iury Gregory Melo Ferreira 7a551c4f4a Remove Vagrant
The files for Vagrants are too outdated, this patch removes the
information about Vagrant in the documentation and the old files
used to set up a Vagrant environment.

Change-Id: Ieee7b76172874e67bb31055c0c40beb41785f7bb
2018-10-16 10:49:19 -04:00
Zhao Lei de46e7e9a5 Change vagrant.yml to vagrant.yaml
Yaml suggest to use .yaml when possible:
http://www.yaml.org/faq.html

This patch renames the file.

Change-Id: I3f8b1d337e0b1a8ab33832573b72624ae064021d
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-08-07 09:51:32 +00:00
Michael Krotscheck 1ebbb7f19b Added documentation to Vagrantfile
A couple of comments during my latest CORS review indicated that
there is a misunderstanding on why the Vagrantfile in ironic exists.
In those comments, the assumption appeared to be that vagrant is used
to provision ironic, not just the development resources necessary to
work on ironic. This patch adds documentation to clarify that.

Change-Id: I7d71adaba402a62343d1e0399ee53410b76c973f
2015-06-16 15:20:59 -07:00
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