Remove quickstart docs

This is no longer correct, and in need of replacement.  Remove for now
until we get our documentation in order.

Change-Id: I90f12df4b56578ac25ab6391b0f362cb76ba7b6a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-27 21:10:07 -04:00
parent 2613766e88
commit c82a795ea0
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 25 deletions

View File

@ -16,28 +16,3 @@ Windmill is a collection of Ansible playbooks and roles used to deploy
Continuous Integration (CI) tools. It serves to be a functional test environment Continuous Integration (CI) tools. It serves to be a functional test environment
for our Ansible CI roles primarily, however it also provides an example for our Ansible CI roles primarily, however it also provides an example
deployment for users. deployment for users.
Quickstart
----------
The following is a list of instructions to get started quickly with an
all-in-one deployment.
.. code-block:: bash
sudo yum update -y && reboot
sudo yum install git epel-release
sudo yum install libssl-devel openssl-devel python-devel python-tox python-pip gcc
pip install --user zuul
git clone https://github.com/openstack/windmill
cd windmill
Before running the following command, you need to remove `zuul` from the
`requirements.txt` file. This is a temporary work around for now and will
change in the future.
Additionall, modify the `playbooks/vars/nodepool.yaml` file and update
`nodepool_template_clouds_yaml_contents` variable for launching nodepool
instances in your cloud infrastructure.
* tox -edeploy