summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/installerconfig.rst
blob: 1f796b27ff8e4157618a23f62d765a9432fe5d8a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) <optionally add copywriters name>

Parser general configuration
=====================
Parser can be configured with any installer in current OPNFV.

Pre-configuration activities
-----------------------------
For parser, there is not specific pre-configuration activities.

Hardware configuration
-----------------------
For parser, there is not hardware configuration needed for this specific installer.

Jumphost configuration
-----------------------
For parser, there is not intial Jumphost configuration (network and software)needed in order
to deploy any installer.


Parser tosca2heat configuration
=====================
For tosca2heat components(tosca-parser and heat-translator) in parser,there are not specific
configuration of each component in installer.


Parser yang2tosca configuration
=====================
Parser yang2tosca requires the following to be installed.

1. PYANG
--------

Please follow the below installation steps.

Step 1: Clone pyang tool or download the zip file from the following link.

.. code-block:: bash

    git clone https://github.com/mbj4668/pyang.git

OR

.. code-block:: bash

    wget https://github.com/mbj4668/pyang/archive/master.zip

Step 2: Change directory to the downloaded directory and run the setup file.

.. code-block:: bash

    cd pyang
    python setup.py

2. python-lxml
--------------

Please follow the below installation link. http://lxml.de/installation.html


Parser policy2tosca configuration
============================
Parser - POLICY2TOSCA requires the following to be installed.

1. cliff
--------

Install cliff with the following links.
::
- `install <http://docs.openstack.org/developer/cliff/install.html>`
or
- `demoapp <http://docs.openstack.org/developer/cliff/demoapp.html>