Pre-Requisite Configurations
To initiate the integration between IBM Turbonomic and IBM Apptio, the following prerequisites must be configured:
Setup of IBM Apptio Datadrop
The integration of IBM Turbonomic data into IBM Apptio utilizes IBM Apptio’s Datadrop, a cloud-based secure file transfer protocol (SFTP) server.
For detailed setup instructions, refer to Configure a Datadrop connection .
Setup in IBM Turbonomic
Once the IBM Apptio Datadrop is provisioned, proceed with the following steps to configure IBM
Apptio as a target in IBM Turbonomic:
- Navigate to IBM Turbonomic and select Settings from the left-hand column.
- Select New Target at the top right corner.
- Choose IT Management as the Target Category .
- From the available Target Types , select IBM Apptio .
- In the configuration window, enter data in the required fields:
- Address : Enter the target host name or IP address associated with the IBM Apptio account.Example: `datadrop.apptio.com`
- Display Name : Provide a display name of your choice for this target.
- Port : Set the port number to 22.
- User Name : Enter the username associated with this IBM Apptio account.
- Turbonomic Host Name : Specify the source instance address of IBM Turbonomic.
- Create keys to connect Turbo and Apptio Datadrop
- Create public/private key pair in .PEM format
- Download OpenSSL here: https://sourceforge.net/projects/openssl-for-windows/
- Run following commands separately in OpenSSL command line:
- genrsa -out private-key.pem
- rsa -in private-key.pem -pubout -out public-key.pem
- Configuring Turbonomic keys
- Paste private PEM key text into Turbonomic. Sample as per below:
Note: The private key cannot have a passphrase. If a tool like Putty is being used to generate the private key than it’s likely in the wrong PPK format.
- Download PGP public key from settings section of datalink
- Paste PGP public key into the GPG key in Turbonomic
- Paste private PEM key text into Turbonomic. Sample as per below:
- Configuring Datadrop Keys
- Datadrop only accepts OpenSSH formatted keys, so we need to convert from private key in earlier step.
- Download putty RSA / DSA key generation utility: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Launch key generator and load your private key in .PEM format. This will create a Public Key in
OpenSSH format. Sample as per below:
- Copy the public key and paste into Public Key of your turbo user name within settings of Datadrop
Sample of fully populated Apptio Target Type window in Turbonomic:
- Create public/private key pair in .PEM format