Copyright IBM Corp. 2018, 2018 This code is released under the Apache 2.0 License.
This template will configure IBM APM agents for WAS on a target node. APM Agents must have already been installed on this node with a minimal of the was and os agents installed. This template will configure the was agent on the target node.
Script Remote, executes on the remote host.
This template must be executed after the successful creation of a Virtual Machine via a Terraform Template.
- on_create Configures the was agent, restarts all WebSphere Servers.
- on_delete Not implemented.
- The APM Agent must be pre-installed and the was agent enabled.
- WebSphere Application Server Administrtive server must be running.
Variable | Description |
---|---|
ip_address | IP Address of the HOST to install the APM Agent. |
user | Userid to install the APM Agent, root reccomended. |
password | Password of the installation user. |
private_key | Private key of the installation user. This value should be base64 encoded. |
was_profile | Default WebSphere Profile Name. |
was_home | Base directory for the WebSphere Installation, eg, /opt/IBM/WebSphere/AppServer |
was_cell | WebSphere Cell Name. |
was_node | WebSphere Node Name. |
was_user | Websphere run_as user. |
apm_dir | APM Installation Directory, default = /opt/ibm/apm/agent. |