Skip to content
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

Add a simple event history script #21

Merged
merged 3 commits into from
Mar 16, 2017

Conversation

agrare
Copy link
Member

@agrare agrare commented Mar 7, 2017

Add a little utility to print the events from the VC event history, takes arguments for which ems you want to use and which events you want to include

Example from a support case:
rails r plugins/manageiq-providers-vmware/tools/event_history.rb --ems=dev-vc65 --events=VmBeingDeployedEvent,VmDeployedEvent,TaskEvent

@agrare
Copy link
Member Author

agrare commented Mar 7, 2017

This was the tool used for https://bugzilla.redhat.com/show_bug.cgi?id=1429032 investigation

@agrare
Copy link
Member Author

agrare commented Mar 7, 2017

cc @jameswnl @blomquisg

@agrare agrare changed the title [WIP] Add a simple event history script Add a simple event history script Mar 7, 2017
@jameswnl
Copy link
Contributor

jameswnl commented Mar 7, 2017

👍
How about create a new folder e.g. vmware and keep this there?

Also, would be nice if it allows to enter userid/password without vmdb. But that is just a nice-to-have.

@agrare
Copy link
Member Author

agrare commented Mar 7, 2017

How about create a new folder e.g. vmware and keep this there?

This is already in the manageiq-providers-vmware repo so I think tools/vmware would be redundant :)

I was trying to avoid entering the password on the command line for security reasons assuming support might use this but we could add the option and look it up if it isn't passed.

@blomquisg
Copy link
Member

blomquisg commented Mar 16, 2017

How about create a new folder e.g. vmware and keep this there?

This is already in the manageiq-providers-vmware repo so I think tools/vmware would be redundant :)

LOL, I was gonna say the same thing!

@blomquisg blomquisg merged commit b5690ec into ManageIQ:master Mar 16, 2017
@blomquisg blomquisg added this to the Sprint 57 Ending Mar 27, 2017 milestone Mar 16, 2017
@agrare agrare deleted the add_event_history_tool branch March 16, 2017 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants