diff --git a/VERSION b/VERSION index 4fd0fe3..914ec96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.1 \ No newline at end of file +2.6.0 \ No newline at end of file diff --git a/resources/bin/rb_upload_cookbooks.sh b/resources/bin/rb_upload_cookbooks.sh index f6e4c73..73bf36c 100755 --- a/resources/bin/rb_upload_cookbooks.sh +++ b/resources/bin/rb_upload_cookbooks.sh @@ -51,7 +51,7 @@ listCookbooks="rb-common rb-selinux cron zookeeper kafka druid http2k memcached 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 - keepalived snort barnyard2 rbaioutliers mem2incident + 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) max_retries=3 diff --git a/resources/scripts/rb_init_conf.rb b/resources/scripts/rb_init_conf.rb index 4da6dd1..6cfc5a4 100755 --- a/resources/scripts/rb_init_conf.rb +++ b/resources/scripts/rb_init_conf.rb @@ -340,6 +340,9 @@ system("firewall-cmd --permanent --zone=home --add-port=11211/tcp &>/dev/null") system("firewall-cmd --permanent --zone=home --add-port=11211/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")