cookbook 'sonarqube', '= 0.1.1'
sonarqube (9) Versions 0.1.1 Follow15
Installs/Configures SonarQube
cookbook 'sonarqube', '= 0.1.1', :supermarket
knife supermarket install sonarqube
knife supermarket download sonarqube
sonarqube
Installs/Configures sonarqube
Notes
- See
test/integration/cookbooks/test
for usage examples - Set the
node['sonarqube']['os_kernel']
attribute to match your architecture (ie. 32 or 64 bit)-
linux-x86-64
- 64 bit (default) -
linux-x86-32
- 32 bit
-
- Does not install Java in case there are specific Java needs on your system
- add
java::default
to your run list beforesonarqube::default
for a simple installation
- add
- Does not run
apt::default
on Ubuntu- add
apt::default
to your run list before anything else if you need it (ie. for the Java installation as described in the previous bullet)
- add
- Does not configure firewall settings, again, in case you have specific needs
Contributing
Prerequisites
- ChefDK
- Recent RuboCop
chef gem install rubocop
Testing
Test changes using
chef exec rake
chef exec kitchen verify
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.