Dynatrace / Dynatrace-AppMon-Chef

Installs the Dynatrace Application Monitoring solution using Chef.
MIT License
12 stars 15 forks source link

separating licence install from server recipe #6

Closed yshoaib closed 9 years ago

yshoaib commented 9 years ago

Currently, the license install is part of the server recipe, please refer here

Is it possible to separate this latter part into another recipe? This allows for testing server installation separately before license installation.

metmajer commented 9 years ago

@yshoaib Could you explain which part of the server installation testing you are referring to? Problem is that the server test suite in test/integration/servespec/server runs an integration test that verifies the proper connectivity between the server and a performance warehouse. Currently, setting this configuration at the server requires a license to be installed.

metmajer commented 9 years ago

The necessity to have a license in place was a bad idea anyway. I have separated the license installation from the server installation and have gotten rid of the license dependency in testing in Commit 028e33c.