diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-19 12:47:27 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-19 12:48:14 -0400 |
commit | 8ea30a38468373dfd9715d720c085c8a6ac4ee29 (patch) | |
tree | 7d6bac9fdc2b963b9960962ffa5b04c167d3f055 /config/common_config.yaml | |
parent | 12f9060558172ee282c6fb1b18e9955f00a41807 (diff) |
Fix the bug in translating a policy
Fix the bug in translating the VNF policy
Issue-ID: OPTFRA-239
Change-Id: I0c9f678f22fec4eb3f5e190ea0080c899fb95445
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 36cbde0..c91433f 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -9,9 +9,9 @@ osdf_system: osdf_temp: # special configuration required for "workarounds" or testing local_policies: - global_disabled: True + global_disabled: False local_placement_policies_enabled: True - placement_policy_dir_vcpe: "../test/policy-local-files/" + placement_policy_dir_vcpe: "./test/policy-local-files/" placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components) - Affinity_vCPE_1.json - Capacity_vGMuxInfra.json @@ -20,7 +20,6 @@ osdf_temp: # special configuration required for "workarounds" or testing - Distance_vG_1.json - Placement_Optimization_1.json - QueryPolicy_vCPE.json - - QueryPolicy_vCPE_2.json - hpa_policy_vGMuxInfra_1.json - hpa_policy_vG_1.json - vnfPolicy_vG.json |