system-config/modules/orchestra/files/99-orchestra.conf
James E. Blair 67bcce274f Updates from new baremetal configuration.
Add orchestra configuration.

Remove tarmac dependency from jenkins slaves.

Add devstack repo to jenkins slave checkout.

Use jenkins public key in cloud-init.

Remove wheel group (not defined in base oneiric).

Clean up sudoers.

Git rid of wheel group dependency.
Git rid of editor link (which may be dangling) and doesn't
really have anything to do with sudo anyway.

Write localrc for devstack with passwords for mysql and rabbitmq.

Install devstack apt depends on install so they make it into the LVM
snapshot.

Add mysql password to a snippet file for the preseed.

Add python-unittest2 to jenkins slaves.
Add more passwords to localrc.

Update syslog config on server.
Fix subscribed exec for cobbler sync.

Update syslog permissions.
Don't log local messages to the orchestra dir.
Add rsyslog sudo perms for jenkins.

Make jenkins ignore known_hosts.

Remove known_hosts file, add .ssh/config file that ignores known_hosts.

Change-Id: Ic1842e5ea6778e8c52857f3441872459bfc05b2c
2011-10-19 20:53:23 -04:00

20 lines
421 B
Plaintext

# Enable the udp server for installation logging
$ModLoad imudp
$UDPServerRun 514
$ModLoad imtcp # load TCP listener
$InputTCPMaxSessions 500
$InputTCPServerRun 10514 # start up listener at port 10514
$MaxMessageSize 32k
# Message templating
$template DYNsyslog,"/var/log/orchestra/rsyslog/%FROMHOST%/syslog"
$FileCreateMode 0644
if \
$fromhost-ip != '127.0.0.1' \
then ?DYNsyslog
& ~
$FileCreateMode 0640