summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-12-09 13:29:37 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-12-09 13:29:37 +0100
commit9d4c15db0571d891b78b2289a40a830bffa4f28c (patch)
tree6a10940c2e1ff21281eb75aac661b7ae17f78545 /docs
parent54415cecda750076dae161dfb3fc0a0cdf211ae9 (diff)
[DOC] Update build and install guide
Change-Id: I068fcc88b324f86504e84026561f3f72efdac79c Issue-ID: OOM-2883 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildGuide.rst2
-rw-r--r--docs/InstallGuide.rst22
2 files changed, 5 insertions, 19 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 15a265c2..4e054ef0 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -106,8 +106,6 @@ For the list of all available options check script usage info.
.. note:: Skip this step if you have already all necessary resources and continue with **Part 3. Populate local nexus**
-.. note:: Docker images collector supports both helm v2 and v3. Please note that helm v3 support was added in Guilin release of OOM and as of Honolulu release helm v2 will be obsolete.
-
Create repository containing OS packages to be installed on all nodes:
::
diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst
index 915dd6a6..2359b0cb 100644
--- a/docs/InstallGuide.rst
+++ b/docs/InstallGuide.rst
@@ -307,14 +307,6 @@ Second one controls time zone setting on host. It's value should be time zone na
``'timesync.servers'``, ``'timesync.slewclock'`` and ``'timesync.timezone'`` settings can be used independently.
-In the Guilin release, OOM added support for `Helm`_ v3 Kubernetes package manager. Offline installer leverages on the v2 version by default. Should you desire to deploy Onap with helm v3 you need to set following variable:
-
-::
-
- helm_version: v3.x.x
-
-The exact version string to use above should be picked from ``'build/data_lists/infra_bin_utils.list'`` file.
-
Final configuration can resemble the following::
resources_dir: /data
@@ -408,11 +400,14 @@ Commence the installation process by running following command::
This will take a while so be patient. The whole provisioning process is idempotent so you may safely re-run it if required.
-``'site.yml'`` playbook will run following playbooks in the given order::
+``'site.yml'`` playbook will run following playbooks in the given order:
- ``resources.yml``
- ``infrastructure.yml``
- ``rke.yml``
+- ``nfs.yml``
+- ``kube_prometheus.yml``
+- ``cert_manager.yml``
- ``application.yml``
----
@@ -655,7 +650,7 @@ Then navigate to http://<infra IP>:8081 to access the UI:
.. image:: images/grafana-signin.png
:alt: Grafana Login page
-Default username is *admin* and the default password is *prom-operator*.
+Default username is *admin* and the default password is *grafana*.
In the left pane navigate to *Dashboards -> Manage* to see the various pre-defined dashboards that come bundled with kube-prometheus stack. There is also the *Custom* folder which holds few additional dashes defined by the Offline Installer authors:
@@ -668,19 +663,12 @@ Alternative way of accessing the UI is by leveraging the NodePort type service w
Then navigate to http://<infra IP>:<nodePort> to access the UI.
-
-Caveats
-~~~~~~~
-
-Kube-prometheus stack bundled with Offline Installer requires at least release v3 of Helm. If you wish to deploy the Stack you need to set relevant v3 release of Helm. Please see **Part 2. Configuration** for details.
-
.. _Build Guide: ./BuildGuide.rst
.. _Software requirements: https://docs.onap.org/projects/onap-oom/en/latest/oom_cloud_setup_guide.html#software-requirements
.. _Hardware requirements: https://docs.onap.org/projects/onap-oom/en/latest/oom_cloud_setup_guide.html#minimum-hardware-configuration
.. _OOM ONAP: https://docs.onap.org/projects/onap-oom/en/latest/index.html
.. _Offline installer: https://gerrit.onap.org/r/q/oom/offline-installer
.. _RKE: https://rancher.com/products/rke/
-.. _Helm: https://helm.sh/
.. _Kube-prometheus stack: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
.. _Prometheus Operator: https://github.com/prometheus-operator/prometheus-operator
.. _values.yaml: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml