Enable navigation to the Terraform & Service Automation Module within the IBM Cloud Pak for Multicloud Management console.

Once you have installed the Terraform & Service Automation package the console for this module is accessible at the following url:

https://<HOST>

where <HOST> is the value returned by the command:

oc get route -n services

The access to the Terraform module within the IBM Cloud Pak for Multicloud Management console is not enabled by default. For this, one needs to run a set of steps to enable the acess. These steps are listed here:

  1. Download and Install JQ tool

a. Download the JQ tool using the following command:

wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64

b. Add execute permission to the jq tool by running the below command:

chmod +x ./jq

c. Move the tool to the bin directory by running the below command:

mv jq /usr/bin

2. Download the Automation navigation for IBM Cloud Pak for Multicloud Management 1.3 (CC66KEN) package

3. Run the following command to enable navigation to your Terraform & Service Automation located in the services namespace:

chmod 755 ./automation-navigation-updates.sh && ./automation-navigation-updates.sh -a

(if the module is installed in a different namespace than services, then use -a mynamespace )

Once the command completes successfully as shown above, the Terraform Module is available in the IBM Cloud Pak for Multicloud Management UI as shown below:

--

--