Merge "Add OAM project view"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 9 Sep 2019 17:10:57 +0000 (17:10 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 9 Sep 2019 17:10:57 +0000 (17:10 +0000)
global-jjb
jjb/it-test/it-test.yaml

index 545231d..f517210 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 545231d5a9f5da4f59ac2bb9601a9bfb9ee45f87
+Subproject commit f5172109fc4ca477ad8e4764f41ef03f43fe0956
index 40819b1..c6981c1 100644 (file)
@@ -40,7 +40,7 @@
     # start in parent directory with shared files
     docker-root: ric_robot_suite
     # dockerfile is in subdir of docker root
-    docker-build-args: -f docker/nanobot/Dockerfile
+    docker-build-args: '--network=host -f docker/nanobot/Dockerfile'
     # tag file is in subdir
     container-tag-yaml-dir: ric_robot_suite/docker/nanobot
     # build only on relevant changes
@@ -58,7 +58,7 @@
     # start in parent directory with shared files
     docker-root: ric_robot_suite
     # dockerfile is in subdir of docker root
-    docker-build-args: -f docker/ric-robot/Dockerfile
+    docker-build-args: '--network=host -f docker/ric-robot/Dockerfile'
     # tag file is in subdir
     container-tag-yaml-dir: ric_robot_suite/docker/ric-robot
     # build only on relevant changes