Merge "Adapt A1 controller to new interface"
authorHenrik Andersson <henrik.b.andersson@est.tech>
Thu, 23 Jan 2020 07:45:05 +0000 (07:45 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 23 Jan 2020 07:45:05 +0000 (07:45 +0000)
near-rt-ric-simulator/pom.xml

index 179faf2..b423553 100644 (file)
@@ -80,7 +80,7 @@
         <inherited>false</inherited>
         <executions>
           <execution>
-            <id>push-policy-agent-image</id>
+            <id>push-near-rt-ric-simulator-image</id>
             <goals>
               <goal>build</goal>
               <goal>push</goal>
@@ -90,7 +90,7 @@
               <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
               <images>
                 <image>
-                  <name>o-ran-sc/policy-agent:${project.version}</name>
+                  <name>o-ran-sc/near-rt-ric-simulator:${project.version}</name>
                     <build>
                       <contextDir>${basedir}/ric-plt/a1</contextDir>
                       <dockerFile>Dockerfile</dockerFile>