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
ab3377d4
"...kolla-ansible.git" did not exist on "362b6ee40e27bcb65289d4d1e0273638d69299ba"
Commit
ab3377d4
authored
5 years ago
by
Zuul
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Language tweaks in multi-region docs for clarity"
parents
d5e5e885
fd07e3d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/user/multi-regions.rst
+8
-8
8 additions, 8 deletions
doc/source/user/multi-regions.rst
with
8 additions
and
8 deletions
doc/source/user/multi-regions.rst
+
8
−
8
View file @
ab3377d4
...
...
@@ -4,9 +4,9 @@
Multiple Regions Deployment with Kolla
======================================
This section describes how to perform a basic multiple region
s
deployment
with Kolla. A basic multiple region
s
deployment consists of separate
OpenStack installation in two or more regions (RegionOne, RegionTwo, ...)
This section describes how to perform a basic multiple region deployment
with Kolla. A basic multiple region deployment consists of separate
OpenStack installation
s
in two or more regions (RegionOne, RegionTwo, ...)
with a shared Keystone and Horizon. The rest of this documentation assumes
Keystone and Horizon are deployed in RegionOne, and other regions have
access to the admin endpoint (for example, ``kolla_internal_fqdn``) of
...
...
@@ -22,7 +22,7 @@ Deployment of the first region with Keystone and Horizon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Deployment of the first region results in a typical Kolla deployment
whe
nev
er
,
it is an *all-in-one* or *multinode* deployment (see
whe
th
er it is an *all-in-one* or *multinode* deployment (see
:doc:`quickstart`). It only requires slight modifications in the
``/etc/kolla/globals.yml`` configuration file. First of all, ensure that
Keystone and Horizon are enabled:
...
...
@@ -34,7 +34,7 @@ Keystone and Horizon are enabled:
Then, change the value of ``multiple_regions_names`` to add names of other
regions. In this example, we consider two regions. The current one,
formerly know
s
as RegionOne, that is hid
e
d behind
formerly know
n
as RegionOne, that is hidd
en
behind
``openstack_region_name`` variable, and the RegionTwo:
.. code-block:: yaml
...
...
@@ -80,10 +80,10 @@ the value of ``kolla_internal_fqdn`` in RegionOne:
domain_name: "default"
Configuration files of cinder,nova,neutron,glance... have to be updated to
contact RegionOne's Keystone. Fortunately, Kolla
offers
to override all
contact RegionOne's Keystone. Fortunately, Kolla
allows you
to override all
configuration files at the same time thanks to the
``node_custom_config`` variable (see :ref:`service-config`). T
his
implies to
create a ``global.conf`` file with the following content:
``node_custom_config`` variable (see :ref:`service-config`). T
o do so,
create a ``global.conf`` file with the following content:
.. code-block:: ini
...
...
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