aboutsummaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18Enable passing config file to start scriptmmis1-1/+7
Issue-ID: POLICY-923 Change-Id: I8803b5a94e33d0175a84665dd3b253c7220451ea Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-14Merge "Enabling docker image push"Liam Fallon1-1/+1
2018-09-14Aligned decoder with forwarder for opt. policiesmmis1-22/+40
Changed decoder for optimization policies to generate instance of OptimizationPolicy (instead of PdpxPolicy) as expected by the forwarder. Without this change there is a mismatch between the decoder and the forwarder. Added parameters for configuring the static elements of the optimization policies and setting of these elements. Issue-ID: POLICY-927 Change-Id: Ib91a905dc89eed13622fb88e4dd19b3cb9f62c75 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-14Enabling docker image pushmmis1-1/+1
Change-Id: I619b0f6e0ff9a31cfeafbd9c23dc93739e065d0c Issue-ID: POLICY-923 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-09-07Parameter Group fields must have gettersliamfallon1-40/+0
Parameter handling is changed so that all fields must have a getter following normal naming conventions. This change brings that in. Issue-ID: POLICY-1095 Change-Id: Idc61960347a67c50f33fc272dcd00ceca7553d95 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-09-05Generate docker image for policy distributionmmis9-0/+846
Added generation of tarball of policy distribution jars and generation of docker image using the tarball Issue-ID: POLICY-923 Change-Id: I9e38143fee864b765fbfd567c7e52bc7b0be2c9a Signed-off-by: mmis <michael.morris@ericsson.com>