diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-06-17 12:02:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-17 12:02:02 +0000 |
commit | 0af40015d73624bc32074e3d37ee1e27e125d498 (patch) | |
tree | fd96e00ca35993099b18534867ea915cff3faa7f /csit/pap/plans | |
parent | 1d450ff2cc00177a4915644884da1e151f1b0ebb (diff) | |
parent | 6ad6982468b31b6b43c7a8f2e618f06a700c4670 (diff) |
Merge "Use proper currentInstanceCount in CSITs"
Diffstat (limited to 'csit/pap/plans')
-rwxr-xr-x | csit/pap/plans/setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csit/pap/plans/setup.sh b/csit/pap/plans/setup.sh index 8612d2bf..1d145fe9 100755 --- a/csit/pap/plans/setup.sh +++ b/csit/pap/plans/setup.sh @@ -2,6 +2,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2022 Nordix Foundation. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. +# Modifications Copyright (C) 2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,12 +30,14 @@ source "${SCRIPTS}"/get-versions.sh bash "${SCRIPTS}"/get-models-examples.sh docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d pap +docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d apex-pdp unset http_proxy https_proxy POLICY_PAP_IP=$(get-instance-ip.sh policy-pap) POLICY_API_IP=$(get-instance-ip.sh policy-api) MARIADB_IP=$(get-instance-ip.sh mariadb) +POLICY_APEX_IP=$(get-instance-ip.sh policy-apex-pdp) echo PAP IP IS "${POLICY_PAP_IP}" echo API IP IS "${POLICY_API_IP}" |