diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-13 11:55:31 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-13 11:55:31 +0530 |
commit | 5a18f1efac8d6fdebdefe7ba5870d1892bd26ac8 (patch) | |
tree | 4b9d5f1da682b2dfe2409520a36da3074852156a /docs/user_guide.rst | |
parent | 8b4c1195ac664fa36509128962e42ef321d78a6b (diff) |
DOC: Profile managment for specific service
Issue-ID: CLI-93
Change-Id: Iba65c52e338924423974272025b961edb96c9c9e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/user_guide.rst')
-rw-r--r-- | docs/user_guide.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 7b2d0544..519364dc 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -49,7 +49,7 @@ Please follow the steps given below for setting profiles: 1. Open the CLI interactive console -2. Create the profile, say ‘test:aai’ by running ‘profile test:aai’ +2. Create the profile, say ‘onap-deployment-1’ by running ‘profile onap-deployment-1’ There is no limit in number of profiles. OCLIP will create a profile if not exist already, otherwise on typing 'profile' on the console, corresponding profiles will be effective. So you can switch across profiles by using this directive 'profile'. @@ -67,6 +67,16 @@ d. Type 'set' to print all these arguments stored so far. NOTE: Profiles are not limited to set only credentials, you can set any frequently using common arguments, which are listed in command help. +NOTE: For setting service specific parameters, use in the form of <service-name>:<param-name>=<param-value>. +For example, following setting will be used only for aai service: + +a. set aai:host-url=<aai-url> + +b. set aai:host-username=AAI + +c. set aai:host-pasword=AAI + + 4. You can override these stored arguments by providing them as arguments directly while running the CLI. @@ -75,6 +85,9 @@ you can start use the same profile again. NOTE: Use the directive 'set' for setting the values for parameters and 'unset' for reseting the values. +In Beijing release, new default profile named as 'onap-beijing' is delivered with all default ONAP service +credentials. so user could use this profile to avoid setting the credentials every time. + Help ---- *oclip [-h|--help]* |