Skip to content

Commit

Permalink
add the service in redborder full installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed May 8, 2024
1 parent 927577e commit 48c4142
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
default["redborder"]["memory_assigned"] = {}

# geoip has been removed because is not a service
default["redborder"]["services_group"]["full"] = %w[consul chef-server zookeeper memcached rsyslog kafka logstash s3
postgresql redborder-postgresql nginx webui druid-broker
druid-historical druid-realtime druid-coordinator f2k
redborder-monitor pmacct redborder-dswatcher
redborder-events-counter http2k
]
default["redborder"]["services_group"]["full"] = %w[
consul chef-server zookeeper memcached rsyslog kafka logstash s3
redborder-ale postgresql redborder-postgresql nginx webui druid-broker
druid-historical druid-realtime druid-coordinator f2k redborder-monitor
pmacct redborder-dswatcher redborder-events-counter http2k
]

default["redborder"]["services_group"]["custom"] = []
default["redborder"]["services_group"]["core"] = %w[consul zookeeper druid-coordinator druid-overlord hadoop-resourcemanager] #consul server
Expand Down Expand Up @@ -167,7 +167,7 @@
default["redborder"]["services"]["redborder-events-counter"] = false
default["redborder"]["services"]["rsyslog"] = true
default["redborder"]["services"]["redborder-nmsp"] = false
default["redborder"]["services"]["redborder-ale"] = false
default["redborder"]["services"]["redborder-ale"] = true
default["redborder"]["services"]["n2klocd"] = false
default["redborder"]["services"]["radiusd"] = false

Expand Down

0 comments on commit 48c4142

Please sign in to comment.