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
6e597e02
Commit
6e597e02
authored
3 years ago
by
Marcin Juszkiewicz
Browse files
Options
Downloads
Patches
Plain Diff
doc: do not mention install_type
Change-Id: Ia2f549ba119ac09c4d1e4279baf594a42480511f
parent
c6aec106
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/source/reference/logging-and-monitoring/monasca-guide.rst
+0
-8
0 additions, 8 deletions
...source/reference/logging-and-monitoring/monasca-guide.rst
doc/source/user/quickstart.rst
+0
-22
0 additions, 22 deletions
doc/source/user/quickstart.rst
with
0 additions
and
30 deletions
doc/source/reference/logging-and-monitoring/monasca-guide.rst
+
0
−
8
View file @
6e597e02
...
@@ -76,14 +76,6 @@ logs with index patterns matching either ``^flog-.*`` or ``^monasca-.*`` by
...
@@ -76,14 +76,6 @@ logs with index patterns matching either ``^flog-.*`` or ``^monasca-.*`` by
default. If this is undesirable, then you can update the
default. If this is undesirable, then you can update the
``elasticsearch_curator_index_pattern`` variable accordingly.
``elasticsearch_curator_index_pattern`` variable accordingly.
Currently Monasca is only supported using the ``source`` install type Kolla
images. If you are using the ``binary`` install type you should set the
following override in ``/etc/kolla/globals.yml``:
.. code-block:: yaml
monasca_install_type: "source"
Stand-alone configuration (optional)
Stand-alone configuration (optional)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
doc/source/user/quickstart.rst
+
0
−
22
View file @
6e597e02
...
@@ -391,28 +391,6 @@ There are a few options that are required to deploy Kolla Ansible:
...
@@ -391,28 +391,6 @@ There are a few options that are required to deploy Kolla Ansible:
kolla_base_distro: "centos"
kolla_base_distro: "centos"
Next "type" of installation needs to be configured.
Choices are:
binary
using repositories like apt or dnf
source (default)
using raw source archives, git repositories or local source directory
.. note::
This only affects OpenStack services. Infrastructure services are
always "binary".
.. note::
Source builds are proven to be slightly more reliable than binary.
.. code-block:: console
kolla_install_type: "source"
* Networking
* Networking
Kolla Ansible requires a few networking options to be set.
Kolla Ansible requires a few networking options to be set.
...
...
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