Open alberto56 opened 10 years ago
For now we have the following line, otherwise the system does not work at all:
# don't use a firewall, see http://stackoverflow.com/questions/5984217 service { iptables: ensure => stopped }
According to http://www.andrewzammit.com/blog/installing-jenkins-ci-on-centos-6-x-tomcat-with-an-ajp-proxy/, we need to allow access to port 80, not 8080, I don't understand why though.
Anyway this can apparently be done with Puppet:
http://geek.jasonhancock.com/2011/10/11/managing-iptables-firewalls-with-puppet/
https://github.com/jenkinsci/puppet-jenkins, which we are using, can apparently (according to the README, configure firewall).
See also https://github.com/jenkinsci/puppet-jenkins/issues/92
Started a new branch for this called 3.
For now we have the following line, otherwise the system does not work at all:
According to http://www.andrewzammit.com/blog/installing-jenkins-ci-on-centos-6-x-tomcat-with-an-ajp-proxy/, we need to allow access to port 80, not 8080, I don't understand why though.
Anyway this can apparently be done with Puppet:
http://geek.jasonhancock.com/2011/10/11/managing-iptables-firewalls-with-puppet/