This cookbook is used to install a ServiceNow MIDserver
The following platforms are tested directly
- RedHat 6.6
The MIDserver can work on the following platforms:
- Windows 2003, 2008, and 2012
- 64-bit Linux Systems
The following attributes affect how the cookbook will install and configure the MIDserver:
node['midserver']['url']
- Sets the ServiceNow instance the MIDserver will connect tonode['midserver']['user']
- the username that the MIDserver will use to connect to the instancenode['midserver']['password']
- the password that the MIDserver will use to connect to the instancenode['midserver']['service_name']
- the name of the servicenode['midserver']['install_base']
- location where the MIDserver will be unzippednode['midserver']['download_url']
- the URL of the binary to downloadnode['midserver']['zipfile']
- the location to download the zipfile to
This section describes the recipes in the cookbook:
Includes all recipes in the cookbook
Downloads the MIDserver binary and unzips it
Creates the config file used by the MIDserver
Installs the service that the MID server will run as
Improve the functionality of the service cookbook