aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-05-30 19:59:07 -0500
committerjhh <jorge.hernandez-herrero@att.com>2019-05-31 10:21:36 -0500
commitfc5b5ab8604b37b635e17d0dec9179c4ae574efa (patch)
tree316d0ac27d7bb4715a97cd032f229c1f26122e87 /README.md
parentab18d677748a13b00a22a0d37e674ea16956b5e4 (diff)
Remove unsupported vagrant and update README
Change-Id: I1f2c9723a3dae88da524ff4ec5b2b5c0aad813c5 Issue-ID: POLICY-1816 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 5 insertions, 14 deletions
diff --git a/README.md b/README.md
index f0fca061..0447e07a 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,9 @@
-Copyright 2018 AT&T Intellectual Property. All rights reserved.
+Copyright 2018-2019 AT&T Intellectual Property. All rights reserved.
This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
-This source repository contains the files for the ONAP Policy docker-compose configuration
-
-The following needs to be setup before using docker-compose:
-
-chmod +x config/drools/drools-tweaks.sh
-IP_ADDRESS=$(ifconfig eth0 | grep "inet addr" | tr -s ' ' | cut -d' ' -f3 | cut -d':' -f2)
-echo $IP_ADDRESS > config/pe/ip_addr.txt
-
-If you do not want the policies pre-loaded, then set this environment variable to false:
-
-export PRELOAD_POLICIES=false
-
-It will override the settings in the .env file. Which is set to true.
+This source repository contains legacy docker-compose configurations used for CSIT
+tests, and ONAP Heat instantiations.
+Additionally, the policy-base/ and policy-common/ projects are used to generate
+the OS base for policy images.