[POLICY-145] global name/value should be local 13/6713/1
authorJorge Hernandez <jh1730@att.com>
Fri, 4 Aug 2017 06:13:56 +0000 (01:13 -0500)
committerJorge Hernandez <jh1730@att.com>
Fri, 4 Aug 2017 06:13:56 +0000 (01:13 -0500)
commit013b0e7f66eabb03fc238f17917579abfab3aade
treef6f0e93055736b0040beddf977548af23fc9a636
parent9eb6ad5b26c1fd6d1f320c7a2c47448cd0449fd8
[POLICY-145] global name/value should be local

name/value is used in multiple places in installation script
with global scope since they are not tagged as local in
functions that manipulate it.   A name value from another
called function causes a bad sideeffect in the healthcheck
module preventing from being expanded correctly.

Change-Id: I8ae092f421b79609b2eb7a3a55b4880e5d525a8d
Signed-off-by: Jorge Hernandez <jh1730@att.com>
policy-drools/docker-install.sh