diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-09-05 10:24:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-05 10:24:13 +0000 |
commit | 1bb3a184f1bbaaf468100f0873222150ac512133 (patch) | |
tree | c7428555483cfa57965e247b9a79bc892e231ddf /deployment/zip/installer/install.sh | |
parent | f040ecf089eac94a4efc90316175ccc0529bbfd2 (diff) | |
parent | 13ee3ecca3613b9bea287baf0430e19d515a86a4 (diff) |
Merge changes I12e0fe14,I5d67885d,I988fd9f9,I747fc472
* changes:
OCLIP: Enable docker compose for grpc
OCLIP: Update docker to support grpc
VTP: Add grpc cli in install
OCLIP: Fix grpc role enforcement
Diffstat (limited to 'deployment/zip/installer/install.sh')
-rw-r--r-- | deployment/zip/installer/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh index 4503c371..6e1956f7 100644 --- a/deployment/zip/installer/install.sh +++ b/deployment/zip/installer/install.sh @@ -25,10 +25,12 @@ if [ ! -d ./data ]; then mkdir ./data; fi if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi chmod +x ./bin/oclip.sh +chmod +x ./bin/oclip-rcli.sh #Make oclip available in path ln -sf ./bin/oclip.sh /usr/bin/oclip ln -sf ./bin/oclip.sh /usr/bin/onap +ln -sf ./bin/oclip-rcli.sh /usr/bin/roclip #Print the version oclip -v |