Re: [rt-users] Reproducible RT Configuration management

2016-06-17 Thread Bart Bunting
Hi, Sorry for the slow reply. That is more or less what I have using puppet scripts. The question I am struggling with is that if we are to write scripts every time a change is required, e.g. an admin cc is added to a queue etc it is a time consuming process and I am questioning the effort invol

Re: [rt-users] Reproducible RT Configuration management

2016-06-17 Thread Brian Duggan
We've built a set of Ansible playbooks around this role: https://github.com/bcduggan/ansible-rt The role doesn't depend on any other roles - it sets up MariaDB and Apache itself. It assumes CentOS 7.x and can configure SELinux, install multiple versions of RT 4.2.x. I'm going to add support for i

Re: [rt-users] Reproducible RT Configuration management

2016-06-04 Thread James A. Peltier
We script the base install including the setup of the base PERL/CPAN stuff, the installation of the base RT base system using the typical make + make install and then we run scripts to populate the RT database using scripts. We have chosen _not_ to alter the base initial data file because we do