summaryrefslogtreecommitdiffstats
path: root/blueprints/pgaas-database.yaml-template
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-09-29 17:29:52 +0000
committerVijay <vv770d@att.com>2017-10-02 15:10:35 +0000
commit6b903fe0618acb79393d59aaad3a4a3631ec2553 (patch)
tree6db12ec618fc67e50f36c2fa6029d00280f79e48 /blueprints/pgaas-database.yaml-template
parenta795b59c0465d84b70eea6a64371863e7aa01d85 (diff)
update pgaas blueprints
mv check-blueprint-vs-input here from utils fix minor changes pointed out by check-blueprint-vs-input Change-Id: Ie9383858177b7df2b068c4171280322c4f5a214f Signed-off-by: Tony Hansen <tony@att.com> Issue-Id: DCAEGEN2-49 Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'blueprints/pgaas-database.yaml-template')
-rw-r--r--blueprints/pgaas-database.yaml-template7
1 files changed, 4 insertions, 3 deletions
diff --git a/blueprints/pgaas-database.yaml-template b/blueprints/pgaas-database.yaml-template
index c387d18..45acd56 100644
--- a/blueprints/pgaas-database.yaml-template
+++ b/blueprints/pgaas-database.yaml-template
@@ -2,7 +2,7 @@
tosca_definitions_version: cloudify_dsl_1_3
-description: >
+description: |-
This blueprint is used to install and to uninstall a persistent database into the central postgres as a platform service.
This blueprint depends upon the deployment of the pgaas_plugin, the PGaaS Cinder volume, the PGaaS service, and Consul.
This blueprint is part of a suite of three blueprints that allow a PGaaS
@@ -17,7 +17,7 @@ description: >
imports:
- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
- - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/pgaas_plugin/1.0.0/pgaas_types.yaml
+ - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/pgaas_plugin/1.0.0/pgaas_types.yaml"
inputs:
# environment info
@@ -48,7 +48,8 @@ inputs:
pgaas_cluster_name:
type: string
default: pgcl
- database_contacts: {}
+ database_contacts:
+ type: {}
default: {}
database_description:
type: string