Hi:
We would like to bring our vRealize Orchestrator workflows and actions written in-house to our local Git server. I haven't seen a plug-in to allow us to save these directly to our GIt instance, so an alternate plan is to:
- Export each workflow/action to a git-controlled directory tree
- Use a pre-commit hook to unzip each exported file (as they are just zip archives after all) into its own directory, then add each of those directories to the repository
The pre-commit script actually works great, however I see the files extracted from each .action or .workflow file are in UTF-16 format, which Git does not handle well. Is there a vRealize Orchestrator configuration item where I can tell it to export its data in UTF-8 instead? As an alternative, is there a way to tie vRO into a Git server?
Thanks in advance.
Dean Powell
Edmonton, Canada