aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/packages/models-simulator-docker/src
AgeCommit message (Collapse)AuthorFilesLines
2022-07-13Change scripts to sh rather than bashliamfallon2-2/+4
The models simulator in Honolulu uses bash for running scripts but bash is not available in the alpine base image. This commit replaces bash with sh Issue-ID: POLICY-4233 Change-Id: I2cdab931257d6686c693d307c5eb742a896b0d08 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-11update policy models referencesliamfallon1-1/+1
updated policy models references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4233 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: If422638de955b177a07a8804b2f63cfe599cc30f
2020-09-30Enhance gRPC Simulator:puthuparambil.aditya2-0/+103
1.Make gRPC Simulator respond to different actions by generating the response on the basis of received request. 2.Include CDS Simulator in policy-models-simulator 3.Introduce a packages module in models-sim to package the docker image of policy-models-simulator which includes all the simulators(pdp-simulator to be added in future) in models. 4.The Jenkins job changes to push this newly created Docker image may be taken in the next release. Issue-ID: POLICY-2828 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ic1663bbe8205c64a8133ea0b0c28152f21d0732a