diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-14 10:04:00 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-14 10:24:33 -0400 |
commit | 3b56db7dbbca5875685ce6743da5b082b434f29d (patch) | |
tree | eb00cdb50fd91d455ee7c9b506200b5370cbc18f /csit/apex-pdp | |
parent | d6cc02e8a57ead99421947734b8f4bfb078fbfd5 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'csit/apex-pdp')
-rw-r--r-- | csit/apex-pdp/plans/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/apex-pdp/plans/setup.sh b/csit/apex-pdp/plans/setup.sh index 2ca55703..7876e90d 100644 --- a/csit/apex-pdp/plans/setup.sh +++ b/csit/apex-pdp/plans/setup.sh @@ -39,7 +39,7 @@ POLICY_API_IP=`get-instance-ip.sh policy-api` POLICY_PAP_IP=`get-instance-ip.sh policy-pap` MARIADB_IP=`get-instance-ip.sh mariadb` APEX_IP=`get-instance-ip.sh policy-apex-pdp` -DMAAP_IP=`get-instance-ip.sh message-router` +DMAAP_IP=`get-instance-ip.sh simulator` echo PAP IP IS ${POLICY_PAP_IP} echo MARIADB IP IS ${MARIADB_IP} |