Configures a MySQL instance with a database and user for SonarQube. Provides LWRPs for managing sonar configuration held in the MySQL database.
test/integration/cookbooks/test
and .kitchen.yml
for usage examplessonarqube::default
to your run list after sonarqube-mysql::default
for a simple installationmysql::server
to your run list before sonarqube-mysql::default
for a simple installationapt::default
on Ubuntu
apt::default
to your run list before anything else if you're deploying on UbuntuRecent RuboCop
chef gem install rubocop
Test changes using
chef exec rake
chef exec kitchen verify