X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-aux.rst;h=124f728bbbf8c6e5f9d2e4b3e5b63b944f09d781;hb=refs%2Fchanges%2F75%2F2275%2F3;hp=30cc8a278add911c19d5337a311e25bce06b4286;hpb=c1be4252fcf2a9fa9132e71899b29e4fb0d6e3b1;p=it%2Fdep.git diff --git a/docs/installation-aux.rst b/docs/installation-aux.rst index 30cc8a27..124f728b 100644 --- a/docs/installation-aux.rst +++ b/docs/installation-aux.rst @@ -1,10 +1,10 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 .. ===============LICENSE_START======================================================= -.. Copyright (C) 2019 AT&T Intellectual Property +.. Copyright (C) 2019-2020 AT&T Intellectual Property .. =================================================================================== -.. This documentation file is distributed under the Creative Commons Attribution -.. 4.0 International License (the "License"); you may not use this file except in +.. This documentation file is distributed under the Creative Commons Attribution +.. 4.0 International License (the "License"); you may not use this file except in .. compliance with the License. You may obtain a copy of the License at .. .. http://creativecommons.org/licenses/by/4.0 @@ -15,9 +15,6 @@ .. limitations under the License. .. ===============LICENSE_END========================================================= -Installing Near Realtime RIC in RIC Cluster -=========================================== - Getting and Preparing Deployment Scripts ---------------------------------------- @@ -30,22 +27,22 @@ Run the following commands in a root shell: Edit the recipe files RIC_INFRA_RECIPE_EXAMPLE and RIC_PLATFORM_RECIPE_EXAMPLE. In particular the following values often need adaptation to local deployments: -1. Docker registry URL; -2. Docker registry credential; -3. Helm repo credential; -4. Component docker container image tags. +#. Docker registry URL; +#. Docker registry credential; +#. Helm repo credential; +#. Component docker container image tags. Deploying the Infrastructure and Platform Groups ------------------------------------------------ -After the recipes are edited, the Near Realtime RIIC is ready to be deployed. +After the recipes are edited, the Near Realtime RIC is ready to be deployed. .. code:: bash cd dep/bin ./deploy-ric-infra ../RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE - ./deploy-ric-platform ../RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE + ./deploy-ric-platform ../RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE Checking the Deployment Status