adheli.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # ============LICENSE_START======================================================= |
rameshiyer27 | f2e4da7 | 2024-01-13 21:26:09 +0000 | [diff] [blame] | 3 | # Copyright 2023-2024 Nordix Foundation. |
adheli.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 4 | # ================================================================================ |
liamfallon | 8d3f129 | 2022-10-18 14:04:06 +0100 | [diff] [blame] | 5 | # 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.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 18 | # ============LICENSE_END========================================================= |
liamfallon | 8d3f129 | 2022-10-18 14:04:06 +0100 | [diff] [blame] | 19 | |
adheli.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 20 | # EXPLICITLY ASSIGN PORTS FOR TESTING PURPOSES |
| 21 | export APEX_PORT=30001 |
| 22 | export APEX_EVENTS_PORT=23324 |
| 23 | export API_PORT=30002 |
| 24 | export PAP_PORT=30003 |
| 25 | export XACML_PORT=30004 |
| 26 | export DROOLS_PORT=30005 |
| 27 | export DROOLS_TELEMETRY_PORT=30216 |
| 28 | export DIST_PORT=30006 |
| 29 | export ACM_PORT=30007 |
| 30 | export POLICY_PARTICIPANT_PORT=30008 |
waynedunican | b3d195d | 2023-06-27 09:12:00 +0100 | [diff] [blame] | 31 | export SIM_PARTICIPANT_PORT=30011 |
adheli.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 32 | export DROOLS_APPS_PORT=30009 |
| 33 | export DROOLS_APPS_TELEMETRY_PORT=30219 |
rameshiyer27 | caa7adc | 2024-01-16 12:21:26 +0000 | [diff] [blame] | 34 | export SIMULATOR_PORT=30904 |
rameshiyer27 | 31c61d4 | 2024-01-21 14:24:03 +0000 | [diff] [blame] | 35 | export KAFKA_PORT=29092 |
adheli.tavares | 1f339f8 | 2023-02-17 15:14:07 +0000 | [diff] [blame] | 36 | export PROMETHEUS_PORT=30259 |
| 37 | export GRAFANA_PORT=30269 |