From: demx8as6 Date: Thu, 3 Nov 2022 08:20:26 +0000 (+0100) Subject: update env after Kohn release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=321d25a591e47f3ed86766bbb03fec04c387cf14;p=oam.git update env after Kohn release - error correction in docs IssueID: OAM-304 Change-Id: Ia231899bc08065313667aac13dd1d7d998e600f4 Signed-off-by: demx8as6 --- diff --git a/docs/deployment.rst b/docs/deployment.rst index 58043a9..e2f2d0e 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -206,7 +206,7 @@ The several docker-compose yml files must be started in the right order as liste First the SMO common services must be started:: docker-compose -f smo/common/docker-compose.yml up -d - python smo/identity/config.py + python smo/common/identity/config.py The python script configure the users within the identity service (keycloak). A system user (%USER) is also created with administration rights. The initial password (Default4SDN!). diff --git a/solution/operation-and-maintenance/README.md b/solution/operation-and-maintenance/README.md index 15a7174..cf6199d 100644 --- a/solution/operation-and-maintenance/README.md +++ b/solution/operation-and-maintenance/README.md @@ -211,7 +211,7 @@ The several docker-compose yml files must be started in the right order as liste ``` docker-compose -f smo/common/docker-compose.yml up -d -python smo/identity/config.py +python smo/common/identity/config.py ``` The python script configure the users within the identity service (keycloak).