Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
ba75f514
Commit
ba75f514
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Point to boostrap-servers playbook in quickstart"
parents
bb617a67
fa2b9629
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/multinode.rst
+2
-0
2 additions, 0 deletions
doc/multinode.rst
doc/production-architecture-guide.rst
+2
-0
2 additions, 0 deletions
doc/production-architecture-guide.rst
doc/quickstart.rst
+23
-0
23 additions, 0 deletions
doc/quickstart.rst
with
27 additions
and
0 deletions
doc/multinode.rst
+
2
−
0
View file @
ba75f514
...
...
@@ -87,6 +87,8 @@ Restart docker by executing the following commands:
# Ubuntu with upstart or sysvinit
sudo service docker restart
.. _edit-inventory:
Edit the Inventory File
=======================
...
...
This diff is collapsed.
Click to expand it.
doc/production-architecture-guide.rst
+
2
−
0
View file @
ba75f514
...
...
@@ -29,6 +29,8 @@ A basic Kolla inventory consists of several types of nodes, known in Ansible as
Network configuration
=====================
.. _interface-configuration:
Interface configuration
***********************
...
...
This diff is collapsed.
Click to expand it.
doc/quickstart.rst
+
23
−
0
View file @
ba75f514
...
...
@@ -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
`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
====================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment