remove contributors
[parser.git] / docs / release / installation / installation.instruction.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
5 Parser general configuration
6 =====================
7 Parser can be configured with any installer in current OPNFV.
8
9 Pre-configuration activities
10 -----------------------------
11 For parser, there is not specific pre-configuration activities.
12
13 Hardware configuration
14 -----------------------
15 For parser, there is not hardware configuration needed for this specific installer.
16
17 Jumphost configuration
18 -----------------------
19 For parser, there is not intial Jumphost configuration (network and software)needed in order
20 to deploy any installer.
21
22
23 Parser tosca2heat configuration
24 =====================
25 For tosca2heat components(tosca-parser and heat-translator) in parser,there are not specific
26 configuration of each component in installer.
27
28
29 Parser yang2tosca configuration
30 =====================
31 Parser yang2tosca requires the following to be installed.
32
33 1. PYANG
34 --------
35
36 Please follow the below installation steps.
37
38 Step 1: Clone pyang tool or download the zip file from the following link.
39
40 .. code-block:: bash
41
42     git clone https://github.com/mbj4668/pyang.git
43
44 OR
45
46 .. code-block:: bash
47
48     wget https://github.com/mbj4668/pyang/archive/master.zip
49
50 Step 2: Change directory to the downloaded directory and run the setup file.
51
52 .. code-block:: bash
53
54     cd pyang
55     python setup.py
56
57 2. python-lxml
58 --------------
59
60 Please follow the below installation link. http://lxml.de/installation.html
61
62
63 Parser policy2tosca configuration
64 ============================
65 Parser - POLICY2TOSCA requires the following to be installed.
66
67 1. cliff
68 --------
69
70 Install cliff with the following links.
71 ::
72 - `install <http://docs.openstack.org/developer/cliff/install.html>`
73 or
74 - `demoapp <http://docs.openstack.org/developer/cliff/demoapp.html>
75
76