DataPower

 View Only

DEPLOY 'IBM DATA POWER' IN POSTMAN (SCRIPT: .sh)

By Cesar Ricardo Guerra Arnaiz posted 2 days ago

  
DEPLOY 'IBM DATA POWER' IN POSTMAN (SCRIPT: .sh)
 
1. CONTEXT:
"Software automation is very important, especially in scenarios where many known steps can be unified so that they are executed sequentially."
 
 
2. USE CASE:
Currently, clients require having environments installed quickly and to do so it is necessary to implement SANDBOX environments that meet this requirement.
 
Because of this, there is a need to know how to automate the installation of such SANDBOX environments, in a way that does not impact the client's environment and is quick to execute. 
 
 
3. SOLUTION:
The working solution is based on the development of a IBM DATA POWER SCRIPT in .sh that covers the following points: 
 
1. PARAMETER CONFIGURATION.
2. METHOD CONFIGURATION.
3. TESTING DEPENDENCIES.
4. TESTING CONNECTION.
5. REMOVING EXISTING CONTAINER COMPONENTS.
6. ACTIVATING FIREWALL.
7. DOWNLOADING IMAGE.
8. APPLYING TAG.
9. DEPLOYING CONTAINER.
10. VALIDATE LOGs.
11. VALIDATE URL.
 
This Script has been deployed on a VM in IBM-CLOUD (reusing many of the base Infrastructure components such as: FLOATING-IP ).  
 
 
4. EJECUCIÓN:
To test you need to run:
 
$ dos2unix Instal-DP-PODMAN-Linux.sh
$ chmod 777 Instal-ACE-PODMAN-Linux.sh
$ sh ./Instal-ACE-PODMAN-Linux.sh
 
 
5. IMAGES:
Several images associated with the execution and result obtained are shared:
 
Detail of Script:
 
 Script  executed: 
 
WebUI activated:

Dashboard
loaded:

6. SOURCES:
0 comments
10 views

Permalink