Merge R3 into master
[it/dep.git] / ric-aux / helm / infrastructure / values.yaml
old mode 100755 (executable)
new mode 100644 (file)
similarity index 55%
rename from ric-aux/85-Ext-Services/bin/uninstall
rename to ric-aux/helm/infrastructure/values.yaml
index 02cee0e..81f1807
@@ -1,5 +1,3 @@
-#!/bin/bash
-################################################################################
 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
 #   Copyright (c) 2019 Nokia.                                                  #
 #                                                                              #
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-COMPONENTS="extsvcaux"
 
-echo "Undeploying RIC platform components [$COMPONENTS]"
+            
+extsvcaux:
+  enabled: true
+  ricip: "10.0.0.1"
+  auxip: "10.0.0.1"
+
+docker-credential:
+  enabled: true
+  credential:
+    oran-release:
+      registry: "nexus3.o-ran-sc.org:10002"
+      credential:
+        user: "docker"
+        password: "docker"
+        email: "@"
+    oran-staging:
+      registry: "nexus3.o-ran-sc.org:10004"
+      credential:
+        user: "docker"
+        password: "docker"
+        email: "@"
+
+certificate-manager:
+  enabled: true
+      
+
+kong:
+  enabled: true
+  ingressController:
+    enabled: true
 
+  postgresql:
+    enabled: false
 
+  env:
+    database: "off"
 
-for component in $COMPONENTS; do
-    RELEASE_LIST=$(helm list | grep "$component" | awk '{print $1}')
-    if [ ! -z "$RELEASE_LIST" ];then
-        helm delete --purge $RELEASE_LIST
-    fi
+  proxy:
+    http:
+      nodePort: 32080
+    tls:
+      nodePort: 32443
+  # These port numbers MUST matche with what's in
+  # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
+  # If need to change a proxy port here, do not forget to update the
+  # _ingresscontroller.tpl file with the new port number.
+postgresql:
+  enabled: false
 
-done
+env:
+  database: off