summaryrefslogtreecommitdiffstats
path: root/policy-drools/docker-install.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-03-05Remove policy-os and policy-base imagesmmis1-910/+0
Remove the policy-os and policy-base images in favour of including their contents directly in the policy-pdp and policy-pe images Issue-ID: POLICY-624 Change-Id: Ie4ef62d5a7fc0edb481be13891ee12cf9271674c Signed-off-by: mmis <michael.morris@ericsson.com>
2017-09-26remove chmod and filesystem syncingJorge Hernandez1-11/+0
drools-apps packaging made it executable to avoid docker issues Change-Id: I0d78432a0d50c2daa0a9a98ce032865d3b917595 Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-09-26chmod + script execution issues in dockerJorge Hernandez1-0/+10
Change-Id: I96f942cab9d220418be6fe622c86b4bb3eb4e6c9 Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-09-19allow for install customizations for drools appsJorge Hernandez1-0/+10
Change-Id: Ifb68e27fd1cd2571ddaec38f5768db58c56b928e Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-09-06add installation files as environments for PDP-DJorge Hernandez1-1/+4
see counterpart drools-pdp review. this will make installation files available to PDP-D and its drools applications Change-Id: Ib06820136b5a93eb0adfcb43216666bcc2677de4 Issue-ID: POLICY-162 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-08-28policy executable renaming + minor install changesJorge Hernandez1-11/+11
Issue-ID: POLICY-162 Change-Id: Iccbe9d8995be3f828e780a724dae1199c8aeb7c6 Signed-off-by: Jorge Hernandez <jh1730@att.com>
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>