Skip to content
Snippets Groups Projects
Commit ba75f514 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Point to boostrap-servers playbook in quickstart"

parents bb617a67 fa2b9629
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,8 @@ Restart docker by executing the following commands: ...@@ -87,6 +87,8 @@ Restart docker by executing the following commands:
# Ubuntu with upstart or sysvinit # Ubuntu with upstart or sysvinit
sudo service docker restart sudo service docker restart
.. _edit-inventory:
Edit the Inventory File Edit the Inventory File
======================= =======================
......
...@@ -29,6 +29,8 @@ A basic Kolla inventory consists of several types of nodes, known in Ansible as ...@@ -29,6 +29,8 @@ A basic Kolla inventory consists of several types of nodes, known in Ansible as
Network configuration Network configuration
===================== =====================
.. _interface-configuration:
Interface configuration Interface configuration
*********************** ***********************
......
...@@ -27,6 +27,29 @@ started with deploying OpenStack on bare metal or a virtual machine with Kolla. ...@@ -27,6 +27,29 @@ started with deploying OpenStack on bare metal or a virtual machine with Kolla.
There are other deployment environments referenced below in There are other deployment environments referenced below in
`Additional Environments`_. `Additional Environments`_.
Automatic host bootstrap
========================
.. note:: New in Newton
To quickly prepare hosts for Kolla, playbook ``bootstrap-servers`` can be used.
This is an Ansible playbook which works on Ubuntu 14.04, 16.04 and CentOS 7
hosts to install and prepare cluster for Kolla installation.
.. note:: Installation of dependencies for deployment node and configuration
of Kolla interfaces is still required prior to running this command. More
information about Kolla interface configuration in
:ref:`interface-configuration`.
Command to run the playbook:
::
kolla-ansible -i <<inventory file>> bootstrap-servers
To learn more about the inventory file, follow :ref:`edit-inventory`.
Install Dependencies Install Dependencies
==================== ====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment