aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configguide/postinstall.rst
blob: 5064e4a203fc64c03c55a814cfcf293cf203bdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. This document is protected/licensed under the following conditions
.. (c) Jonas Bjurel (Ericsson AB)
.. Licensed under a Creative Commons Attribution 4.0 International License.
.. You should have received a copy of the license along with this work.
.. If not, see <http://creativecommons.org/licenses/by/4.0/>.

Fuel post installation procedures
=================================

Automated post installation activities
--------------------------------------
Fuel provides a fairly broad coverage of built in automated health checks.
These validate the installation in terms of configuration, services,
networking, storage, policies, etc.
The execution of the full range of health checks takes less than 30 minutes.

For instructions on how to run health-checks, please read the Fuel installation
instructions.

Platform components validation
------------------------------
Consult the feature sections in this document for any post-install
feature specific validation/health-checks.
2015 Dell Inc. .. (c) 2016 ZTE Corp. ************* Configuration ************* QTIP currently supports by using a Docker image. Detailed steps about setting up QTIP can be found below. To use QTIP you should have access to an OpenStack environment, with at least Nova, Neutron, Glance, Keystone and Heat installed. Add a brief introduction to configure OPNFV with this specific installer Installing QTIP using Docker ============================ QTIP docker image ----------------- QTIP has a Docker images on the docker hub. Pulling opnfv/qtip docker image from docker hub: :: docker pull opnfv/qtip:stable Verify that ``opnfv/qtip`` has been downloaded. It should be listed as an image by running the following command. :: docker images Run and enter the docker instance --------------------------------- 1. If you want to run benchmarks: :: envs="INSTALLER_TYPE={INSTALLER_TYPE} -e INSTALLER_IP={INSTALLER_IP}" docker run --name qtip -id -e $envs opnfv/qtip docker exec -i -t qtip /bin/bash ``INSTALLER_TYPE`` should be one of OPNFV installer, e.g. apex, compass, daisy, fuel and joid. Currenty, QTIP only supports installer fuel. ``INSTALLER_IP`` is the ip address of the installer that can be accessed by QTIP. 2. If you do not want to run any benchmarks: :: docker run --name qtip -id opnfv/qtip docker exec -i -t qtip /bin/bash Now you are in the container and QTIP can be found in the ``/repos/qtip`` and can be navigated to using the following command. :: cd repos/qtip Environment configuration ========================= Hardware configuration ---------------------- Qtip does not have specific hardware requriements, and it can runs over any OPNFV installer. Jumphost configuration ---------------------- Installer Docker on Jumphost, which is used for running Qtip image. You can refer to these links: Ubuntu: https://docs.docker.com/engine/installation/linux/ubuntu/ Centos: https://docs.docker.com/engine/installation/linux/centos/ Platform components configuration --------------------------------- Describe the configuration of each component in the installer.