Skip to content
Snippets Groups Projects
Commit 6e597e02 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

doc: do not mention install_type

Change-Id: Ia2f549ba119ac09c4d1e4279baf594a42480511f
parent c6aec106
No related branches found
No related tags found
No related merge requests found
...@@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment