commit | 7bb84dc4ec9f9ad2feeb1f0ffc254b570106cf9b | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Mon Nov 20 15:01:16 2017 -0800 |
committer | Lusheng Ji <lji@research.att.com> | Tue Nov 28 01:48:19 2017 +0000 |
tree | a83fe5a131c4510e3308330e128bc936ba4ca861 | |
parent | 38ab4a2b5d74e0e47d833c8dcaf6b2604ae9e468 [diff] |
Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: Ife43ce67c9c2eddf5904d99a1bfd7646a69c5471 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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