From: Tony Hansen Date: Wed, 25 Oct 2017 02:36:21 +0000 (+0000) Subject: fix pgaas shell script error X-Git-Tag: 1.0.0-Amsterdam~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0788d68a70b6bd62197e2246b0288c5adfacfdc7;p=dcaegen2%2Fplatform%2Fblueprints.git fix pgaas shell script error and a blueprint syntax error Change-Id: I2f2da66ecc5950cf4e8f3f84dd92e7f7ca090756 Signed-off-by: Tony Hansen Issue-ID: DCAEGEN2-128 Signed-off-by: Tony Hansen --- diff --git a/blueprints/pgaas-cluster.yaml-template b/blueprints/pgaas-cluster.yaml-template index 2883e38..7f46d56 100644 --- a/blueprints/pgaas-cluster.yaml-template +++ b/blueprints/pgaas-cluster.yaml-template @@ -113,7 +113,6 @@ inputs: done case $(hostname) in - do *00 ) WRITE=-write ;; *01 ) WRITE= ;; esac diff --git a/blueprints/pgaas-database.yaml-template b/blueprints/pgaas-database.yaml-template index e1b7450..d3e58e3 100644 --- a/blueprints/pgaas-database.yaml-template +++ b/blueprints/pgaas-database.yaml-template @@ -46,9 +46,6 @@ inputs: pgaas_cluster_name: type: string default: pgcl - database_contacts: - type: {} - default: {} database_description: type: string default: 'This is a sample database' diff --git a/blueprints/pgaas.yaml-template b/blueprints/pgaas.yaml-template index cfa29fc..ed27005 100644 --- a/blueprints/pgaas.yaml-template +++ b/blueprints/pgaas.yaml-template @@ -106,7 +106,6 @@ inputs: done case $(hostname) in - do *00 ) WRITE=-write ;; *01 ) WRITE= ;; esac