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

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

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

[rt-users] Reproducible RT Configuration management

2016-05-29 Thread Bart Bunting
Hi, I've had a look through the list archives and seen a couple of mentions of this but nothing recent and thought I'd ask again in case there is something new out there. What are people doing to manage reproducable deployments of RT other than just dumping the database of a production machine