Integration with GitLab Runner
To manage / onboard GitLab Runner as the RBA tool, user needs to perform the following steps:
- On the left menu bar, Go to Runbooks → Manage Runbook Tool. The Manage Runbook Tool appears.
- Click Create & Map Runbook Tool to add a new tool or click
to edit an
existing runbook automation tool. - Select the organization for which you need to create a runbook tool in the Organization field.
- Type the runbook tool name in the Runbook Tool Name field.
- Select GitLab Runner from the Runbook tool type drop-down.
- Select REST API as the integration method for BigFix for the integration method field.
- Select Project Access Token as the Authentication Type.
Figure 1. Manage Runbook Tool
Selection of from Project Access Token requires users to enter Project Token
- Type the URL in the API URL*. field.
Sample URL - https://<ip>:<port>
- Select the Integration Method Type as POST.Note:API URL is dependent on the selected integration method
-
Enter Project Token.
- Specify the path to get the consolidated scripts for the execution of runbooks in
the Master Runbook Path field. This will be provided by respective Runbook Tool
teams if they have a master runbook.Note:This is not a mandatory field. Users can change and run these scripts any time.
- Select Proxy Required, if the environment needs access to content from servers outside a firewall.
- Type the return code key in the Return Code Key field to identify the success or failure of runbook execution. E.g. status
- Type the return message key in the Return Message Key field to display the success or failure of runbook execution. E.g. result.
- Type the Toil Value (for manual execution) which implies the manual execution time of runbook under this tool (in minute)
- Type the Toil Value (for auto execution) which implies the auto execution time of runbook under this tool (in minute) if available else it’s a non- mandatory field.
- Type the Connection Retry Count which shows the retry count in case the connection
with the RBAtool fails.
Figure 2. Manage Runbook Tool (Cont.)
- Click Submit/Update for adding a new tool or making changes in an existing tool. An appropriate success message will be displayed.