summaryrefslogtreecommitdiffstats
path: root/policy-drools/docker-install.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08correct feature install procedure in docker/droolsKrzysztof Kwiecien1-1/+3
change FEATURES_HOME variable assigment to allow feature install (including healthcheck feature) in docker image, change credential to be in line with robot Issue: POLICY-145 Change-Id: Ib7640e3947dab280f368531b693dc26e09fa6f21 Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
2017-08-04[POLICY-145] sed failed expanding special charsJorge Hernandez1-5/+4
The install script fails when expanding configuration variables with special characters, for example the delimiter. This fix' scope is for the replacement string escaping. Change-Id: Icfe8d89b46c7720bf5effaa2f3add6a19e2af2d2 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-08-04[POLICY-145] global name/value should be localJorge Hernandez1-2/+22
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>
2017-08-02[POLICY-66] healtcheck feature config and db prepJorge Hernandez1-0/+9
initial commit pre-introduction of db support on per feature basis Change-Id: Ie5aec06d38a84be849386fc76d8f1c804213c803 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-07-18[POLICY-66] self-contained features supportJorge Hernandez1-9/+29
feature unpackaging in feature directory structure Change-Id: Ifc2ef8a061ff2348d5ad7ddc98a183b7d31159e8 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-06-30[POLICY-66] rename of policy-healthcheckJorge Hernandez1-1/+1
Change-Id: I7dd29eb3ad61be1b1d344a629cdcaae448c80290 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-06-22[POLICY-30] removal unnecessary lineJorge Hernandez1-2/+0
docker companion to drools-pdp changes Change-Id: I72c8be3bcfb5bd6f4e3b7b4779b4411e594bcbac Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-06-05[POLICY-8] remove unused functionalityJorge Hernandez1-1/+0
Change-Id: I90737c5510351b1f98c1c31fdcca86d0fdb9b90f Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-02-14Initial OpenECOMP policy/docker commitPamela Dragosh1-0/+851
Change-Id: Ib37c3693614ee21a78f838e63eb40319cc85bdc6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>