diff options
author | 2017-05-11 03:42:25 +0000 | |
---|---|---|
committer | 2017-05-11 03:42:25 +0000 | |
commit | 76e9efbc6b836490e2166710be348f01e64011a2 (patch) | |
tree | 5009a5bd55fc74aefd942aa78a7edd85f8117213 /policy-pe/do-start.sh | |
parent | f24f4a9f7f5fc2c2ac63f95effd6f7b1332eacce (diff) | |
parent | b150ebac50287476676b67a84aff996fc738ee7b (diff) |
Merge "Policy 1707 Docker script changes"
Diffstat (limited to 'policy-pe/do-start.sh')
-rw-r--r-- | policy-pe/do-start.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/policy-pe/do-start.sh b/policy-pe/do-start.sh index 8bdb8bc9..fc02b860 100644 --- a/policy-pe/do-start.sh +++ b/policy-pe/do-start.sh @@ -14,14 +14,11 @@ pap) pdp) comps="base pdp pdplp" ;; -pypdp) - comps="base pypdp" - ;; brmsgw) comps="base brmsgw" ;; *) - echo "Usage: do-start.sh pap|pdp|pypdp|brmsgw" >&2 + echo "Usage: do-start.sh pap|pdp|brmsgw" >&2 exit 1 esac @@ -80,12 +77,11 @@ fi policy.sh start -# on pap, wait for pap, pdp, pypdp, brmsgw, and nexus up, +# on pap, wait for pap, pdp, brmsgw, and nexus up, # then push the initial default policies if [[ $container == pap ]]; then ./wait-for-port.sh pap 9091 ./wait-for-port.sh pdp 8081 - ./wait-for-port.sh pypdp 8480 # brmsgw doesn't have a REST API, so check for JMX port instead ./wait-for-port.sh brmsgw 9989 ./wait-for-port.sh nexus 8081 |