Documents up-to-date
[doctor.git] / docs / release / installation / installation.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Doctor Installation
5 ====================
6
7 You can clone doctor project in OPNFV installer jumphost or if you are not
8 in OPNFV environment you can clone Doctor to DevStack controller node
9
10 git clone https://gerrit.opnfv.org/gerrit/doctor
11
12 In DevStack controller here is a sample of including what Doctor testing
13 will require for sample fault management testing and for maintenance
14 testing using Fenix
15
16 .. code-block:: bash
17
18     git clone https://github.com/openstack/devstack -b stable/train
19
20 .. code-block:: bash
21
22     cd devstack vi local.conf
23
24 .. code-block:: bash
25
26     [[local|localrc]]
27     GIT_BASE=https://git.openstack.org
28     HOST_IP=<host_ip>
29     ADMIN_PASSWORD=admin
30     DATABASE_PASSWORD=admin
31     RABBIT_PASSWORD=admin
32     SERVICE_PASSWORD=admin
33     LOGFILE=/opt/stack/stack.sh.log
34
35     PUBLIC_INTERFACE=eth0
36
37     CEILOMETER_EVENT_ALARM=True
38
39     ENABLED_SERVICES=key,rabbit,mysql,fenix-engine,fenix-api,aodh-evaluator,aodh-notifier,aodh-api
40
41     enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/train
42     enable_plugin aodh https://git.openstack.org/openstack/aodh stable/train
43     enable_plugin gnocchi https://github.com/openstack/gnocchi
44     enable_plugin fenix https://opendev.org/x/fenix master