diff options
author | Tony Hansen <tony@att.com> | 2017-09-29 17:29:52 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-10-02 15:10:35 +0000 |
commit | 6b903fe0618acb79393d59aaad3a4a3631ec2553 (patch) | |
tree | 6db12ec618fc67e50f36c2fa6029d00280f79e48 /blueprints/pgaas-disk.yaml-template | |
parent | a795b59c0465d84b70eea6a64371863e7aa01d85 (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-disk.yaml-template')
-rw-r--r-- | blueprints/pgaas-disk.yaml-template | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/blueprints/pgaas-disk.yaml-template b/blueprints/pgaas-disk.yaml-template index e4c53b3..e451886 100644 --- a/blueprints/pgaas-disk.yaml-template +++ b/blueprints/pgaas-disk.yaml-template @@ -2,7 +2,7 @@ tosca_definitions_version: cloudify_dsl_1_3 -description: > +description: |- This blueprint is used to install and to uninstall the cinder volumes for a central postgres as a platform service. This blueprint depends upon the deployment of Consul and the pgaas_plugin. @@ -20,10 +20,10 @@ imports: - http://www.getcloudify.org/spec/openstack-plugin/1.4/plugin.yaml - http://www.getcloudify.org/spec/fabric-plugin/1.4.1/plugin.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/dnsdesig/dns_types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/sshkeyshare/sshkey_types.yaml - - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationship/1.0.0/node-type.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/dnsdesig/dns_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/sshkeyshare/sshkey_types.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/relationship/1.0.0/node-type.yaml" + - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/type_files/pgaas_plugin/1.0.0/pgaas_types.yaml" inputs: # environment info @@ -54,6 +54,12 @@ inputs: pgaas_cluster_name: type: string default: pgcl +<<<<<<< HEAD +======= + cinder_volume_size: + type: string + default: 300 +>>>>>>> f62e307... update pgaas blueprints node_templates: key_pair: |