Merge "Add new onap ca cert to SO"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Wed, 9 May 2018 21:08:17 +0000 (21:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 9 May 2018 21:08:17 +0000 (21:08 +0000)
kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/aaiclient.properties
kubernetes/consul/resources/config/consul-agent-config/aai-services-health.json
kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml
kubernetes/portal/charts/portal-cassandra/values.yaml
kubernetes/sdnc/charts/dmaap-listener/values.yaml
kubernetes/sdnc/charts/ueb-listener/values.yaml
kubernetes/uui/charts/uui-server/values.yaml
kubernetes/uui/values.yaml

index a91c399..3ce7483 100644 (file)
@@ -134,8 +134,8 @@ org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v13/service-design-and
 
 # UBB Notify
 org.onap.ccsdk.sli.adaptors.aai.path.notify=/aai/v13/actions/notify
-org.onap.ccsdk.sli.adaptors.aai.notify.selflink.fqdn=https://aai-service.{{.Release.Namespace}}:8443/restconf/config/L3SDN-API:services/layer3-service-list/{service-instance-id}
-org.onap.ccsdk.sli.adaptors.aai.notify.selflink.avpn=https://aai-service.{{.Release.Namespace}}:8443/restconf/config/L3AVPN-EVC-API:services/service-list/{service-instance-id}/service-data/avpn-logicalchannel-information
+org.onap.ccsdk.sli.adaptors.aai.notify.selflink.fqdn=https://aai.{{.Release.Namespace}}:8443/restconf/config/L3SDN-API:services/layer3-service-list/{service-instance-id}
+org.onap.ccsdk.sli.adaptors.aai.notify.selflink.avpn=https://aai.{{.Release.Namespace}}:8443/restconf/config/L3AVPN-EVC-API:services/service-list/{service-instance-id}/service-data/avpn-logicalchannel-information
 
 # Service
 org.onap.ccsdk.sli.adaptors.aai.path.service=/aai/v13/service-design-and-creation/services/service/{service-id}
index f06dec2..99acff4 100644 (file)
@@ -5,7 +5,7 @@
       {
         "id": "aai-service",
         "name": "Core A&AI",
-        "http": "https://aai-service:8443/aai/util/echo",
+        "http": "https://aai.{{ .Release.Namespace }}:8443/aai/util/echo",
         "header": {
           "Authorization": ["Basic QUFJOkFBSQ=="],
           "X-TransactionId": ["ConsulHealthCheck"],
@@ -18,7 +18,7 @@
       {
         "id": "aai-resources",
         "name": "Resources Microservice",
-        "http": "https://aai-resources:8447/aai/util/echo",
+        "http": "https://aai-resources.{{ .Release.Namespace }}:8447/aai/util/echo",
         "header": {
           "Authorization": ["Basic QUFJOkFBSQ=="],
           "X-TransactionId": ["ConsulHealthCheck"],
@@ -31,7 +31,7 @@
       {
         "id": "aai-traversal",
         "name": "Traversal Microservice",
-        "http": "https://aai-traversal:8446/aai/util/echo",
+        "http": "https://aai-traversal.{{ .Release.Namespace }}:8446/aai/util/echo",
         "header": {
           "Authorization": ["Basic QUFJOkFBSQ=="],
           "X-TransactionId": ["ConsulHealthCheck"],
index 2b4067d..edb838e 100644 (file)
@@ -32,7 +32,7 @@ pullPolicy: Always
 # application images
 repository: nexus3.onap.org:10001
 
-image: onap/dmaap/buscontroller:1.0.8
+image: onap/dmaap/buscontroller:latest
 
 
 # application configuration
index 75969ba..62857f6 100644 (file)
@@ -43,7 +43,7 @@ spec:
        - name: MSB_PORT
          value: "{{ .Values.config.msbPort }}"
        - name: AAI_ADDR
-         value: aai-service.{{ include "common.namespace" . }}
+         value: aai.{{ include "common.namespace" . }}
        - name: AAI_PORT
          value: "{{ .Values.config.aai.port }}"
        - name: AAI_SCHEMA_VERSION
index ef73954..f4c3e13 100644 (file)
@@ -23,7 +23,7 @@ global: # global defaults
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/music/cassandra_music:latest
+image: onap/music/cassandra_music:3.0.0
 pullPolicy: Always
 
 # application configuration
index 189aa72..9ea33fa 100644 (file)
@@ -39,7 +39,7 @@ config:
   dmaapPort: 3904
   mysqlChartName: sdnc-dbhost
   sdncChartName: sdnc
-  msgRouterContainerName: dmaap
+  msgRouterContainerName: message-router
   configDir: /opt/onap/sdnc/data/properties
 
 # default number of instances
index f31594e..c33700a 100644 (file)
@@ -40,7 +40,7 @@ config:
   mysqlChartName: sdnc-db
   sdncChartName: sdnc
   sdcbeChartName: sdc-be
-  msgRouterContainerName: dmaap
+  msgRouterContainerName: message-router
   configDir: /opt/onap/sdnc/data/properties
 
 
index 19e1a9c..b61fd8d 100644 (file)
@@ -24,7 +24,7 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/usecase-ui/usecase-ui-server:v1.0.1
+image: onap/usecase-ui/usecase-ui-server:latest
 pullPolicy: Always
 
 # application configuration
index 1024b2d..d6d87d6 100644 (file)
@@ -24,7 +24,7 @@ subChartsOnly:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/usecase-ui:1.1.0-SNAPSHOT-STAGING-latest
+image: onap/usecase-ui:latest
 pullPolicy: Always
 
 # application configuration