Solution: update smo deployment to ONAP Montreal Release 70/13370/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 21 Sep 2024 12:05:48 +0000 (14:05 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sat, 21 Sep 2024 12:05:54 +0000 (14:05 +0200)
- delete unused service

Issue-ID: OAM-403
Change-Id: I1fb6ebca9796b800463b1f89b92a78f9e855b11e
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/network/docker-compose.yaml

index 57d24ec..13e1d99 100755 (executable)
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-version: '3.8'
-
 x-common_env: &common_env
     IPv6_ENABLED: ${IPv6_ENABLED}
     SSH_CONNECTIONS: ${SSH_CONNECTIONS}
@@ -74,18 +72,6 @@ services:
     environment:
         <<: [*common_env, *du_env]
 
-  ntsim-ng-o-du-1123:
-    <<: *common_nf
-    image: "${LOCAL_DOCKER_REPO}nts-ng-o-ran-du-rel-18:${NTS_BUILD_VERSION}"
-    container_name: ntsim-ng-o-du-1123
-    hostname: O-DU-1123
-    volumes:
-        - ./ntsim-ng-o-du-rel-18/config.json:/opt/dev/ntsim-ng/config/config.json
-        - ./ntsim-ng-o-du-rel-18/_3gpp-common-managed-element-running.xml:/opt/dev/deploy/data/_3gpp-common-managed-element-running.xml
-        - ./ntsim-ng-o-du-rel-18/_3gpp-common-managed-element-operational.xml:/opt/dev/deploy/data/_3gpp-common-managed-element-operational.xml
-    environment:
-        <<: [*common_env, *du_env]
-
   ntsim-ng-o-ru-11221:
     <<: *common_nf
     image: "${NEXUS3_DOCKER_REPO}nts-ng-o-ran-ru-fh:${NTS_BUILD_VERSION}"