Add ability to turn off policy preload 89/18089/2
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 10 Oct 2017 20:18:27 +0000 (16:18 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 11 Oct 2017 13:42:57 +0000 (09:42 -0400)
commitca15b920b57259eccc7dbaea5200f393d3f8bfe6
tree9fef7238c992bcb75e0f1cc897ebd9cc98ac7d6e
parent31fb6c55623e8655b5c29b8848020bb84397ef1e
Add ability to turn off policy preload

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>
.env [new file with mode: 0644]
README.md
config/pe/push-policies.sh [changed mode: 0644->0755]
docker-compose-integration.yml
docker-compose.yml