Skip to content

Commit

Permalink
Release 2.5.1 (#160)
Browse files Browse the repository at this point in the history
* Open port 123

* Add script to call GLPI Api and enrich objects

* Delete file with wrong name

* Change position of parameters

* Revert "Add script to connect with GLPI and enrich objects" (#157)

* upload and verify roles, databags and cookbooks to chef

* Bump to 2.5.0

* Update rb_init_conf.rb

* add port for mognodb (#153)

Co-authored-by: Miguel Negrón <45871721+manegron@users.noreply.github.com>

---------

Co-authored-by: JuanSheba <jsoto@redborder.com>
Co-authored-by: Rafa Gómez <rgomez@redborder.com>
Co-authored-by: David Vanhoucke <dvanhoucke@redborder.com>
Co-authored-by: nilsver <139124949+nilsver@users.noreply.github.com>
Co-authored-by: Miguel Negrón <45871721+manegron@users.noreply.github.com>
Co-authored-by: david vhk <34706472+davidredborder@users.noreply.github.com>
  • Loading branch information
7 people authored Aug 7, 2024
1 parent ce85de9 commit cda2abd
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 189 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.1
14 changes: 1 addition & 13 deletions resources/bin/rb_configure_leader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,19 +374,7 @@ function configure_leader(){
e_title "Uploading cookbooks"
mkdir -p /var/chef/cache/cookbooks/

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
keepalived snort barnyard2 rbaioutliers
mem2incident
rb-proxy rb-ips rb-manager" # The order matters! (please keep proxy ips and manager at the end)

for n in $listCookbooks; do # cookbooks
# rsync -a /var/chef/cookbooks/${n}/ /var/chef/cache/cookbooks/$n
# Uploadind cookbooks
knife cookbook upload $n
done
$RBBIN/rb_upload_cookbooks.sh

e_title "Registering chef-client ..."
chef-client
Expand Down
Loading

0 comments on commit cda2abd

Please sign in to comment.