Skip to content

Can manage IQ create forms based on info autodiscovered? #22282

Answered by Fryguy
flechoide asked this question in Q&A
Discussion options

You must be logged in to vote

I see, so there's a number of things you can do after the initial setup. What you would do is create a dynamic dialog with dynamic dropdowns that run some automate code. In the automate code you can do a lot, and I won't go into the detail here, but you can run Ruby or ansible, for example.

  • If the data is already in the ManageIQ database, you can use it directly by having automate query the dataase throught the service model. For example, those kubernetes labels may already be available since we collect those already. This is likely the "best" solution, if possible, since you aren't making a live call to kube, but still getting near-real-time data.
  • You can make a live call to kubernetes …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@flechoide
Comment options

@Fryguy
Comment options

Answer selected by jrafanie
@flechoide
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants