Separating RICPLT from it/dep repo.
[it/dep.git] / ric-aux / RECIPE_EXAMPLE / amber_example_recipe.yaml
diff --git a/ric-aux/RECIPE_EXAMPLE/amber_example_recipe.yaml b/ric-aux/RECIPE_EXAMPLE/amber_example_recipe.yaml
new file mode 100644 (file)
index 0000000..476a5c5
--- /dev/null
@@ -0,0 +1,146 @@
+################################################################################
+#   Copyright (c) 2019 AT&T Intellectual Property.                             #
+#                                                                              #
+#   Licensed under the Apache License, Version 2.0 (the "License");            #
+#   you may not use this file except in compliance with the License.           #
+#   You may obtain a copy of the License at                                    #
+#                                                                              #
+#       http://www.apache.org/licenses/LICENSE-2.0                             #
+#                                                                              #
+#   Unless required by applicable law or agreed to in writing, software        #
+#   distributed under the License is distributed on an "AS IS" BASIS,          #
+#   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.                                             #
+###############################################################################
+
+#-------------------------------------------------------------------------
+# Global common setting
+#-------------------------------------------------------------------------
+
+common:
+  releasePrefix: r3
+
+# If a local docker registry is used, please specify it using the following option 
+#  localregistry: nexus3.o-ran-sc.org:10004
+
+# Change the overall image pull policy using the following option
+#  pullpolicy: IfNotPresent
+
+# Change the namespaces using the following options
+#  namespace:
+#    aux: ricaux
+#    platform: ricplt
+#    xapp: ricxapp
+#    infra: ricinfra
+
+# ricip should be the ingress controller listening IP for the platform cluster
+# auxip should be the ingress controller listening IP for the AUX cluster
+extsvcaux:
+  ricip: "10.0.0.1"
+  auxip: "10.0.0.1"
+
+
+#Specify the docker registry credential using the following
+docker-credential:
+  enabled: true
+  credential:
+    oran:
+      registry: "nexus3.o-ran-sc.org:10002"
+      credential:
+        user: "docker"
+        password: "docker"
+        email: "@"
+
+
+dashboard:
+  imagePullPolicy: IfNotPresent
+  image:
+    registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+    name: ric-dashboard
+    tag: 1.3.0
+  # Many URL prefixes use K8S/Kong service names
+  a1med:
+    url:
+      # The default a1mediator prefix is http://ricplt-entry/a1mediator
+      # You can override the value using the following option
+      # prefix:
+      suffix: ''
+  anrxapp:
+    url:
+      # The default anrxapp prefix is http://ricxapp-entry/anr
+      # You can override the value using the following option
+      # prefix:
+      suffix: ''
+  appmgr:
+    url:
+      # The default appmgr prefix is http://ricplt-entry/appmgr
+      # You can override the value using the following option
+      # prefix:
+      suffix: /ric/v1
+  caasingress:
+    # Ignore SSL problems to CaaS-Ingress by enabling this
+    insecure: true
+    aux:
+      url:
+        # The default AUX CaaS-Ingress prefix is TBD
+        # You can override the value using the following option
+        # prefix:
+        suffix: /api
+    plt:
+      url:
+        # The default PLT CaaS-Ingress prefix is TBD
+        # You can override the value using the following option
+        # prefix:
+        suffix: /api
+  e2mgr:
+    url:
+      # The default e2mgr prefix is http://ricplt-entry/e2mgr
+      # You can override the value using the following option
+      # prefix:
+      suffix: /v1
+  cipher:
+    enc:
+      key:
+  portalapi:
+    security: false
+    appname: RIC-Dashboard
+    username: Default
+    password: password
+    ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
+    ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
+    ueb_app_key: uebkey
+  metrics:
+    url:
+      ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
+      mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true
+
+
+portal-mariadb:
+  config:
+    ricdashboardHostName: "dashboard.ricaux.svc.cluster.local"
+    ricdashboardPort: "32443"
+    ricdashboardProtocol: "https"
+
+mrsub:
+  logStashHost: "r1-mc-stack-logstash.ricaux"
+  logStashPort: 5044
+  messageRouterHost: "ricaux-message-router.ricaux"
+  messageRouterPort: 3904
+
+elasticsearch:
+  enabled: true
+
+kibana:
+  enabled: true
+  elasticsearchHosts: "http://elasticsearch-master.ricaux.svc.cluster.local:9200"
+#  serverHost: "172.25.188.62"
+  service:
+    type: "NodePort"
+    nodePort: 30081
+
+logstash:
+  enabled: true
+  elasticsearch:
+    host: "elasticsearch-master.ricaux.svc.cluster.local"
+    port: 9200