Skip to content

Commit

Permalink
Merge pull request #164 from redBorder/development
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
rgomezborder authored Aug 27, 2024
2 parents 6417c6c + a165cda commit 95d4fc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0
2 changes: 1 addition & 1 deletion resources/bin/rb_upload_cookbooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function upload_cookbook() {
listCookbooks="rb-common rb-selinux cron zookeeper kafka druid http2k memcached chef-server consul
hadoop samza nginx geoip webui snmp mongodb rbmonitor rbscanner
f2k logstash pmacct minio postgresql rbdswatcher rbevents-counter
rsyslog freeradius rbnmsp n2klocd rbale rbcep k2http rblogstatter rb-arubacentral rbcgroup rb-exporter rb-clamav rb-postfix
rsyslog freeradius rbnmsp n2klocd rbale rbcep k2http rblogstatter rb-arubacentral rbcgroup rb-exporter rb-chrony rb-clamav rb-postfix
keepalived snort barnyard2 rbaioutliers mem2incident rb-ai
rb-proxy rb-ips rb-manager" # The order matters! (please keep proxy ips and manager at the end)

Expand Down
5 changes: 5 additions & 0 deletions resources/scripts/rb_init_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,17 @@
system("firewall-cmd --permanent --zone=home --add-port=11211/tcp &>/dev/null")
system("firewall-cmd --permanent --zone=home --add-port=11211/udp &>/dev/null")

#chrony
system("firewall-cmd --permanent --zone=home --add-port=123/udp &>/dev/null")
system("firewall-cmd --permanent --zone=public --add-port=123/udp &>/dev/null")

# redborder-ai
system('firewall-cmd --permanent --zone=home --add-port=50505/tcp &>/dev/null')

#mongo
system("firewall-cmd --permanent --zone=home --add-port=27017/tcp &>/dev/null")


# Reload firewalld configuration
system("firewall-cmd --reload &>/dev/null")

Expand Down

0 comments on commit 95d4fc0

Please sign in to comment.