/ServiceNow_CMDB

CloudForms integrations with ServiceNow CMDB Management

Primary LanguageRubyApache License 2.0Apache-2.0

CloudForms ServiceNow_CMDB

The purpose of this project is to provide a starting point for integrating Red Hat ® Red Hat CloudForms and ServiceNow’s CMDB management.

Table of Contents

Overview

COMING SOON!

Installation Steps

Important
You MUST have the Consulting Rake Scripts installed on your CloudForms appliance first!

Clone the Repo

cd /root
git clone https://github.com/ramrexx/ServiceNow_CMDB.git

Import the Automate Domain

/usr/bin/miqimport domain ServiceNow_CMDB /root/ServiceNow_CMDB/automate/

Import the Custom Buttons

/usr/bin/miqimport buttons /root/ServiceNow_CMDB/buttons/ServiceNow_CMDB_Vm_.yaml

Update Automate StateMachine

  • Log into your CloudForms/ManageIQ UI.

  • Navigate to Automate / ServiceNow_CMDB / Integration / StateMachines

    • Update the StateMachine class schema with your ServiceNow instance information (i.e. dev?????.service-now.com) and credentials.

    • Add proxy_url if necessary.

snow automate schema

Contribute

Have an idea and want to help? Fork the repo and Submit a pull request