summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-04-04 10:36:02 -0400
committerMichael Hwang <mhwang@research.att.com>2018-04-04 10:37:16 -0400
commit42adb82abbdde5b472050d460c9e8687648e70df (patch)
treef556d99d860f1bd8c6a50e7b20497d0e82169719
parent58ea3d24013292ac2180aa56878e45bf0e1c4865 (diff)
Remove dcae controller from inventory config
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>
-rw-r--r--blueprints/inventory.yaml-template7
-rw-r--r--blueprints/k8s-inventory.yaml-template7
2 files changed, 0 insertions, 14 deletions
diff --git a/blueprints/inventory.yaml-template b/blueprints/inventory.yaml-template
index 4da253c..079fb9d 100644
--- a/blueprints/inventory.yaml-template
+++ b/blueprints/inventory.yaml-template
@@ -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
diff --git a/blueprints/k8s-inventory.yaml-template b/blueprints/k8s-inventory.yaml-template
index 663e7df..ca22800 100644
--- a/blueprints/k8s-inventory.yaml-template
+++ b/blueprints/k8s-inventory.yaml-template
@@ -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