From: Brendan Kehoe Date: Mon, 20 Aug 2018 17:52:45 +0000 (+0100) Subject: Updated PRH Cloudify blueprint X-Git-Tag: 3.0.0-ONAP~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e174b3e75c6b85dbd92e01de581bd7b5dc682487;p=dcaegen2%2Fplatform%2Fblueprints.git Updated PRH Cloudify blueprint Updated PRH Cloudify blueprint to fix some errors seen during Cloudify deployment Issue-ID: DCAEGEN2-717 Change-Id: Id0216021a7365f375fa4711f94f5d163f6be3388 Signed-off-by: Brendan Kehoe --- diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template index 3fdfa29..7a5093b 100644 --- a/blueprints/k8s-prh.yaml-template +++ b/blueprints/k8s-prh.yaml-template @@ -33,11 +33,11 @@ inputs: aaiEnrichmentUser: type: string description: aai user name - default: "admin" - aaiEnrichmentPasswd: + default: "AAI" + aaiEnrichmentPasswd: type: string description: aai password - default: "admin" + default: "AAI" dmaap_host: type: string description: dmaap host @@ -50,13 +50,13 @@ inputs: type: string description: dmap user name default: "admin" - dmaap_passwd: + dmaap_passwd: type: string description: dmap password default: "admin" tag_version: type: string - default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/g.onap.dcaegen2.services.prh.prh-app-server:latest" + default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.services.prh.prh-app-server:latest" replicas: type: integer description: number of instances @@ -104,4 +104,4 @@ node_templates: dns_name: 'dcae-prh' log_info: log_directory: "/opt/app/prh/logs" - type: dcae.nodes.ContainerizedServiceComponent + type: dcae.nodes.ContainerizedPlatformComponent