Skip to content

Commit

Permalink
add configdb-nodemgr
Browse files Browse the repository at this point in the history
Change-Id: I274e40d01da3ac04e6dffe438e5ab20fed16a4dd
Partial-Bug: #1765487
  • Loading branch information
Andrey-mp committed Jul 16, 2018
1 parent ac6868c commit 4293535
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contrail-thirdparty/values.yaml
Expand Up @@ -44,6 +44,9 @@ labels:
analyticsdb_nodemgr:
node_selector_key: opencontrail.org/controller
node_selector_value: "enabled"
configdb_nodemgr:
node_selector_key: opencontrail.org/controller
node_selector_value: "enabled"

dependencies:
kafka:
Expand All @@ -59,6 +62,9 @@ dependencies:
analyticsdb_nodemgr:
daemonset:
- contrail-analyticsdb
configdb_nodemgr:
daemonset:
- contrail-configdb

endpoints:
cluster_domain_suffix: cluster.local
Expand Down Expand Up @@ -117,6 +123,10 @@ pod:
enabled: true
min_ready_seconds: 0
max_unavailable: 1
configdb_nodemgr:
enabled: true
min_ready_seconds: 0
max_unavailable: 1

manifests:
configmap_analytics_zookeeper: true
Expand All @@ -132,3 +142,4 @@ manifests:
daemonset_config_zookeeper: true
daemonset_kafka: true
daemonset_analyticsdb_nodemgr: true
daemonset_configdb_nodemgr: true

0 comments on commit 4293535

Please sign in to comment.