Change docker image name 96/2196/2
authorYongchaoWu <yongchao.wu@est.tech>
Sun, 12 Jan 2020 16:54:31 +0000 (17:54 +0100)
committeryongchao <yongchao.wu@est.tech>
Mon, 13 Jan 2020 12:22:29 +0000 (13:22 +0100)
Change docker image name for simulator and policy agent:
o-ran-sc/nonrtric-nearric-simulator
o-ran-sc/nonrtric-policy-agent

Issue-ID: NONRTRIC-79
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Change-Id: Ide84bc2980710fb1c044b66c0b283540a9e2840b

near-rt-ric-simulator/common/test_env.sh
near-rt-ric-simulator/nearric-service/pom.xml
near-rt-ric-simulator/simulator-group/docker-compose.yml [moved from near-rt-ric-simulator/simulator-group/consul_cbs/docker-compose.yml with 100% similarity]
policy-agent/pom.xml

index 0ea885b..363f879 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # Local image and tag, shall point to locally built image (non-nexus path)
-export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/policy-agent
+export POLICY_AGENT_LOCAL_IMAGE=o-ran-sc/nonrtric-policy-agent
 
 
 # Common env var for auto-test.
index d142bed..dd21d57 100644 (file)
                         <image>
                             <!-- Specify a tag to avoid default tag "latest" -->
                             <!-- Avoid maven artifact name here -->
-                            <name>o-ran-sc/nearric-simulator:${project.version}</name>
+                            <name>o-ran-sc/nonrtric-nearric-simulator:${project.version}</name>
                             <build>
                                 <from>openjdk:11-jre-slim</from>
                                 <tags>
index 3638dff..3501a9e 100644 (file)
                             <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
                             <images>
                                 <image>
-                                    <name>o-ran-sc/policy-agent:${project.version}</name>
+                                    <name>o-ran-sc/nonrtric-policy-agent:${project.version}</name>
                                     <build>
                                         <cleanup>try</cleanup>
                                         <contextDir>${basedir}</contextDir>
                             <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
                             <images>
                                 <image>
-                                    <name>o-ran-sc/policy-agent:${project.version}</name>
+                                    <name>o-ran-sc/nonrtric-policy-agent:${project.version}</name>
                                     <build>
                                         <contextDir>${basedir}</contextDir>
                                         <dockerFile>Dockerfile</dockerFile>