Minor fixes 82/882/2
authorwrider <lji@research.att.com>
Wed, 4 Sep 2019 03:23:41 +0000 (23:23 -0400)
committerLusheng Ji <lji@research.att.com>
Wed, 4 Sep 2019 03:27:54 +0000 (03:27 +0000)
Change-Id: I8b7aae235ce002d68b9e1a3f99864ef0f17c597e
Signed-off-by: wrider <lji@research.att.com>
RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE
RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE
ric-common/Initcontainer/docker/Dockerfile

index 786356e..45d8d70 100644 (file)
@@ -29,7 +29,7 @@ global:
   imagePullPolicy: Always
 
   # Helm repo that will be used by xApp manager
-  helmRepository: "https://helm-entry"
+  helmRepository: "http://aux-entry/helm"
 
   # Certificate of the helm repo
   helmRepositoryCert: xapp-mgr-certs
@@ -88,7 +88,7 @@ cluster:
   deployK8S: false
   deployNexus: false
   deployK8SMonitoringStake: false
-  useLocalHelmRepo: false
+  useLocalHelmRepo: true
   useLocalDockerRegistry: false
 
 credential:
@@ -117,4 +117,4 @@ chartmuseum:
       name: alpine
       tag: latest
 
-  storagesize: 2Gi
+  storagesize: 2Gi
\ No newline at end of file
index 7b6bfda..44d3dee 100644 (file)
@@ -29,7 +29,7 @@ global:
   imagePullPolicy: Always
 
   # Helm repo that will be used by xApp manager
-  helmRepository: "https://helm-entry"
+  helmRepository: "http://aux-entry/helm"
 
   # Certificate of the helm repo
   helmRepositoryCert: xapp-mgr-certs
@@ -160,7 +160,7 @@ submgr:
 extsvcplt:
   auxip:
     # The ip address of the aux cluster ingress controller
-    <IP_ADDRESS of the AUX cluster>    
+    <IP_ADDRESS of the RIC cluster>
   ricip:
     # The ip address of the ric cluster ingress controller
-    <IP_ADDRESS of the RIC cluster>
+    <IP_ADDRESS of the RIC cluster>
\ No newline at end of file
index 8c38d71..3ec5fc5 100644 (file)
@@ -1,3 +1,4 @@
+########################################################################
 #   Copyright (c) 2019 AT&T Intellectual Property.
 #   Copyright (c) 2019 Nokia.
 #
@@ -12,6 +13,7 @@
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
+##########################################################################
 FROM alpine
 
 MAINTAINER "RIC"