-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to be able to submit requests via seamless ServiceNow integration #76
Comments
I'd like to discuss the design of this in a more holistic sense and not cisco intersight specific. We have had requests in the past for ServiceNow integration across all parts of the product, and at Red Hat they had ServiceNow integration via Automate which may be able to be reused [ref]. Since ServiceNow is not an integral part of cisco intersight itself, it should not be tightly coupled to the cisco intersight plugin. @agrare Thoughts? |
I fully agree with this and we are still examining the proposed idea for the integration. Thanks for the ref! Actually, we have already done some experimenting with this way of integration with ServiceNow. |
We've done some advances on this matter. We've managed to create a package based on the existing integration scripts (what has been referenced above) through Automation, and also we've managed to create related dialogs and a ServiceNow button in the physical provider. While simulating these (through "Simulate" option), everything looks OK. But when triggering the action from the physical provider via the button, we get this error (from
@Fryguy perhaps you have some pointers on how to tackle this issue? Thanks in advance! |
@Fryguy hi, we check with our team how we solve this. |
This sounds like the opposite of what I was saying earlier where I was preferring a common ServiceNow implementation (unless I'm misunderstanding?) |
@Fryguy it will be the same implementation for each page but it will give the user the ability to connect each provider to different service now instance. |
Or you prefer one configuration for the service now connection? |
Yeah I think we'd want one service now connection, perhaps per tenant? Where would you store all of this ServiceNow code if not automate? Would it be directly in core? |
ok so we will start with one service now connection. |
@eilam20 We've tackled the issue using Automate engine (mentioned above). Maybe this can help: Dialogs - https://github.com/xlab-si/ServiceNow_Dialogs and CMDB part - https://github.com/xlab-si/ServiceNow_CMDB . With this you can embed the dialog for ServiceNow in any provider. |
@Fryguy hi, I created a form to post the values to the service now API. |
hi all - sorry, I've been swamped lately and haven't been able to review any of this. If possible, let's get a call together so I can go back and forth with questions...I think we can quickly come to an architecture we agree on (I'm pretty sure it's close as is) - please also include @agrare. |
Cisco Intersight ManageIQ Provider should support "incident" and "service requirement" types of Service Now tickets.
There are additional requirements that need to be taken into account:
We foresee different use cases:
The text was updated successfully, but these errors were encountered: