inputs:
   dcae_CL_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.DCAE_CL_OUTPUT"
   ves_fault_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
   msb_hostname:
     type: string
-    default: ""
+    default: "msb-discovery.onap.svc.cluster.local"
   pgaas_cluster_name:
     type: string
+    default: "dcae-postgres.onap.svc.cluster.local"
     # use the single-VM PG instance
-    default: pgvm
+    #default: pgvm
   database_name:
     type: string
     default: holmes
   pgaasvm:
     type: dcae.nodes.pgaas.database
     properties:
-      writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+      #writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+      writerfqdn: { get_input: pgaas_cluster_name }
       name: { get_input: database_name }
       use_existing: true
 
         ports:
         - 9102:0
       image: { get_input: he_image }
-      service_component_type: dcae-analytics-holmes-engine-management
+      # need to use truncated name!!
+      #service_component_type: dcae-analytics-holmes-engine-management
+      service_component_type: dcae-analytics-holmes-engin-management
     relationships:
     - type: cloudify.relationships.depends_on
       target: pgaasvm
 
 inputs:
   msb_hostname:
     type: string
-    default: ""
+    default: "msb-discovery.onap.svc.cluster.local"
   pgaas_cluster_name:
     type: string
+    default: "dcae-postgres.onap.svc.cluster.local"
     # use the single-VM PG instance
-    default: pgvm
+    #default: pgvm
   database_name:
     type: string
     default: holmes
   hr_image:
     type: string
-    default: ""{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0"
+    default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0"
 node_templates:
   pgaasvm:
     type: dcae.nodes.pgaas.database
     properties:
-      writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+      #writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+      writerfqdn: { get_input: pgaas_cluster_name }
       name: { get_input: database_name }
   holmesrules:
     type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
 
 inputs:
   aaiEnrichmentHost:
     type: string
-    default: "none"
+    default: "aai.onap.svc.cluster.local"
   aaiEnrichmentPort:
     type: string
-    default: 8443
+    default: "8443"
   enableAAIEnrichment:
     type: string
-    default: false
+    default: true
   dmaap_host:
     type: string
-    default: dmaap.onap-message-router
+    default: message-router.onap.svc.cluster.local
   dmaap_port:
     type: string
-    default: 3904
+    default: "3904"
   enableRedisCaching:
     type: string
+    default: false
   redisHosts:
     type: string
+    default: dcae-redis.onap.svc.cluster.local:6379
   tag_version:
     type: string
     default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.0.0"
   consul_host:
     type: string
-    default: consul-server.onap-consul
+    default: consul-server.onap.svc.cluster.local
   consul_port:
     type: string
     default: "8500"
   cbs_host:
     type: string
-    default: "config-binding-service.dcae"
+    default: "config-binding-service.dcae.svc.cluster.local"
   cbs_port:
     type: string
     default: "10000"
 
 inputs:
   ves_other_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.SEC_OTHER_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_OTHER_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_OTHER_OUTPUT"
   ves_heartbeat_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT"
   ves_fault_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
   ves_measurement_publish_url:
     type: string
-    default: "http://10.0.11.1:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT"
+    default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT"
+    #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT"
   tag_version:
     type: string
     default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.2.0"