aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-integration.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11Change back docker version to 2Pamela Dragosh1-1/+1
It never needed to get upgraded to version 3. Issue-ID: POLICY-315 Change-Id: Ic1ccd72e16acce5815c0a6d0faef673a974dc73b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-10-11Add ability to turn off policy preloadPamela Dragosh1-1/+3
You can now set environment variable to override whether or not the policies are pre-loaded by the engines during docker image startup. The README.md is updated with instructions. Each docker-compose has a different default set. The .env file is set to load policies by default to true. You can override by either changing this file or setting the environment: export PRELOAD_POLICIES=false Issue-ID: POLICY-304 Change-Id: Ia96788ac3b8d47814eea1046d96c4e3e4a0b9664 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-09-27Create docker compose script integrationPamela Dragosh1-0/+56
Use a different docker compose script for integration CSIT tests. Issue-ID: POLICY-77 Change-Id: I103f02ef12a4c2f3bfdc6924391ccf195d4e93ff Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>