Merge changes from topic "OAM-304"
* changes:
update env after Kohn release
update env after Kohn release
update env after Kohn release
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 @@
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/integration/smo/oam/.env b/solution/integration/smo/oam/.env
index 7ce5247..c6f01cc 100644
--- a/solution/integration/smo/oam/.env
+++ b/solution/integration/smo/oam/.env
@@ -31,13 +31,13 @@
IDENTITY_PROVIDER_URL=https://identity:8463
# SDN Controller
-SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.4.0-STAGING-20220913T124230Z
+SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.4.0
SDNC_REST_PORT=8181
SDNC_OAM_IPv6=2001:db8:1:50::23
SDNC_CERT_DIR=/opt/opendaylight/current/certs
# SDN Controller Web
-SDNC_WEB_IMAGE=nexus3.onap.org:10001/onap/sdnc-web-image:2.4.0-STAGING-latest
+SDNC_WEB_IMAGE=nexus3.onap.org:10001/onap/sdnc-web-image:2.4.0
SDNC_WEB_PORT=8453
## VES Collector
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 @@
```
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).
diff --git a/solution/operation-and-maintenance/smo/oam/.env b/solution/operation-and-maintenance/smo/oam/.env
index bb61d80..8d82673 100644
--- a/solution/operation-and-maintenance/smo/oam/.env
+++ b/solution/operation-and-maintenance/smo/oam/.env
@@ -31,13 +31,13 @@
IDENTITY_PROVIDER_URL=https://identity:8463
# SDN Controller
-SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.4.0-STAGING-20220913T124230Z
+SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.4.0
SDNC_REST_PORT=8181
SDNC_OAM_IPv6=2001:db8:1:50::23
SDNC_CERT_DIR=/opt/opendaylight/current/certs
# SDN Controller Web
-SDNC_WEB_IMAGE=nexus3.onap.org:10001/onap/sdnc-web-image:2.4.0-STAGING-latest
+SDNC_WEB_IMAGE=nexus3.onap.org:10001/onap/sdnc-web-image:2.4.0
SDNC_WEB_PORT=8453
## VES Collector