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
0f843e21
Commit
0f843e21
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Minor doc fixups in ansible-deployment.md"
parents
37f9fcdb
95e9b4de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/ansible-deployment.md
+13
-6
13 additions, 6 deletions
docs/ansible-deployment.md
with
13 additions
and
6 deletions
docs/ansible-deployment.md
+
13
−
6
View file @
0f843e21
Koalla - Kolla with
a
nsible!
Koalla - Kolla with
A
nsible!
============================
Koalla extends the Kolla project past
[
TripleO
][]
into its own bonified
...
...
@@ -12,12 +12,17 @@ deployment system using [Ansible][] and [docker-compose][].
Getting Started
---------------
To run the
a
nsible playbooks, you must specify an inventory file which tracks
To run the
A
nsible playbooks, you must specify an inventory file which tracks
all of the available nodes in your environment. With this inventory file
a
nsible will log into each node via ssh (configurable) and run tasks. Ansible
A
nsible will log into each node via ssh (configurable) and run tasks. Ansible
does not require password less logins via ssh, however it is highly recommended
to setup ssh-keys. More information on the ansible inventory file can be found
[
here
][]
.
to setup ssh-keys.
Two sample inventory files are provided,
*all-in-one*
, and
*multinode*
. The
"all-in-one" inventory defaults to use the Ansible "local" connection type,
which removes the need to setup ssh keys in order to get started quickly.
More information on the Ansible inventory file can be found
[
here
][]
.
[
here
]:
https://docs.ansible.com/intro_inventory.html
...
...
@@ -27,6 +32,8 @@ Deploying
You can adjust variables for your environment in the file:
"./kolla/ansible/group_vars/all.yml"
Ensure that the
*koalla_directory*
variable matches where you have Kolla cloned
on the target machine(s).
For All-In-One deploys, you can run the following commands. These will setup all
of the containers on your localhost.
...
...
@@ -34,7 +41,7 @@ of the containers on your localhost.
cd ./kolla/ansible
ansible-playbook -i inventory/all-in-one site.yml
To run the playbooks for only a particular service, you can us
a
nsible tags.
To run the playbooks for only a particular service, you can us
e A
nsible tags.
Multiple tags may be specified, and order is still determined by the playbooks.
cd ./kolla/ansible
...
...
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