The purpose of this project is to provide a starting point for integrating Red Hat ® Red Hat CloudForms and ServiceNow’s incident management.
Follow these steps to install the miqimport/miqexport utilities:
While in /root
directory, download the rhconsulting repository
curl -sL https://github.com/rhtconsulting/cfme-rhconsulting-scripts/tarball/master | tar xvz
Change to the newly created /root/rhtconsulting-cfme-rhconsulting-scripts
directory, install the rake scripts and utilities:
make install
The /usr/bin/miqimport
and /usr/bin/miqexport
utilities are now available to assist you when importing and exporting from CloudForms.
cd /root curl -sL https://github.com/ramrexx/ServiceNow_Incident/tarball/master | tar xvz
/usr/bin/miqimport domain ServiceNow_Incident /root/ramrexx-ServiceNow_Incident/automate/
/usr/bin/miqimport service_dialogs /root/ramrexx-ServiceNow_Incident/service_dialogs/servicenow_incident_dialog.yml
/usr/bin/miqimport buttons /root/ramrexx-ServiceNow_Incident/buttons/ServiceNow_IM_Vm_.yaml
-
Log into your CloudForms/ManageIQ UI.
-
Navigate to Automate / ServiceNow_Incident / 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.
-
Have an idea and want to help? Fork the repo and Submit a pull request