diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-08-15 12:39:19 +0100 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2024-08-26 08:21:39 +0000 |
commit | d802fd9a6c6aaffa330a30b68f7896ffebaa4fcd (patch) | |
tree | 823eb915f6322a38477d971273a0e43713ce0d06 /compose/export-ports.sh | |
parent | 10cf66cdd2cca12dad9f299714e6294ae35752a7 (diff) |
Change default database to PostgreSQL
Issue-ID: POLICY-5118
Change-Id: I22ece93aca3cbc5e406e4942ce5255a7b7b60761
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose/export-ports.sh')
-rwxr-xr-x | compose/export-ports.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/compose/export-ports.sh b/compose/export-ports.sh index 6eaaedb8..8dd2c163 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -17,19 +17,6 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -if $(docker images | grep -q "^onap\/policy-api") -then - export CONTAINER_LOCATION=$( - docker images | - grep "^onap/policy-api" | - head -1 | - sed 's/onap\/policy-api.*$//' - ) - export LOCAL_IMAGES="true" -else - export CONTAINER_LOCATION="nexus3.onap.org:10001/" -fi - # EXPLICITLY ASSIGN PORTS FOR TESTING PURPOSES export APEX_PORT=30001 export APEX_EVENTS_PORT=23324 |