blob: 8dd2c163e22cf4eea128246edf11abcc06ae54c3 [file] [log] [blame]
adheli.tavares1f339f82023-02-17 15:14:07 +00001#!/bin/bash
2# ============LICENSE_START=======================================================
rameshiyer27f2e4da72024-01-13 21:26:09 +00003# Copyright 2023-2024 Nordix Foundation.
adheli.tavares1f339f82023-02-17 15:14:07 +00004# ================================================================================
liamfallon8d3f1292022-10-18 14:04:06 +01005# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17# SPDX-License-Identifier: Apache-2.0
adheli.tavares1f339f82023-02-17 15:14:07 +000018# ============LICENSE_END=========================================================
liamfallon8d3f1292022-10-18 14:04:06 +010019
adheli.tavares1f339f82023-02-17 15:14:07 +000020# EXPLICITLY ASSIGN PORTS FOR TESTING PURPOSES
21export APEX_PORT=30001
22export APEX_EVENTS_PORT=23324
23export API_PORT=30002
24export PAP_PORT=30003
25export XACML_PORT=30004
26export DROOLS_PORT=30005
27export DROOLS_TELEMETRY_PORT=30216
28export DIST_PORT=30006
29export ACM_PORT=30007
30export POLICY_PARTICIPANT_PORT=30008
waynedunicanb3d195d2023-06-27 09:12:00 +010031export SIM_PARTICIPANT_PORT=30011
adheli.tavares1f339f82023-02-17 15:14:07 +000032export DROOLS_APPS_PORT=30009
33export DROOLS_APPS_TELEMETRY_PORT=30219
rameshiyer27caa7adc2024-01-16 12:21:26 +000034export SIMULATOR_PORT=30904
rameshiyer2731c61d42024-01-21 14:24:03 +000035export KAFKA_PORT=29092
adheli.tavares1f339f82023-02-17 15:14:07 +000036export PROMETHEUS_PORT=30259
37export GRAFANA_PORT=30269