[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: install squid on all OSUOSL nodes
Holger Levsen
gitlab at salsa.debian.org
Fri Jul 31 11:36:34 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
798efad2 by Holger Levsen at 2020-07-31T12:35:09+02:00
install squid on all OSUOSL nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1e2601ac by Holger Levsen at 2020-07-31T12:36:14+02:00
switch OSUOSL nodes to use osuosl168 as proxy
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
9 changed files:
- bin/common-functions.sh
- + hosts/osuosl-build168-amd64/etc/squid/squid.conf
- + hosts/osuosl-build169-amd64/etc/squid/squid.conf
- + hosts/osuosl-build170-amd64/etc/squid/squid.conf
- + hosts/osuosl-build171-amd64/etc/squid/squid.conf
- + hosts/osuosl-build172-amd64/etc/squid/squid.conf
- + hosts/osuosl-build173-amd64/etc/squid/squid.conf
- + hosts/osuosl-build174-amd64/etc/squid/squid.conf
- update_jdn.sh
Changes:
=====================================
bin/common-functions.sh
=====================================
@@ -133,8 +133,8 @@ else
# pb datacenter in frankfurt uses pb10 as proxy:
export http_proxy="http://85.184.249.68:3128" ;;
osuosl*)
- # all nodes at OSUOSL use osuosl167 as proxy:
- export http_proxy="http://10.6.5.46:3128" ;;
+ # all nodes at OSUOSL use osuosl168 as proxy:
+ export http_proxy="http://10.6.5.47:3128" ;;
codethink*)
export http_proxy="http://192.168.101.16:3128" ;;
bbx15|cb3*|cbxi4*|wbq0|odxu4*|odu3*|odc*|ff*|ff4*|opi2*|jt?1*|p64*)
=====================================
hosts/osuosl-build168-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build169-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build170-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build171-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build172-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build173-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl-build174-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
update_jdn.sh
=====================================
@@ -340,7 +340,7 @@ if [ -f /etc/debian_version ] ; then
esac
# install squid / apache2 on a few nodes only
case $HOSTNAME in
- profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build167*) DEBS="$DEBS
+ profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build*) DEBS="$DEBS
squid" ;;
profitbricks-build7-a*) DEBS="$DEBS
apache2" ;;
@@ -663,7 +663,7 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
cd /etc/munin/plugins
sudo rm -f postfix_* open_inodes interrupts irqstats threads proc_pri vmstat if_err_* exim_* netstat fw_forwarded_local fw_packets forks open_files users nfs* iostat_ios ntp* df_abs 2>/dev/null
case $HOSTNAME in
- profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build167*) [ -L /etc/munin/plugins/squid_cache ] || for i in squid_cache squid_objectsize squid_requests squid_traffic ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
+ profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build*) [ -L /etc/munin/plugins/squid_cache ] || for i in squid_cache squid_objectsize squid_requests squid_traffic ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done ;;
*) ;;
esac
case $HOSTNAME in
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/485097f5ddf6902a102ef444de5cc7f9792d90d3...1e2601acc40d8b7d96ee75a52264f5c6d8ec65dc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/485097f5ddf6902a102ef444de5cc7f9792d90d3...1e2601acc40d8b7d96ee75a52264f5c6d8ec65dc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200731/4006ac21/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list