Commit graph

23 commits

Author SHA1 Message Date
Jan Dittberner 3fd146215f Rename roots to states
This commit renames the roots directory to states because it contains
salt states.
2016-01-31 21:16:14 +01:00
Jan Dittberner cade234963 Switch result backend to redis
The AMQP result backend proved as impractical, this commit switches to
redis instead. The redis server is setup on the webinterface host but
can be configured on another host.
2016-01-31 21:15:35 +01:00
Jan Dittberner 199df8228b Rename bootstrap.sh to bootstrap.sh.tmpl
bootstrap.sh came from the gva project and is only a template now. This
template can be used for other components.
2016-01-31 21:12:49 +01:00
Jan Dittberner b5e28bf507 Switch result backend to redis
The AMQP result backend proved as impractical, this commit switches to
redis instead. The redis server is setup on the webinterface host but
can be configured on another host.
2016-01-31 21:08:32 +01:00
Jan Dittberner e582e4a6c4 Move host information to pillar data 2016-01-31 21:08:32 +01:00
Jan Dittberner 2ff2a8174c Synchronize salt configuration with gvaldap 2016-01-31 21:08:32 +01:00
Jan Dittberner e8da0baf70 Use separate AMQP vhost for tests 2016-01-31 21:08:32 +01:00
Jan Dittberner 8396a0788d Improve salt setup
This commit improves the salt setup of the Vagrant box:
- Salt output is reduced to log level warning
- Hosts entries are created for the internal IPs of all planned gva
  component VMs
- .bashrc and a .bash_functions sourced from it are now managed for the
  vagrant user
- the VM name has been changed to gva.local
- recent salt versions do not depend on m2crypto anymore, therefore it
  is now installed before x509certificate functions are called
- the rabbitmq_vhost for gva is now setup before any users are created
  because the previous implementation was broken with recent salt
  versions
- the gnuviechadmin-locale-data-compile step has been simplified because
  Django 1.9's compilemessages takes care of recursive .mo file
  compilation
- pillar data has been separated by role (especially queue permissions
  and credentials)
- salt configuration is now unified with gvaldap
2016-01-31 21:08:32 +01:00
Jan Dittberner 6fa4662bfd Update system during provisioning 2016-01-31 21:08:32 +01:00
Jan Dittberner 4f1d14dcc6 Set vim as default editor
Use the alternatives system to set vim as default editor.
2016-01-31 21:08:32 +01:00
Jan Dittberner 2d3934c082 enable line numbers in vim 2016-01-31 21:08:32 +01:00
Jan Dittberner ef7a8dfccf add host alias mq 2016-01-31 21:08:32 +01:00
Jan Dittberner a03137c8a2 setup vimrc file for vagrant user 2016-01-31 21:08:32 +01:00
Jan Dittberner fedd0b95f2 enable rabbitmq management and add admin permissions
- allow database creation for gnuviechadmin user in local deployments to
  allow test runs
- set administrator tag for gnuviechadmin user in rabbitmq
- add all permissions on gnuviechadmin vhost to gnuviechadmin user
- enable rabbitmq management plugin
2016-01-31 21:08:32 +01:00
Jan Dittberner 6c9caec8d6 make settings configurable via pillar, default to local 2016-01-31 21:08:32 +01:00
Jan Dittberner a6e795684f fix locale compilation, use variables for paths
- install gettext
- define and use variables checkout, home and appdir
2016-01-31 21:08:32 +01:00
Jan Dittberner f5f373ec76 manage screenrc and set hostname in vagrant box 2016-01-31 21:08:32 +01:00
Jan Dittberner 1ae6c1e855 finish vagrant configuration
- ignore collected assets
- setup virtualenv and environment variables
- import additional salt state modules
2016-01-31 21:08:32 +01:00
Jan Dittberner f5945b9849 add PostgreSQL database and message queues to vagrant box 2016-01-31 21:08:32 +01:00
Jan Dittberner f111fcc090 setup default nginx ssl/security configuration for vagrant 2016-01-31 21:08:32 +01:00
Jan Dittberner da472f9009 setup vagrant box roles and nginx package 2016-01-31 21:08:32 +01:00
Jan Dittberner 724a4a9823 setup salt provisioning for vagrant 2016-01-31 21:08:32 +01:00
Jan Dittberner addc6e9241 Initial commit 2016-01-31 21:07:44 +01:00