doc: do not mention install_type

Change-Id: Ia2f549ba119ac09c4d1e4279baf594a42480511f
This commit is contained in:
Marcin Juszkiewicz 2022-04-11 19:10:03 +02:00
parent c6aec10667
commit 6e597e02d3
2 changed files with 0 additions and 30 deletions

View File

@ -76,14 +76,6 @@ logs with index patterns matching either ``^flog-.*`` or ``^monasca-.*`` by
default. If this is undesirable, then you can update the
``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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -391,28 +391,6 @@ There are a few options that are required to deploy Kolla Ansible:
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
Kolla Ansible requires a few networking options to be set.