2017-05-08 14:09:42 +05:30
|
|
|
.. _install-ubuntu:
|
|
|
|
|
|
|
|
Install and configure for Ubuntu
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2017-07-03 15:31:10 +03:00
|
|
|
This section describes how to install and configure the Infrastructure
|
2018-11-28 12:11:13 +08:00
|
|
|
Optimization service for Ubuntu 16.04 (LTS).
|
2017-05-08 14:09:42 +05:30
|
|
|
|
|
|
|
.. include:: common_prerequisites.rst
|
|
|
|
|
|
|
|
Install and configure components
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
1. Install the packages:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
# apt install watcher-api watcher-decision-engine \
|
|
|
|
watcher-applier
|
|
|
|
|
|
|
|
# apt install python-watcherclient
|
|
|
|
|
|
|
|
.. include:: common_configure.rst
|
|
|
|
|
|
|
|
Finalize installation
|
|
|
|
---------------------
|
|
|
|
|
2018-11-28 12:11:13 +08:00
|
|
|
Start the Infrastructure Optimization services and configure them to start when
|
|
|
|
the system boots:
|
2017-05-08 14:09:42 +05:30
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-11-28 12:11:13 +08:00
|
|
|
# systemctl enable watcher-api.service \
|
|
|
|
watcher-decision-engine.service \
|
|
|
|
watcher-applier.service
|
|
|
|
|
|
|
|
# systemctl start watcher-api.service \
|
|
|
|
watcher-decision-engine.service \
|
|
|
|
watcher-applier.service
|