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
80788f42
Commit
80788f42
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add an Ansible group for bifrost"
parents
b2406568
00a1bd3a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ansible/bifrost.yml
+1
-1
1 addition, 1 deletion
ansible/bifrost.yml
ansible/inventory/all-in-one
+6
-0
6 additions, 0 deletions
ansible/inventory/all-in-one
ansible/inventory/multinode
+6
-0
6 additions, 0 deletions
ansible/inventory/multinode
doc/bifrost.rst
+18
-0
18 additions, 0 deletions
doc/bifrost.rst
with
31 additions
and
1 deletion
ansible/bifrost.yml
+
1
−
1
View file @
80788f42
---
---
-
name
:
Apply role bifrost
-
name
:
Apply role bifrost
hosts
:
localh
ost
hosts
:
bifr
ost
roles
:
roles
:
-
{
role
:
bifrost
,
-
{
role
:
bifrost
,
tags
:
bifrost
}
tags
:
bifrost
}
This diff is collapsed.
Click to expand it.
ansible/inventory/all-in-one
+
6
−
0
View file @
80788f42
...
@@ -15,6 +15,9 @@ localhost ansible_connection=local
...
@@ -15,6 +15,9 @@ localhost ansible_connection=local
[monitoring]
[monitoring]
localhost ansible_connection=local
localhost ansible_connection=local
[deployment]
localhost ansible_connection=local
# You can explicitly specify which hosts run each project by updating the
# You can explicitly specify which hosts run each project by updating the
# groups in the sections below. Common services are grouped together.
# groups in the sections below. Common services are grouped together.
[chrony-server:children]
[chrony-server:children]
...
@@ -178,6 +181,9 @@ control
...
@@ -178,6 +181,9 @@ control
[placement:children]
[placement:children]
control
control
[bifrost:children]
deployment
# Additional control implemented here. These groups allow you to control which
# Additional control implemented here. These groups allow you to control which
# services run on which hosts at a per-service level.
# services run on which hosts at a per-service level.
#
#
...
...
This diff is collapsed.
Click to expand it.
ansible/inventory/multinode
+
6
−
0
View file @
80788f42
...
@@ -27,6 +27,9 @@ monitoring01
...
@@ -27,6 +27,9 @@ monitoring01
[storage]
[storage]
storage01
storage01
[deployment]
localhost ansible_connection=local
[baremetal:children]
[baremetal:children]
control
control
network
network
...
@@ -195,6 +198,9 @@ control
...
@@ -195,6 +198,9 @@ control
[placement:children]
[placement:children]
control
control
[bifrost:children]
deployment
# Additional control implemented here. These groups allow you to control which
# Additional control implemented here. These groups allow you to control which
# services run on which hosts at a per-service level.
# services run on which hosts at a per-service level.
#
#
...
...
This diff is collapsed.
Click to expand it.
doc/bifrost.rst
+
18
−
0
View file @
80788f42
...
@@ -82,6 +82,24 @@ Production
...
@@ -82,6 +82,24 @@ Production
kolla-build bifrost-deploy
kolla-build bifrost-deploy
Prepare Kolla-Ansible Inventory
===============================
Kolla-ansible will deploy bifrost on the hosts in the ``bifrost`` Ansible
group. In the ``all-in-one`` and ``multinode`` inventory files, a ``bifrost``
group is defined which contains all hosts in the ``deployment`` group. This
top level ``deployment`` group is intended to represent the host running the
``bifrost_deploy`` container. By default, this group contains ``localhost``.
See `edit-inventory`_ for details on how to modify the Ansible inventory in a
multinode deployment.
Bifrost does not currently support running on multiple hosts so the ``bifrost``
group should contain only a single host, however this is not enforced by
kolla-ansible. Bifrost manages a number of services that conflict with
services deployed by kolla including OpenStack Ironic, MariaDB, RabbitMQ and
(optionally) OpenStack Keystone. These services should not be deployed on the
host on which bifrost is deployed.
Prepare bifrost configs
Prepare bifrost configs
=======================
=======================
...
...
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