commit | 967cc9add2fe92799be0488fd262e38e79b61f58 | [log] [tgz] |
---|---|---|
author | Lusheng Ji <lji@research.att.com> | Mon Feb 12 10:45:42 2018 -0500 |
committer | Lusheng Ji <lji@research.att.com> | Mon Feb 12 10:45:42 2018 -0500 |
tree | 100a6e1afe688318c907cc53c48ea097d058469f | |
parent | d80b5d5f79f6903ebbbe170352855c638009a345 [diff] |
Update license text Change-Id: I5626e0bbd3abaf96d8ab6a9b864329917b728c12 Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
virtualenv policy_venv
cd policy_venv
source bin/activate
cd ../policy_handler
pip install -r requirements.txt
cd policy_venv
source bin/activate
cd ../policy_handler
in folder policy_handler
:
- `config.json` contains - `"scope_prefixes" : ["DCAE_alex.Config_"]` - the list of policy-scope-class values - `"policy_engine"` - the http connect info to ECOMP **policy-engine** - headers.ClientAuth : base64(<mech-id with namespace>:<password>) - headers.Authorization : base64(<policy-engine server auth>) - `"deploy_handler"` - the http connect info to _policy part_ of the **deploy-handler** - `policy_engine.properties` contains config info for the client lib of ECOMP **policy-engine** that receives push notifications from the ECOMP **policy-engine** server - CLIENT_ID is the mech-id with the namespace - need to register with policy-engine team thru email - CLIENT_KEY is the base64 of the mech-id password - separate passwords for TEST versus PROD
in folder policy_handler
:
./run_policy.sh