From e45f3a5ad1b1916ccb74a99329f7db83b4b2aee3 Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Tue, 7 May 2019 07:38:40 +0000 Subject: Updating offline platform with latest 3.0.2 - Adding missing artifacts into onap_3.0.x-http_files.list - Some fine-tuning of examples in DOCs Issue-ID: OOM-1805 Change-Id: Ic5a55590a9fa9a244c43aff6a63554aefaea6cc5 Signed-off-by: Michal Ptacek --- docs/InstallGuide.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/InstallGuide.rst') diff --git a/docs/InstallGuide.rst b/docs/InstallGuide.rst index 179c621c..07255b77 100644 --- a/docs/InstallGuide.rst +++ b/docs/InstallGuide.rst @@ -100,16 +100,16 @@ Installer packages As was stated above you must have prepared the installer packages (names will differ - check out the `Build Guide`_): -- offline-onap-3.0.1-resources.tar -- offline-onap-3.0.1-aux-resources.tar -- offline-onap-3.0.1-sw.tar +- offline-onap-3.0.2-resources.tar +- offline-onap-3.0.2-aux-resources.tar +- offline-onap-3.0.2-sw.tar -**NOTE:** ``'offline-onap-3.0.1-aux-resources.tar'`` is optional and if you don't have use for it, you can ignore it. +**NOTE:** ``'offline-onap-3.0.2-aux-resources.tar'`` is optional and if you don't have use for it, you can ignore it. We will store them in the ``/data`` directory on the *install-server* and then we will unpack the ``'sw'`` package to your home directory for example:: $ mkdir ~/onap-offline-installer - $ tar -C ~/onap-offline-installer -xf /data/offline-onap-3.0.1-sw.tar + $ tar -C ~/onap-offline-installer -xf /data/offline-onap-3.0.2-sw.tar .. _oooi_installguide_config_app: @@ -254,9 +254,9 @@ Here, we will be interested in the following variables: ``'resource_dir'``, ``'resources_filename'`` and ``'aux_resources_filename'`` must correspond to the file paths on the *resource-host* (variable ``'resource_host'``), which is in our case the *install-server*. -The ``'resource_dir'`` should be set to ``'/data'``, ``'resources_filename'`` to ``'offline-onap-3.0.1-resources.tar'`` and ``'aux_resources_filename'`` to ``'offline-onap-3.0.1-aux-resources.tar'``. The values should be the same as are in the `Installer packages`_ section. +The ``'resource_dir'`` should be set to ``'/data'``, ``'resources_filename'`` to ``'offline-onap-3.0.2-resources.tar'`` and ``'aux_resources_filename'`` to ``'offline-onap-3.0.2-aux-resources.tar'``. The values should be the same as are in the `Installer packages`_ section. -``'app_data_path'`` is the absolute path on the *infra-node* to where the package ``'offline-onap-3.0.1-resources.tar'`` will be extracted and similarly ``'aux_data_path'`` is another absolute path for ``'offline-onap-3.0.1-aux-resources.tar'``. Both the paths are fully arbitrary, but they should point to the filesystem with enough space - the storage requirement in `Overview table of the kubernetes cluster`_. +``'app_data_path'`` is the absolute path on the *infra-node* to where the package ``'offline-onap-3.0.2-resources.tar'`` will be extracted and similarly ``'aux_data_path'`` is another absolute path for ``'offline-onap-3.0.2-aux-resources.tar'``. Both the paths are fully arbitrary, but they should point to the filesystem with enough space - the storage requirement in `Overview table of the kubernetes cluster`_. **NOTE:** As we mentioned in `Installer packages`_ - the auxiliary package is not mandatory and we will not utilize it in here either. @@ -288,7 +288,7 @@ Second one controls time zone setting on host. It's value should be time zone na Final configuration can resemble the following:: resources_dir: /data - resources_filename: offline-onap-3.0.1-resources.tar + resources_filename: offline-onap-3.0.2-resources.tar app_data_path: /opt/onap app_name: onap timesync: -- cgit 1.2.3-korg