From 3b56db7dbbca5875685ce6743da5b082b434f29d Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 14 Jun 2021 10:04:00 -0400 Subject: Change container name to simulator in CSITs Changed the container name of message-router to simulator. Also introduced aliases for aai-sim, so-sim, etc. Issue-ID: POLICY-3384 Change-Id: Ife8c7c69d2342f256d6bcfb0d6704734472b5554 Signed-off-by: Jim Hahn --- csit/config/drools-apps/env/base.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'csit/config/drools-apps/env/base.conf') diff --git a/csit/config/drools-apps/env/base.conf b/csit/config/drools-apps/env/base.conf index 05ccdf47..5b8031f7 100644 --- a/csit/config/drools-apps/env/base.conf +++ b/csit/config/drools-apps/env/base.conf @@ -101,7 +101,7 @@ DMAAP_SERVERS=message-router # AAI -AAI_HOST=message-router +AAI_HOST=aai-sim AAI_PORT=6666 AAI_CONTEXT_URI= AAI_USERNAME=policy@policy.onap.org @@ -109,7 +109,7 @@ AAI_PASSWORD=demo123456! # MSO -SO_HOST=message-router +SO_HOST=so-sim SO_PORT=6669 SO_CONTEXT_URI= SO_URL=https://message-router:6669/ @@ -118,7 +118,7 @@ SO_PASSWORD=password1$ # VFC -VFC_HOST=message-router +VFC_HOST=vfc-sim VFC_PORT=6670 VFC_CONTEXT_URI= VFC_USERNAME= @@ -126,7 +126,7 @@ VFC_PASSWORD= # SDNC -SDNC_HOST=message-router +SDNC_HOST=sdnc-sim SDNC_PORT=6668 SDNC_CONTEXT_URI= SDNC_USERNAME= -- cgit 1.2.3-korg