8ce88e52e0
This PS organizes the installation document tree for easier navigation and updating relevant content. Change-Id: I51951d99dfc06bf441bd65ca817119cbca061851
43 lines
744 B
ReStructuredText
43 lines
744 B
ReStructuredText
==================
|
|
Vagrant Deployment
|
|
==================
|
|
|
|
A Vagrantfile has been provided in the ``tools/`` directory. This
|
|
vagrant installation will prep a single VM with specs from the ``config.rb``
|
|
file, and will run OpenStack-Helm gate scripts to set up Kubernetes.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
* Hardware:
|
|
|
|
* 16GB RAM
|
|
* 32GB HDD Space
|
|
|
|
* Software
|
|
|
|
* Vagrant >= 1.8.0
|
|
* VirtualBox >= 5.1.0
|
|
* Git
|
|
|
|
Deploy
|
|
------
|
|
|
|
Make sure you are in the directory containing the Vagrantfile before
|
|
running the following commands.
|
|
|
|
Create VM
|
|
---------
|
|
|
|
.. code:: bash
|
|
|
|
vagrant up --provider virtualbox
|
|
|
|
Validate helm charts are successfully deployed
|
|
----------------------------------------------
|
|
|
|
.. code:: bash
|
|
|
|
vagrant ssh
|
|
helm list
|