Additional information for onboarding DevOps tools and apps using the Service catalog
Summarize
Summary of Additional Information for Onboarding DevOps Tools and Apps Using the Service Catalog
The onboarding catalog items in ServiceNow provide a self-service approach for customers to onboard DevOps tools and apps. This process is conducted in the Classic Environment, allowing users to request onboarding through the ServiceNow Service Catalog by filling out a specific form for the desired tool or app.
Show less
Key Features
- The onboarding process includes automated workflows that approve or reject requests, offering feedback via success messages or error logs.
- Catalog items for App and Tool Onboarding must be activated within the Service Catalog, as they are initially turned off.
- DevOps catalog items can be categorized and assigned to the Service Portal and Employee Service Center for easier access.
- Flow Designer can be used to manage onboarding approval processes, with options for manual request approvals if needed.
- APIs are available to facilitate bulk onboarding of multiple DevOps tools and apps in a single request.
- Users can import historical data for new DevOps apps, with polling enabled to schedule data imports.
Key Outcomes
Utilizing the onboarding capabilities through ServiceNow allows customers to streamline the integration of DevOps tools and apps, minimizing manual effort and reducing onboarding time. By leveraging automated workflows and APIs, organizations can effectively manage their DevOps landscape at scale while ensuring data integrity and compliance.
Use the onboarding catalog items as a self-service approach to onboard your DevOps tools and apps.
Onboarding tools and apps
Use the ServiceNow Service Catalog to request the onboarding of tools and apps. Fill out the onboarding form details for a tool or an app and submit the request. You can also import the DevOps data for the app that you are creating for swifter and easier onboarding.
- When the workflow is approved, a success message displays.
- When rejected, an inbound event is created capturing error logs. By ensuring the log is error free, you can create a request again.
- Navigate to All > Service Catalog > Catalog Definitions > Maintain Items > DevOps App Onboarding, and set the Active state to True to activate the DevOps App Onboarding maintain item. By default the catalog items (App Onboarding) is turned off.
- Navigate to All > Service Catalog > Catalog Definitions > Maintain Items > DevOps Tool Onboarding, and set the Active state to True to activate the DevOps Tool Onboarding maintain item. By default the catalog items (Tool Onboarding) is turned off.
- To add the DevOps catalog items in the Service Catalog categories in Service Portal, set the category of these items to DevOps and add the Service Catalog catalog. If the DevOps category is not available, you must create a new category called DevOps from the catalog item record itself and assign the DevOps Onboarding catalog to it.
- To add the DevOps catalog items in Employee Service Center, add a new topic in the Assigned Topics related list with taxonomy as Employee in the IT > IT for IT section. The Assigned Topics related list is not available in the Default view of the Catalog Item form. To add it, select Additional icons > Configure > Related Lists and move the Connected Content → Catalog item field to the selected section.
- Navigate to All > Flow Designer > Flows, and activate the Request for onboarding approval flow, so that the tool or app onboarding requests are approved by default. If you want to request manual approval for onboarding catalog items (i.e. from a user other than the DevOps system user), you can update the rule set in the Ask For Approval action of the flow. You can configure manual request approval for such items by configuring the fulfillment process for the catalog item. For more information, see Service Catalog request fulfillment.
- Customize roles for approvals of the request for onboarding approval flow from Flow Designer.
Onboarding at scale
{
"tools":[
{
"name": "jira_revamp",
"type": "Jira",
"url": "http://jira1.sndevops.xyz",
"username": "admin",
"password": "DevOps1!",
"useMidServer": false
},
{
"name" : "azure_revamp",
"type" : "Azure DevOps",
"url" : "https://dev.azure.com/ADOLightweight/Testing%20ADO%20On%20empmolugu",
"username" : "devops.integration.user",
"password" : "a5xvoea2osy3ld43p2biojcu6eog5y5q3xicqbbgxwuphjbbcu6a",
"useMidServer" : false
},
{
"name" : "jenkins_revamp",
"type" : "Jenkins",
"url" : "http://jenkins5.sndevops.xyz/",
"username" : "admin",
"password" : "DevOps1!",
"useMidServer" : false
},
{
"name" : "github_revamp",
"type" : "GitHub",
"url" : "https://api.github.com",
"username": "admin",
"password": "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",
"useMidServer" : false
},
{
"name" : "bitbucket_revamp",
"type" : "Bitbucket",
"url" : "",
"username" : "admin",
"password" : "DevOps1!",
"useMidServer" : false
},
{
"name": "gitlab_revamp",
"type": "GitLab",
"url": "http://gitlab2.sndevops.xyz",
"username": "admin",
"password": "mYdAJQCLi6Qft4Nk3XvS",
"useMidServer": false
}],
"credentials" : {
"name" : "devops.integration.user",
"password" : "devops"
}
}
- Onboard DevOps apps at scale by using the DevOps app onboarding API. The POST/devops/onboarding/app request creates an onboarding app event that is asynchronously processed by the DevOps service. For more information, see POST/devops/onboarding/app.
- Onboard DevOps tools at scale by using the DevOps tool onboarding API. The POST/devops/onboarding/tool request creates an onboarding tool event that is asynchronously processed by the DevOps service. For more information, see POST/devops/onboarding/tool.