From: Henrik Andersson Date: Wed, 22 Jan 2020 09:17:28 +0000 (+0000) Subject: Merge "Move RefreshConfigTask under tasks" X-Git-Tag: 1.0.1~37 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=eec4647d457ca8c2ebecc86485127bd529919533;hp=636b5946ed5f9475d13cf4c942a2d9d35d1a5cbd;p=nonrtric.git Merge "Move RefreshConfigTask under tasks" --- diff --git a/near-rt-ric-simulator/pom.xml b/near-rt-ric-simulator/pom.xml index 217fcc9f..179faf28 100644 --- a/near-rt-ric-simulator/pom.xml +++ b/near-rt-ric-simulator/pom.xml @@ -20,59 +20,90 @@ --> - 4.0.0 - org.oran.nearric - nearric-simulator - 1.0.0-SNAPSHOT - pom - ${project.artifactId} + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.oran.nearric + nearric-simulator + 1.0.0-SNAPSHOT + pom + ${project.artifactId} - - org.springframework.boot - spring-boot-starter-parent - 2.1.9.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 2.1.9.RELEASE + + - - 2.1.9.RELEASE - 11 - + + 2.1.9.RELEASE + 11 + 0.30.0 + - - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + - - - org.springframework - spring-context - - - org.springframework - spring-web - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - - - - + + + org.springframework + spring-context + + + org.springframework + spring-web + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + false + + + push-policy-agent-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/policy-agent:${project.version} + + ${basedir}/ric-plt/a1 + Dockerfile + + ${project.version} + + + + + + + + + + diff --git a/near-rt-ric-simulator/ric-plt/a1/commands.sh b/near-rt-ric-simulator/ric-plt/a1/commands.sh index f2f8bb58..da058851 100755 --- a/near-rt-ric-simulator/ric-plt/a1/commands.sh +++ b/near-rt-ric-simulator/ric-plt/a1/commands.sh @@ -6,7 +6,7 @@ curl -v "http://localhost:8085/" # PUT a policy type STD_QoSNudging_0.1.0 -curl -X PUT -v "http://localhost:8085/policytypes/STD_QoSNudging_0.1.0" -H "accept: application/json" -H "Content-Type: application/json" --data-binary @policy_type_STD_QoSNudging_0.1.0.json.json +curl -X PUT -v "http://localhost:8085/policytypes/STD_QoSNudging_0.1.0" -H "accept: application/json" -H "Content-Type: application/json" --data-binary @policy_type_STD_QoSNudging_0.1.0.json # GET policy types curl -v "http://localhost:8085/A1-P/v1/policytypes"