fix pgaas shell script error 75/20475/2
authorTony Hansen <tony@att.com>
Wed, 25 Oct 2017 02:36:21 +0000 (02:36 +0000)
committerTony Hansen <tony@att.com>
Wed, 25 Oct 2017 02:44:46 +0000 (02:44 +0000)
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>
blueprints/pgaas-cluster.yaml-template
blueprints/pgaas-database.yaml-template
blueprints/pgaas.yaml-template

index 2883e38..7f46d56 100644 (file)
@@ -113,7 +113,6 @@ inputs:
       done
 
       case $(hostname) in
-      do
         *00 ) WRITE=-write ;;
         *01 ) WRITE= ;;
       esac
index e1b7450..d3e58e3 100644 (file)
@@ -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'
index cfa29fc..ed27005 100644 (file)
@@ -106,7 +106,6 @@ inputs:
       done
 
       case $(hostname) in
-      do
         *00 ) WRITE=-write ;;
         *01 ) WRITE= ;;
       esac