Jan Dittberner
8396a0788d
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
77 lines
1.6 KiB
Text
77 lines
1.6 KiB
Text
include:
|
|
- gnuviechadmin.queues.common
|
|
- gnuviechadmin.queues.gvaldap
|
|
- gnuviechadmin.queues.gvafile
|
|
- gnuviechadmin.queues.cli
|
|
- gnuviechadmin.queues.gva
|
|
- gnuviechadmin.queues.gvamysql
|
|
- gnuviechadmin.queues.gvapgsql
|
|
- gnuviechadmin.queues.gvaweb
|
|
|
|
gnuviechadmin:
|
|
queues:
|
|
users:
|
|
ldap:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
file:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
gva:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
mysql:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
pgsql:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
web:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
cli:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
quotajob:
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '^quotatool$'
|
|
- '^quotatool$'
|
|
- '^quotatool|amq.default$'
|
|
tags:
|
|
admin:
|
|
password: MmE3Iwylj8Sgy46Z
|
|
perms:
|
|
'/gnuviechadmin':
|
|
- '.*'
|
|
- '.*'
|
|
- '.*'
|
|
tags:
|
|
- administrator
|