Merge "Update RtMgr env configuration"
authorZhe Huang <zhehuang@research.att.com>
Wed, 4 Sep 2019 17:30:07 +0000 (17:30 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 4 Sep 2019 17:30:07 +0000 (17:30 +0000)
1  2 
RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE

@@@ -29,7 -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
@@@ -37,9 -37,6 +37,9 @@@
    # Name of the K8S secret that contains the credential of the helm repo
    helmRepositoryCred: xapp-mgr-creds
  
 +  # Endpoint of k8s API server
 +  k8sAPIHost: https://kubernetes.default.svc.cluster.local/
 +
    # The ingress URL definitions for the ingress controller in four namespaces
    ingressurl:
      ric: ric-entry
@@@ -55,7 -52,7 +55,7 @@@
          tillerTLSSecrets:
            repository: nexus3.o-ran-sc.org:10004
            name: it-dep-secret
 -          tag: 0.0.1
 +          tag: 0.0.2
          tiller:
            repository: gcr.io
            name: kubernetes-helm/tiller
@@@ -147,6 -144,7 +147,7 @@@ rtmgr
    image:
      name: ric-plt-rtmgr
      tag: 0.3.2
+   loglevel: DEBUG
  
  # Subscription Manager
  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>