Remove dcae controller from inventory config 71/40971/1
authorMichael Hwang <mhwang@research.att.com>
Wed, 4 Apr 2018 14:36:02 +0000 (10:36 -0400)
committerMichael Hwang <mhwang@research.att.com>
Wed, 4 Apr 2018 14:37:16 +0000 (10:37 -0400)
v3.0.1 removed this dependency and Dropwizard doesn't
like entries it doesn't know about.

Change-Id: I5d43277ddc934b44406bac0e29053ef241ee18a8
Issue-ID: DCAEGEN2-430
Signed-off-by: Michael Hwang <mhwang@research.att.com>
blueprints/inventory.yaml-template
blueprints/k8s-inventory.yaml-template

index 4da253c..079fb9d 100644 (file)
@@ -129,13 +129,6 @@ node_templates:
           checkConnectionWhileIdle: false
           evictionInterval: 10s
           minIdleTime: 1 minute
-        dcaeControllerConnection:
-          host: dcae-controller-hostname
-          port: 9998
-          basePath: resources
-          user: 
-          password: 
-          required: false
         databusControllerConnection:
           host: databus-controller-hostname
           port: 8443
index 663e7df..ca22800 100644 (file)
@@ -121,13 +121,6 @@ node_templates:
           checkConnectionWhileIdle: false
           evictionInterval: 10s
           minIdleTime: 1 minute
-        dcaeControllerConnection:
-          host: dcae-controller-hostname
-          port: 9998
-          basePath: resources
-          user: 
-          password: 
-          required: false
         databusControllerConnection:
           host: databus-controller-hostname
           port: 8443