From 073cc188efe9abb4c010cf674e34e2cf46ef1c52 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Mon, 31 Jul 2017 08:47:35 +0000 Subject: [POLICY-73] replace openecomp for policy-engine Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing Signed-off-by: Pamela Dragosh --- .../Config/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.txt | 4 ++-- .../Config/com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.1.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/base/src/files/install/servers/pap/webapps') diff --git a/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.txt b/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.txt index c731b3f77..6ff244ea4 100755 --- a/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.txt +++ b/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.txt @@ -83,7 +83,7 @@ import org.onap.policy.mso.MSORelatedInstanceListElement; import org.onap.policy.mso.MSORelatedInstance; import org.onap.policy.mso.MSOResponse; -import org.openecomp.policy.drools.system.PolicyEngine; +import org.onap.policy.drools.system.PolicyEngine; // // These parameters are required to build the runtime policy @@ -106,7 +106,7 @@ end /* * * Called once and only once to insert the parameters into working memory for this Closed Loop policy. -* (Comment SETUP rule out for the first ECOMP opensource release since policy BRMS_GW already puts a Params fact in there) +* (Comment SETUP rule out for the first ONAP opensource release since policy BRMS_GW already puts a Params fact in there) * * *rule "BRMSParamvFWDemoPolicy.SETUP" diff --git a/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.1.txt b/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.1.txt index 77408a227..f9accdd96 100755 --- a/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.1.txt +++ b/packages/base/src/files/install/servers/pap/webapps/Config/com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.1.txt @@ -83,7 +83,7 @@ import org.onap.policy.mso.MSORelatedInstanceListElement; import org.onap.policy.mso.MSORelatedInstance; import org.onap.policy.mso.MSOResponse; -import org.openecomp.policy.drools.system.PolicyEngine; +import org.onap.policy.drools.system.PolicyEngine; // // These parameters are required to build the runtime policy @@ -106,7 +106,7 @@ end /* * * Called once and only once to insert the parameters into working memory for this Closed Loop policy. -* (Comment SETUP rule out for the first ECOMP opensource release since policy BRMS_GW already puts a Params fact in there) +* (Comment SETUP rule out for the first ONAP opensource release since policy BRMS_GW already puts a Params fact in there) * * *rule "BRMSParamvLBDemoPolicy.SETUP" @@ -119,7 +119,7 @@ end * params.setAaiURL("https://aai.api.simpledemo.openecomp.org:8443"); * params.setAaiUsername("POLICY"); * params.setAaiPassword("POLICY"); -* params.setMsoURL("http://vm1.mso.simpledemo.openecomp.org:8080/ecomp/mso/infra"); +* params.setMsoURL("http://vm1.mso.simpledemo.openecomp.org:8080/onap/mso/infra"); * params.setMsoUsername("InfraPortalClient"); * params.setMsoPassword("password1$"); * params.setAaiNamedQueryUUID("f199cb88-5e69-4b1f-93e0-6f257877d066"); @@ -1135,7 +1135,7 @@ rule "com.Config_BRMS_Param_BRMSParamvLBDemoPolicy.Params" params.setMsoPassword("password1$"); params.setClosedLoopControlName("CL-DNS-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8"); params.setAaiUsername("POLICY"); - params.setMsoURL("http://vm1.mso.simpledemo.openecomp.org:8080/ecomp/mso/infra"); + params.setMsoURL("http://vm1.mso.simpledemo.openecomp.org:8080/onap/mso/infra"); params.setActor("MSO"); params.setMsoUsername("InfraPortalClient"); params.setAaiNamedQueryUUID("f199cb88-5e69-4b1f-93e0-6f257877d066"); -- cgit 1.2.3-korg