diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-11-02 18:20:03 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-11-02 18:23:29 +0800 |
commit | b9ec66dc4aa26d6cfb9b94ca8acc629c8821f3ed (patch) | |
tree | bb3675d7908373244c1220ffc25bf918c824b2d5 /docs/nfvparser/installation | |
parent | 7f910da4d362965255e5fa232c9aa5496be8e7d5 (diff) |
Remove opnfv info from release notes
Remove some opnfv info in release note aligned with ONAP Release
Note format.
JIRA: MODELING-33
Change-Id: Ib519c2bcf14dedd58c257870a5008e45424052ee
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/nfvparser/installation')
-rw-r--r-- | docs/nfvparser/installation/index.rst | 2 | ||||
-rw-r--r-- | docs/nfvparser/installation/installation.instruction.rst | 24 |
2 files changed, 16 insertions, 10 deletions
diff --git a/docs/nfvparser/installation/index.rst b/docs/nfvparser/installation/index.rst index fdaf0d2..f1fb00b 100644 --- a/docs/nfvparser/installation/index.rst +++ b/docs/nfvparser/installation/index.rst @@ -4,7 +4,7 @@ .. http://creativecommons.org/licenses/by/4.0 *************************************** -OPNFV Parser Installation Instruction +NFV Parser Installation Instruction *************************************** .. toctree:: diff --git a/docs/nfvparser/installation/installation.instruction.rst b/docs/nfvparser/installation/installation.instruction.rst index 751c446..c7d797a 100644 --- a/docs/nfvparser/installation/installation.instruction.rst +++ b/docs/nfvparser/installation/installation.instruction.rst @@ -2,33 +2,37 @@ .. http://creativecommons.org/licenses/by/4.0 -Parser nfv toscaparser Installation +NFV Parser Installation =================================== -Nfv tocsa provide two method for installation, please follow the below installation steps to install toscaparser. +NFV Parer provide two ways for installation, please follow the below installation steps to install nfv parser. By code source ^^^^^^^^^^^^^^ Step 1: Clone the parser project. -Step 2: Install the tosca-parser sub project. +.. code-block:: bash + + git clone http://gerrit.onap.org/r/modeling/toscaparsers + +Step 2: Install the nfvparser sub project. .. code-block:: bash # uninstall pre-installed tosca-parser pip uninstall -y tosca-parser - # change directory to tosca-parser - cd parser/tosca2heat/tosca-parser + # change directory to nfvparser + cd ./toscaparsers/nfvparser # install requirements pip install -r requirements.txt - # install tosca-parser + # install nfv-toscaparser python setup.py install -By pacage +By package ^^^^^^^^^^ Step 1: Make user pip has been already installed. @@ -40,11 +44,13 @@ Step 1: Make user pip has been already installed. # for centos,rhel or fedora yum install python-pip -Step 2: install nfv-tsoca using pip +Step 2: install nfv-toscaparser using pip .. code-block:: bash - pip install nfv-tosca + pip install nfv-toscaparser + or + pip install --pre nfv-toscaparser **Notes**: It must uninstall pre-installed tosca-parser before install the component, which is sure to use the |