diff options
author | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 13:54:45 -0400 |
---|---|---|
committer | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 15:23:41 -0400 |
commit | b150ebac50287476676b67a84aff996fc738ee7b (patch) | |
tree | 67ef0e6e264a243c724300ceee7631d015c6538e /policy-pe/do-start.sh | |
parent | 687f2fc263e76180b85401e60eadd82520504148 (diff) |
Policy 1707 Docker script changes
Change-Id: I765e2badf48d4f7554de2a6ea037289e3f76e512
Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
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 |