[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: document setup in progress for new OSUOSL nodes

Holger Levsen gitlab at salsa.debian.org
Tue Dec 18 21:20:49 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8c7682bb by Holger Levsen at 2018-12-18T21:10:54Z
document setup in progress for new OSUOSL nodes

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
01d0462f by Holger Levsen at 2018-12-18T21:19:20Z
reproducible: minor tweaks for OSUOSL nodes

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
41699396 by Holger Levsen at 2018-12-18T21:20:30Z
reproducible: add host specific config files

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


19 changed files:

- TODO
- bin/jenkins_node_definitions.sh
- bin/reproducible_html_nodes_info.sh
- + hosts/osuosl-build167-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build167-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build168-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build168-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build169-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build169-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build170-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build170-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build171-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build171-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build172-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build172-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build173-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build173-amd64.debian.net/etc/postfix/main.cf
- + hosts/osuosl-build174-amd64.debian.net/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl-build174-amd64.debian.net/etc/postfix/main.cf


Changes:

=====================================
TODO
=====================================
@@ -62,11 +62,13 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 
 === new nodes at OSUOSL
 
-* use them...
+* debug why munin is broken
+* use those nodes...!
 * tmpfs?
 * add to README and THANKS
 * proxy setup how, esp. considering future nodes?
-* which nodes to run in the future?
+* which nodes to run in the future?a
+* ask about remote hands
 * blog post when done
 
 === ToDo for improving disk space


=====================================
bin/jenkins_node_definitions.sh
=====================================
@@ -39,14 +39,6 @@ odxu4c-armhf-rb.debian.net
 opi2a-armhf-rb.debian.net
 opi2b-armhf-rb.debian.net
 opi2c-armhf-rb.debian.net
-osuosl-build167-amd64.debian.net
-osuosl-build168-amd64.debian.net
-osuosl-build169-amd64.debian.net
-osuosl-build170-amd64.debian.net
-osuosl-build171-amd64.debian.net
-osuosl-build172-amd64.debian.net
-osuosl-build173-amd64.debian.net
-osuosl-build174-amd64.debian.net
 p64b-armhf-rb.debian.net
 p64c-armhf-rb.debian.net
 profitbricks-build1-amd64.debian.net
@@ -57,7 +49,15 @@ profitbricks-build11-amd64.debian.net
 profitbricks-build12-i386.debian.net
 profitbricks-build15-amd64.debian.net
 profitbricks-build16-i386.debian.net
-wbq0-armhf-rb.debian.net"
+wbq0-armhf-rb.debian.net
+osuosl-build167-amd64.debian.net
+osuosl-build168-amd64.debian.net
+osuosl-build169-amd64.debian.net
+osuosl-build170-amd64.debian.net
+osuosl-build171-amd64.debian.net
+osuosl-build172-amd64.debian.net
+osuosl-build173-amd64.debian.net
+osuosl-build174-amd64.debian.net"
 
 # return the ports sshd is listening on
 NODE_RUN_IN_THE_FUTURE=false


=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -22,6 +22,7 @@ explain_nodes() {
 		profitbricks7)	write_page "<br /><small>(r-b F-Droid builds)</small>" ;;
 		profitbricks9)	write_page "<br /><small>(jenkins.d.n rebootstrap jobs)</small>" ;;
 		profitbricks10)	write_page "<br /><small>(jenkins.d.n chroot-installation jobs)</small>" ;;
+		osuosl*)	write_page "<br /><small>(TBD - setup in progress)</small>" ;;
 		*)		write_page "<br /><small>(r-b Debian builds)</small>" ;;
 	esac
 }


=====================================
hosts/osuosl-build167-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build167-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build167-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build167-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build168-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build168-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build168-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build168-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build169-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build169-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build169-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build169-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build170-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build170-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build170-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build170-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build171-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build171-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build171-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build171-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build172-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build172-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build172-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build172-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build173-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build173-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build173-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build173-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"


=====================================
hosts/osuosl-build174-amd64.debian.net/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128/";


=====================================
hosts/osuosl-build174-amd64.debian.net/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific:  Specifying a file name will cause the first
+# line of that file to be used as the name.  The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl-build174-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl-build174-amd64.debian.net, localhost
+relayhost = 
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/2d779eafb7cdb1af75f430bda35f4cbc74da474c...41699396da0615ed4f464b73ff33a60a761ed21d

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/2d779eafb7cdb1af75f430bda35f4cbc74da474c...41699396da0615ed4f464b73ff33a60a761ed21d
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/20181218/2b41eb90/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list