Firewall
8443 - proxy
443 - Apache ssl
3000 (?) - Foreman(?)
7911 - OMAPI (localhost)
Puppet repos
Puppet repositories
Puppet
Puppet install tutorial
Puppet dashboard install
Foreman
Foreman install
- In the httpd conf file, pay attention and change :
<VirtualHost *:443>
- Also, CHANGE SSL settings as comfortable, or live with the pain, I specially like :
SSLVerifyClient optional_no_ca
- The default is SQLite backend. this is not good, do the official Caltech deployment with a MySQL backend.
We want it at Caltech, so pay attention to this dependency :
Libvirt binding are missing - hypervisor management is disabled
Foreman Proxy
Smart proxy (tricky)
- Permissions -- always add foreman-proxy to the groups named, dhcpd and set the permissions on this, the default is wrong, a lot of dirs/files owned by root :
[root@puppet ~]# chown -R named:named /var/named/
[root@puppet ~]#
Topic revision: r6 - 2014-04-09
- unknown