diff options
author | Brendan Kehoe <brendan.kehoe@ericsson.com> | 2018-08-20 18:52:45 +0100 |
---|---|---|
committer | Brendan Kehoe <brendan.kehoe@ericsson.com> | 2018-08-20 19:22:02 +0100 |
commit | e174b3e75c6b85dbd92e01de581bd7b5dc682487 (patch) | |
tree | 7f5f7c24c6554ba41d2794ceaa5eabe3ba1807de | |
parent | 76cba034d6c9872ad1ee4f100f85a1d703217f15 (diff) |
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 <brendan.kehoe@ericsson.com>
-rw-r--r-- | blueprints/k8s-prh.yaml-template | 12 |
1 files changed, 6 insertions, 6 deletions
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 |