Downloading the deployment package
The automated deployment installs different PingIntelligence components from this management machine.
Before you begin
PingIntelligence automated deployment requires a RHEL 7.9 management host machine to start the deployment.
About this task
To set up the management machine:
Steps
-
Sign on to the management machine as a root user.
-
Download the Ansible deployment package and save it to the
/optdirectory. -
Untar the downloaded file:
#tar -xf /opt/pi-api-deployment-<version>.tar.gz
Result:
Untarring the file creates the following subdirectories in the
pi-api-deploymentdirectory.Directory Description ansibleContains the different
.ymlfiles.binContains the
start.shandstop.shscripts. Do not edit the contents of this directory.certsContains API Security Enforcer (ASE), API Behavioral Security (ABS), Elasticsearch, Kibana, Dashboard, and MongoDB self-signed certificates and keys. Elasticsearch and Kibana certificates are in the Dashboard directory.
If you want to use your own certificates and keys, replace the default certificates and keys with your certificates. Use the same file names as that of the files present in the
certsdirectory. Make sure that the keys are passwordless.configContains the default settings file for ASE, ABS, and Dashboard. These files are used to configure the various variables for installing PingIntelligence components.
dataSystem directory. Do not edit the contents of this directory.
utilContains utilities to run PingIntelligence components as a service.
externalThe third-party components, such as MongoDB, are downloaded in the
externaldirectory.keysAfter the installation is complete, the master keys of all the components are saved here.
licenseContains the PingIntelligence for APIs license file.
logsContains the log files for automated installation.
softwareContains the binary files for PingIntelligence components:
-
ASE
-
ABS
-
Dashboard
The directory also contains the
updated_packagessubdirectory that stores the PingIntelligence for APIs updated binaries with new master keys. You can use these binaries for future use. -