diff options
author | Tony Hansen <tony@att.com> | 2017-10-25 02:36:21 +0000 |
---|---|---|
committer | Tony Hansen <tony@att.com> | 2017-10-25 02:44:46 +0000 |
commit | 0788d68a70b6bd62197e2246b0288c5adfacfdc7 (patch) | |
tree | f3b90afcb8fc332356ed5d34abcb9c9d412f2430 | |
parent | ffa416db73f1dbc03eed66fb606eaa7113cd1561 (diff) |
fix pgaas shell script error
and a blueprint syntax error
Change-Id: I2f2da66ecc5950cf4e8f3f84dd92e7f7ca090756
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-128
Signed-off-by: Tony Hansen <tony@att.com>
-rw-r--r-- | blueprints/pgaas-cluster.yaml-template | 1 | ||||
-rw-r--r-- | blueprints/pgaas-database.yaml-template | 3 | ||||
-rw-r--r-- | blueprints/pgaas.yaml-template | 1 |
3 files changed, 0 insertions, 5 deletions
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 |