From 8a0fb1ecc1bd4f421f18ad10edd8e6f2c78dc003 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Tue, 22 May 2018 14:19:36 -0400 Subject: Updating the VNF policy translation Updating the VNF policy translation Issue-ID: OPTFRA-239 Change-Id: Iadce865b35ec94613502063d718a317aba798bc4 Signed-off-by: Ankitkumar Patel --- config/common_config.yaml | 8 ++++---- config/osdf_config.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/common_config.yaml b/config/common_config.yaml index c91433f..7cda619 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -14,14 +14,14 @@ osdf_temp: # special configuration required for "workarounds" or testing 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 - - Capacity_vG_1.json + #- Capacity_vGMuxInfra.json + #- Capacity_vG_1.json - Distance_vGMuxInfra_1.json - Distance_vG_1.json - Placement_Optimization_1.json - QueryPolicy_vCPE.json - - hpa_policy_vGMuxInfra_1.json - - hpa_policy_vG_1.json + #- hpa_policy_vGMuxInfra_1.json + #- hpa_policy_vG_1.json - vnfPolicy_vG.json - vnfPolicy_vGMuxInfra.json service_info: diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 3ca3ad3..29228c2 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -3,7 +3,7 @@ soUsername: "" # SO username for call back. soPassword: "" # SO password for call back. # Credentials for Conductor -conductorUrl: https://localhost:8091/v1/plans/ +conductorUrl: http://172.17.0.6:8091/v1/plans/ conductorUsername: admin1 conductorPassword: plan.15 conductorPingWaitTime: 60 # seconds to wait before calling the conductor retry URL -- cgit 1.2.3-korg