From a9bbc763a628ebf601825d080c107ede3894b726 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Mon, 3 Jun 2019 15:13:03 -0500 Subject: Create the operationshistory table from pdpx Added create table sql statement to the policy-pdpx.sh to create the operationshistory table during xacml-pdp installation Added changes per Jorge's review 1) Added sql file with create table statement 2) Added bash script to execute sql file 3) modified policy-pdpx.sh to execute new bash script 4) other changes Change-Id: Iaae63dc65db1ff9181de12928e072f04c87e50e7 Issue-ID: POLICY-1827 Signed-off-by: Michael Mokry --- .../src/main/package/tarball/assembly.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'packages/policy-xacmlpdp-tarball/src/main/package/tarball') diff --git a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml index 3b027650..01df075f 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml @@ -59,6 +59,24 @@ /etc/ssl keep + + ${project.basedir}/src/main/resources/mysql/bin + + + *.sh + + /mysql/bin + unix + + + ${project.basedir}/src/main/resources/mysql/sql + + + *.sql + + /mysql/sql + unix + ${project.basedir}/src/main/resources/apps/guard -- cgit 1.2.3-korg